public interface IRestrictedSignInCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IRestrictedSignInCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IRestrictedSignInCollectionPage |
get() |
void |
get(ICallback<IRestrictedSignInCollectionPage> callback) |
RestrictedSignIn |
post(RestrictedSignIn newRestrictedSignIn) |
void |
post(RestrictedSignIn newRestrictedSignIn,
ICallback<RestrictedSignIn> callback) |
IRestrictedSignInCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IRestrictedSignInCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IRestrictedSignInCollectionPage> callback)
IRestrictedSignInCollectionPage get() throws ClientException
ClientExceptionvoid post(RestrictedSignIn newRestrictedSignIn, ICallback<RestrictedSignIn> callback)
RestrictedSignIn post(RestrictedSignIn newRestrictedSignIn) throws ClientException
ClientExceptionIRestrictedSignInCollectionRequest expand(java.lang.String value)
value - the expand clauseIRestrictedSignInCollectionRequest select(java.lang.String value)
value - the select clauseIRestrictedSignInCollectionRequest top(int value)
value - the max number of items to return