public class SecureScoreControlProfileCollectionRequest extends BaseCollectionRequest<SecureScoreControlProfileCollectionResponse,ISecureScoreControlProfileCollectionPage> implements ISecureScoreControlProfileCollectionRequest
| Constructor and Description |
|---|
SecureScoreControlProfileCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of SecureScoreControlProfile
|
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 SecureScoreControlProfileCollectionRequest(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 ISecureScoreControlProfileCollectionPage> callback)
get in interface ISecureScoreControlProfileCollectionRequestpublic ISecureScoreControlProfileCollectionPage get() throws ClientException
get in interface ISecureScoreControlProfileCollectionRequestClientExceptionpublic void post(SecureScoreControlProfile newSecureScoreControlProfile, ICallback<? super SecureScoreControlProfile> callback)
post in interface ISecureScoreControlProfileCollectionRequestpublic SecureScoreControlProfile post(SecureScoreControlProfile newSecureScoreControlProfile) throws ClientException
post in interface ISecureScoreControlProfileCollectionRequestClientExceptionpublic ISecureScoreControlProfileCollectionRequest expand(java.lang.String value)
expand in interface ISecureScoreControlProfileCollectionRequestvalue - the expand clausepublic ISecureScoreControlProfileCollectionRequest filter(java.lang.String value)
filter in interface ISecureScoreControlProfileCollectionRequestvalue - the filter clausepublic ISecureScoreControlProfileCollectionRequest orderBy(java.lang.String value)
orderBy in interface ISecureScoreControlProfileCollectionRequestvalue - the order by clausepublic ISecureScoreControlProfileCollectionRequest select(java.lang.String value)
select in interface ISecureScoreControlProfileCollectionRequestvalue - the select clausepublic ISecureScoreControlProfileCollectionRequest top(int value)
top in interface ISecureScoreControlProfileCollectionRequestvalue - the max number of items to returnpublic ISecureScoreControlProfileCollectionRequest skip(int value)
skip in interface ISecureScoreControlProfileCollectionRequestvalue - of the number of items to skippublic ISecureScoreControlProfileCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ISecureScoreControlProfileCollectionRequestskipToken - - Token for paginationpublic ISecureScoreControlProfileCollectionPage buildFromResponse(SecureScoreControlProfileCollectionResponse response)