public class SecureScoreCollectionRequest extends BaseCollectionRequest<SecureScoreCollectionResponse,ISecureScoreCollectionPage> implements ISecureScoreCollectionRequest
| Constructor and Description |
|---|
SecureScoreCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of SecureScore
|
| Modifier and Type | Method and Description |
|---|---|
ISecureScoreCollectionPage |
buildFromResponse(SecureScoreCollectionResponse response) |
ISecureScoreCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISecureScoreCollectionPage |
get() |
void |
get(ICallback<ISecureScoreCollectionPage> callback) |
SecureScore |
post(SecureScore newSecureScore) |
void |
post(SecureScore newSecureScore,
ICallback<SecureScore> callback) |
ISecureScoreCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISecureScoreCollectionRequest |
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 SecureScoreCollectionRequest(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<ISecureScoreCollectionPage> callback)
get in interface ISecureScoreCollectionRequestpublic ISecureScoreCollectionPage get() throws ClientException
get in interface ISecureScoreCollectionRequestClientExceptionpublic void post(SecureScore newSecureScore, ICallback<SecureScore> callback)
post in interface ISecureScoreCollectionRequestpublic SecureScore post(SecureScore newSecureScore) throws ClientException
post in interface ISecureScoreCollectionRequestClientExceptionpublic ISecureScoreCollectionRequest expand(java.lang.String value)
expand in interface ISecureScoreCollectionRequestvalue - the expand clausepublic ISecureScoreCollectionRequest select(java.lang.String value)
select in interface ISecureScoreCollectionRequestvalue - the select clausepublic ISecureScoreCollectionRequest top(int value)
top in interface ISecureScoreCollectionRequestvalue - the max number of items to returnpublic ISecureScoreCollectionPage buildFromResponse(SecureScoreCollectionResponse response)