public interface IMobileAppAssignmentCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IMobileAppAssignmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IMobileAppAssignmentCollectionPage |
get() |
void |
get(ICallback<IMobileAppAssignmentCollectionPage> callback) |
MobileAppAssignment |
post(MobileAppAssignment newMobileAppAssignment) |
void |
post(MobileAppAssignment newMobileAppAssignment,
ICallback<MobileAppAssignment> callback) |
IMobileAppAssignmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMobileAppAssignmentCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IMobileAppAssignmentCollectionPage> callback)
IMobileAppAssignmentCollectionPage get() throws ClientException
ClientExceptionvoid post(MobileAppAssignment newMobileAppAssignment, ICallback<MobileAppAssignment> callback)
MobileAppAssignment post(MobileAppAssignment newMobileAppAssignment) throws ClientException
ClientExceptionIMobileAppAssignmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIMobileAppAssignmentCollectionRequest select(java.lang.String value)
value - the select clauseIMobileAppAssignmentCollectionRequest top(int value)
value - the max number of items to return