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
|
| Modifier and Type | Method and Description |
|---|---|
IMobileThreatDefenseConnectorCollectionPage |
buildFromResponse(MobileThreatDefenseConnectorCollectionResponse response) |
IMobileThreatDefenseConnectorCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IMobileThreatDefenseConnectorCollectionPage |
get() |
void |
get(ICallback<IMobileThreatDefenseConnectorCollectionPage> callback) |
MobileThreatDefenseConnector |
post(MobileThreatDefenseConnector newMobileThreatDefenseConnector) |
void |
post(MobileThreatDefenseConnector newMobileThreatDefenseConnector,
ICallback<MobileThreatDefenseConnector> callback) |
IMobileThreatDefenseConnectorCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMobileThreatDefenseConnectorCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IMobileThreatDefenseConnectorCollectionPage> callback)
get in interface IMobileThreatDefenseConnectorCollectionRequestpublic IMobileThreatDefenseConnectorCollectionPage get() throws ClientException
get in interface IMobileThreatDefenseConnectorCollectionRequestClientExceptionpublic void post(MobileThreatDefenseConnector newMobileThreatDefenseConnector, ICallback<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 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 IMobileThreatDefenseConnectorCollectionPage buildFromResponse(MobileThreatDefenseConnectorCollectionResponse response)