public class MobileThreatDefenseConnectorCollectionRequest extends BaseCollectionRequest<MobileThreatDefenseConnectorCollectionResponse,IMobileThreatDefenseConnectorCollectionPage> implements IMobileThreatDefenseConnectorCollectionRequest
| Constructor and Description |
|---|
MobileThreatDefenseConnectorCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of MobileThreatDefenseConnector
|
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 MobileThreatDefenseConnectorCollectionRequest(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 IMobileThreatDefenseConnectorCollectionPage> callback)
get in interface IMobileThreatDefenseConnectorCollectionRequestpublic IMobileThreatDefenseConnectorCollectionPage get() throws ClientException
get in interface IMobileThreatDefenseConnectorCollectionRequestClientExceptionpublic void post(MobileThreatDefenseConnector newMobileThreatDefenseConnector, ICallback<? super MobileThreatDefenseConnector> callback)
post in interface IMobileThreatDefenseConnectorCollectionRequestpublic MobileThreatDefenseConnector post(MobileThreatDefenseConnector newMobileThreatDefenseConnector) throws ClientException
post in interface IMobileThreatDefenseConnectorCollectionRequestClientExceptionpublic IMobileThreatDefenseConnectorCollectionRequest expand(java.lang.String value)
expand in interface IMobileThreatDefenseConnectorCollectionRequestvalue - the expand clausepublic IMobileThreatDefenseConnectorCollectionRequest filter(java.lang.String value)
filter in interface IMobileThreatDefenseConnectorCollectionRequestvalue - the filter clausepublic IMobileThreatDefenseConnectorCollectionRequest orderBy(java.lang.String value)
orderBy in interface IMobileThreatDefenseConnectorCollectionRequestvalue - the order by clausepublic IMobileThreatDefenseConnectorCollectionRequest select(java.lang.String value)
select in interface IMobileThreatDefenseConnectorCollectionRequestvalue - the select clausepublic IMobileThreatDefenseConnectorCollectionRequest top(int value)
top in interface IMobileThreatDefenseConnectorCollectionRequestvalue - the max number of items to returnpublic IMobileThreatDefenseConnectorCollectionRequest skip(int value)
skip in interface IMobileThreatDefenseConnectorCollectionRequestvalue - of the number of items to skippublic IMobileThreatDefenseConnectorCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IMobileThreatDefenseConnectorCollectionRequestskipToken - - Token for paginationpublic IMobileThreatDefenseConnectorCollectionPage buildFromResponse(MobileThreatDefenseConnectorCollectionResponse response)