Class RelationshipTypeRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.RelationshipTypeRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class RelationshipTypeRestClient 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 RelationshipTypeRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(RelationshipTypeTO relationshipType)
void
delete(String key)
List<RelationshipTypeTO>
list()
RelationshipTypeTO
read(String key)
void
update(RelationshipTypeTO relationshipType)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
create
public void create(RelationshipTypeTO relationshipType)
-
update
public void update(RelationshipTypeTO relationshipType)
-
delete
public void delete(String key)
-
read
public RelationshipTypeTO read(String key)
-
list
public List<RelationshipTypeTO> list()
-
-