public class ImplementationRestClient extends BaseRestClient
LOG
Constructor and Description |
---|
ImplementationRestClient() |
Modifier and Type | Method and Description |
---|---|
void |
create(ImplementationTO implementation) |
void |
delete(ImplementationType type,
String key) |
List<ImplementationTO> |
list(ImplementationType type) |
ImplementationTO |
read(ImplementationType type,
String key) |
void |
update(ImplementationTO implementation) |
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
public List<ImplementationTO> list(ImplementationType type)
public ImplementationTO read(ImplementationType type, String key)
public void create(ImplementationTO implementation)
public void update(ImplementationTO implementation)
public void delete(ImplementationType type, String key)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.