public interface INamedLocationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
INamedLocationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
INamedLocationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
INamedLocationCollectionPage |
get() |
void |
get(ICallback<? super INamedLocationCollectionPage> callback) |
INamedLocationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
NamedLocation |
post(NamedLocation newNamedLocation) |
void |
post(NamedLocation newNamedLocation,
ICallback<? super NamedLocation> callback) |
INamedLocationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
INamedLocationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
INamedLocationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
INamedLocationCollectionRequest |
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 INamedLocationCollectionPage> callback)
INamedLocationCollectionPage get() throws ClientException
ClientExceptionvoid post(NamedLocation newNamedLocation, ICallback<? super NamedLocation> callback)
NamedLocation post(NamedLocation newNamedLocation) throws ClientException
ClientExceptionINamedLocationCollectionRequest expand(java.lang.String value)
value - the expand clauseINamedLocationCollectionRequest filter(java.lang.String value)
value - the filter clauseINamedLocationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseINamedLocationCollectionRequest select(java.lang.String value)
value - the select clauseINamedLocationCollectionRequest top(int value)
value - the max number of items to returnINamedLocationCollectionRequest skip(int value)
value - of the number of items to skipINamedLocationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination