public interface ISignInCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ISignInCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISignInCollectionPage |
get() |
void |
get(ICallback<ISignInCollectionPage> callback) |
SignIn |
post(SignIn newSignIn) |
void |
post(SignIn newSignIn,
ICallback<SignIn> callback) |
ISignInCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISignInCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ISignInCollectionPage> callback)
ISignInCollectionPage get() throws ClientException
ClientExceptionSignIn post(SignIn newSignIn) throws ClientException
ClientExceptionISignInCollectionRequest expand(java.lang.String value)
value - the expand clauseISignInCollectionRequest select(java.lang.String value)
value - the select clauseISignInCollectionRequest top(int value)
value - the max number of items to return