public class ForwardPayloadApi extends Object
| Constructor and Description |
|---|
ForwardPayloadApi() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ForwardPayload forwardPayload) |
void |
delete(List<Integer> ids) |
void |
disable(Integer id) |
void |
disable(List<Integer> ids) |
void |
disableByDestination(Integer id) |
void |
disableBySource(Integer id) |
void |
enable(Integer id) |
void |
enable(List<Integer> ids) |
void |
enableByDestination(Integer id) |
void |
enableBySource(Integer id) |
ForwardPayload |
get(Integer id) |
List<ForwardPayload> |
getAll() |
QueryResponse |
getAll(HashMap<String,Object> filters) |
void |
update(ForwardPayload forwardPayload) |
public List<ForwardPayload> getAll()
public QueryResponse getAll(HashMap<String,Object> filters)
public void add(ForwardPayload forwardPayload) throws McBadRequestException
McBadRequestExceptionpublic void update(ForwardPayload forwardPayload) throws McBadRequestException
McBadRequestExceptionpublic ForwardPayload get(Integer id)
public void enable(Integer id)
public void disable(Integer id)
public void enableBySource(Integer id)
public void disableBySource(Integer id)
public void enableByDestination(Integer id)
public void disableByDestination(Integer id)
Copyright © 2015–2019. All rights reserved.