public interface ISecureScoreCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<ISecureScoreCollectionPage> callback)
ISecureScoreCollectionPage get() throws ClientException
ClientExceptionvoid post(SecureScore newSecureScore, ICallback<SecureScore> callback)
SecureScore post(SecureScore newSecureScore) throws ClientException
ClientExceptionISecureScoreCollectionRequest expand(java.lang.String value)
value - the expand clauseISecureScoreCollectionRequest select(java.lang.String value)
value - the select clauseISecureScoreCollectionRequest top(int value)
value - the max number of items to return