public interface IRemoteAssistancePartnerCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IRemoteAssistancePartnerCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IRemoteAssistancePartnerCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IRemoteAssistancePartnerCollectionPage |
get() |
void |
get(ICallback<? super IRemoteAssistancePartnerCollectionPage> callback) |
IRemoteAssistancePartnerCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
RemoteAssistancePartner |
post(RemoteAssistancePartner newRemoteAssistancePartner) |
void |
post(RemoteAssistancePartner newRemoteAssistancePartner,
ICallback<? super RemoteAssistancePartner> callback) |
IRemoteAssistancePartnerCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IRemoteAssistancePartnerCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IRemoteAssistancePartnerCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IRemoteAssistancePartnerCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IRemoteAssistancePartnerCollectionPage> callback)
IRemoteAssistancePartnerCollectionPage get() throws ClientException
ClientExceptionvoid post(RemoteAssistancePartner newRemoteAssistancePartner, ICallback<? super RemoteAssistancePartner> callback)
RemoteAssistancePartner post(RemoteAssistancePartner newRemoteAssistancePartner) throws ClientException
ClientExceptionIRemoteAssistancePartnerCollectionRequest expand(java.lang.String value)
value - the expand clauseIRemoteAssistancePartnerCollectionRequest filter(java.lang.String value)
value - the filter clauseIRemoteAssistancePartnerCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIRemoteAssistancePartnerCollectionRequest select(java.lang.String value)
value - the select clauseIRemoteAssistancePartnerCollectionRequest top(int value)
value - the max number of items to returnIRemoteAssistancePartnerCollectionRequest skip(int value)
value - of the number of items to skipIRemoteAssistancePartnerCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination