public class MobileAppContentFileCollectionRequest extends BaseCollectionRequest<MobileAppContentFileCollectionResponse,IMobileAppContentFileCollectionPage> implements IMobileAppContentFileCollectionRequest
| Constructor and Description |
|---|
MobileAppContentFileCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of MobileAppContentFile
|
| Modifier and Type | Method and Description |
|---|---|
IMobileAppContentFileCollectionPage |
buildFromResponse(MobileAppContentFileCollectionResponse response) |
IMobileAppContentFileCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IMobileAppContentFileCollectionPage |
get() |
void |
get(ICallback<IMobileAppContentFileCollectionPage> callback) |
MobileAppContentFile |
post(MobileAppContentFile newMobileAppContentFile) |
void |
post(MobileAppContentFile newMobileAppContentFile,
ICallback<MobileAppContentFile> callback) |
IMobileAppContentFileCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMobileAppContentFileCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic MobileAppContentFileCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<IMobileAppContentFileCollectionPage> callback)
get in interface IMobileAppContentFileCollectionRequestpublic IMobileAppContentFileCollectionPage get() throws ClientException
get in interface IMobileAppContentFileCollectionRequestClientExceptionpublic void post(MobileAppContentFile newMobileAppContentFile, ICallback<MobileAppContentFile> callback)
post in interface IMobileAppContentFileCollectionRequestpublic MobileAppContentFile post(MobileAppContentFile newMobileAppContentFile) throws ClientException
post in interface IMobileAppContentFileCollectionRequestClientExceptionpublic IMobileAppContentFileCollectionRequest expand(java.lang.String value)
expand in interface IMobileAppContentFileCollectionRequestvalue - the expand clausepublic IMobileAppContentFileCollectionRequest select(java.lang.String value)
select in interface IMobileAppContentFileCollectionRequestvalue - the select clausepublic IMobileAppContentFileCollectionRequest top(int value)
top in interface IMobileAppContentFileCollectionRequestvalue - the max number of items to returnpublic IMobileAppContentFileCollectionPage buildFromResponse(MobileAppContentFileCollectionResponse response)