public interface ISecureScoreControlProfileCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<ISecureScoreControlProfileCollectionPage> callback)
ISecureScoreControlProfileCollectionPage get() throws ClientException
ClientExceptionvoid post(SecureScoreControlProfile newSecureScoreControlProfile, ICallback<SecureScoreControlProfile> callback)
SecureScoreControlProfile post(SecureScoreControlProfile newSecureScoreControlProfile) throws ClientException
ClientExceptionISecureScoreControlProfileCollectionRequest expand(java.lang.String value)
value - the expand clauseISecureScoreControlProfileCollectionRequest select(java.lang.String value)
value - the select clauseISecureScoreControlProfileCollectionRequest top(int value)
value - the max number of items to return