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
|
| Modifier and Type | Method and Description |
|---|---|
ISecureScoreControlProfileCollectionPage |
buildFromResponse(SecureScoreControlProfileCollectionResponse response) |
ISecureScoreControlProfileCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISecureScoreControlProfileCollectionPage |
get() |
void |
get(ICallback<ISecureScoreControlProfileCollectionPage> callback) |
SecureScoreControlProfile |
post(SecureScoreControlProfile newSecureScoreControlProfile) |
void |
post(SecureScoreControlProfile newSecureScoreControlProfile,
ICallback<SecureScoreControlProfile> callback) |
ISecureScoreControlProfileCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISecureScoreControlProfileCollectionRequest |
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 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<ISecureScoreControlProfileCollectionPage> callback)
get in interface ISecureScoreControlProfileCollectionRequestpublic ISecureScoreControlProfileCollectionPage get() throws ClientException
get in interface ISecureScoreControlProfileCollectionRequestClientExceptionpublic void post(SecureScoreControlProfile newSecureScoreControlProfile, ICallback<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 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 ISecureScoreControlProfileCollectionPage buildFromResponse(SecureScoreControlProfileCollectionResponse response)