public interface ISecureScoreControlProfileCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISecureScoreControlProfileCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISecureScoreControlProfileCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISecureScoreControlProfileCollectionPage |
get() |
void |
get(ICallback<? super ISecureScoreControlProfileCollectionPage> callback) |
ISecureScoreControlProfileCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
SecureScoreControlProfile |
post(SecureScoreControlProfile newSecureScoreControlProfile) |
void |
post(SecureScoreControlProfile newSecureScoreControlProfile,
ICallback<? super SecureScoreControlProfile> callback) |
ISecureScoreControlProfileCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISecureScoreControlProfileCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISecureScoreControlProfileCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ISecureScoreControlProfileCollectionRequest |
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 ISecureScoreControlProfileCollectionPage> callback)
ISecureScoreControlProfileCollectionPage get() throws ClientException
ClientExceptionvoid post(SecureScoreControlProfile newSecureScoreControlProfile, ICallback<? super SecureScoreControlProfile> callback)
SecureScoreControlProfile post(SecureScoreControlProfile newSecureScoreControlProfile) throws ClientException
ClientExceptionISecureScoreControlProfileCollectionRequest expand(java.lang.String value)
value - the expand clauseISecureScoreControlProfileCollectionRequest filter(java.lang.String value)
value - the filter clauseISecureScoreControlProfileCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISecureScoreControlProfileCollectionRequest select(java.lang.String value)
value - the select clauseISecureScoreControlProfileCollectionRequest top(int value)
value - the max number of items to returnISecureScoreControlProfileCollectionRequest skip(int value)
value - of the number of items to skipISecureScoreControlProfileCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination