public interface IContractCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IContractCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IContractCollectionPage |
get() |
void |
get(ICallback<IContractCollectionPage> callback) |
Contract |
post(Contract newContract) |
void |
post(Contract newContract,
ICallback<Contract> callback) |
IContractCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IContractCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IContractCollectionPage> callback)
IContractCollectionPage get() throws ClientException
ClientExceptionContract post(Contract newContract) throws ClientException
ClientExceptionIContractCollectionRequest expand(java.lang.String value)
value - the expand clauseIContractCollectionRequest select(java.lang.String value)
value - the select clauseIContractCollectionRequest top(int value)
value - the max number of items to return