public interface IManagedAppRegistrationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedAppRegistrationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppRegistrationCollectionPage |
get() |
void |
get(ICallback<IManagedAppRegistrationCollectionPage> callback) |
ManagedAppRegistration |
post(ManagedAppRegistration newManagedAppRegistration) |
void |
post(ManagedAppRegistration newManagedAppRegistration,
ICallback<ManagedAppRegistration> callback) |
IManagedAppRegistrationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppRegistrationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IManagedAppRegistrationCollectionPage> callback)
IManagedAppRegistrationCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedAppRegistration newManagedAppRegistration, ICallback<ManagedAppRegistration> callback)
ManagedAppRegistration post(ManagedAppRegistration newManagedAppRegistration) throws ClientException
ClientExceptionIManagedAppRegistrationCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedAppRegistrationCollectionRequest select(java.lang.String value)
value - the select clauseIManagedAppRegistrationCollectionRequest top(int value)
value - the max number of items to return