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
|
ISecureScoreCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISecureScoreCollectionPage |
get() |
void |
get(ICallback<? super ISecureScoreCollectionPage> callback) |
ISecureScoreCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
SecureScore |
post(SecureScore newSecureScore) |
void |
post(SecureScore newSecureScore,
ICallback<? super SecureScore> callback) |
ISecureScoreCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISecureScoreCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISecureScoreCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
ISecureScoreCollectionRequest |
top(int value)
Sets the top value for the request
|
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 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<? super ISecureScoreCollectionPage> callback)
get in interface ISecureScoreCollectionRequestpublic ISecureScoreCollectionPage get() throws ClientException
get in interface ISecureScoreCollectionRequestClientExceptionpublic void post(SecureScore newSecureScore, ICallback<? super 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 filter(java.lang.String value)
filter in interface ISecureScoreCollectionRequestvalue - the filter clausepublic ISecureScoreCollectionRequest orderBy(java.lang.String value)
orderBy in interface ISecureScoreCollectionRequestvalue - the order by 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 ISecureScoreCollectionRequest skip(int value)
skip in interface ISecureScoreCollectionRequestvalue - of the number of items to skippublic ISecureScoreCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ISecureScoreCollectionRequestskipToken - - Token for paginationpublic ISecureScoreCollectionPage buildFromResponse(SecureScoreCollectionResponse response)