Class AnyTypeClassRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.AnyTypeClassRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class AnyTypeClassRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description AnyTypeClassRestClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
create(AnyTypeClassTO anyTypeClass)
static void
delete(String key)
static List<AnyTypeClassTO>
list()
static List<AnyTypeClassTO>
list(Collection<String> anyTypeClassNames)
static AnyTypeClassTO
read(String key)
static void
update(AnyTypeClassTO anyTypeClass)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
create
public static void create(AnyTypeClassTO anyTypeClass)
-
update
public static void update(AnyTypeClassTO anyTypeClass)
-
delete
public static void delete(String key)
-
read
public static AnyTypeClassTO read(String key)
-
list
public static List<AnyTypeClassTO> list()
-
list
public static List<AnyTypeClassTO> list(Collection<String> anyTypeClassNames)
-
-