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