public class EndpointCollectionWithReferencesRequest extends BaseCollectionRequest<EndpointCollectionResponse,IEndpointCollectionPage> implements IEndpointCollectionWithReferencesRequest
| Constructor and Description |
|---|
EndpointCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Endpoint
|
| Modifier and Type | Method and Description |
|---|---|
IEndpointCollectionWithReferencesPage |
buildFromResponse(EndpointCollectionResponse response) |
IEndpointCollectionWithReferencesRequest |
expand(java.lang.String value) |
IEndpointCollectionWithReferencesRequest |
filter(java.lang.String value) |
IEndpointCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IEndpointCollectionWithReferencesPage> callback) |
IEndpointCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IEndpointCollectionWithReferencesRequest |
select(java.lang.String value) |
IEndpointCollectionWithReferencesRequest |
top(int value) |
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic EndpointCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IEndpointCollectionWithReferencesPage> callback)
get in interface IEndpointCollectionWithReferencesRequestpublic IEndpointCollectionWithReferencesPage get() throws ClientException
get in interface IEndpointCollectionWithReferencesRequestClientExceptionpublic IEndpointCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IEndpointCollectionWithReferencesRequestpublic IEndpointCollectionWithReferencesRequest filter(java.lang.String value)
public IEndpointCollectionWithReferencesRequest orderBy(java.lang.String value)
public IEndpointCollectionWithReferencesRequest select(java.lang.String value)
select in interface IEndpointCollectionWithReferencesRequestpublic IEndpointCollectionWithReferencesRequest top(int value)
top in interface IEndpointCollectionWithReferencesRequestpublic IEndpointCollectionWithReferencesPage buildFromResponse(EndpointCollectionResponse response)