public interface ISecureScoreCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
ISecureScoreCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super ISecureScoreCollectionPage> callback)
ISecureScoreCollectionPage get() throws ClientException
ClientExceptionvoid post(SecureScore newSecureScore, ICallback<? super SecureScore> callback)
SecureScore post(SecureScore newSecureScore) throws ClientException
ClientExceptionISecureScoreCollectionRequest expand(java.lang.String value)
value - the expand clauseISecureScoreCollectionRequest filter(java.lang.String value)
value - the filter clauseISecureScoreCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISecureScoreCollectionRequest select(java.lang.String value)
value - the select clauseISecureScoreCollectionRequest top(int value)
value - the max number of items to returnISecureScoreCollectionRequest skip(int value)
value - of the number of items to skipISecureScoreCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination