public class ExternalServerApi extends Object
Constructor and Description |
---|
ExternalServerApi() |
Modifier and Type | Method and Description |
---|---|
void |
add(ExternalServerConfig externalServer) |
void |
deleteIds(List<Integer> ids) |
void |
disableIds(List<Integer> ids) |
void |
enableIds(List<Integer> ids) |
ExternalServerTable |
get(HashMap<String,Object> filters) |
ExternalServerTable |
get(int id) |
QueryResponse |
getAll(HashMap<String,Object> filters) |
void |
update(ExternalServerConfig externalServer) |
public QueryResponse getAll(HashMap<String,Object> filters)
public ExternalServerTable get(HashMap<String,Object> filters)
public ExternalServerTable get(int id)
public void update(ExternalServerConfig externalServer) throws McDuplicateException, McBadRequestException
public void add(ExternalServerConfig externalServer) throws McDuplicateException
McDuplicateException
Copyright © 2015–2019. All rights reserved.