public class MobileAppContentFileCommitRequestBuilder extends BaseActionRequestBuilder implements IMobileAppContentFileCommitRequestBuilder
bodyParams| Constructor and Description |
|---|
MobileAppContentFileCommitRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
FileEncryptionInfo fileEncryptionInfo)
The request builder for this MobileAppContentFileCommit
|
| Modifier and Type | Method and Description |
|---|---|
IMobileAppContentFileCommitRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IMobileAppContentFileCommitRequest with specific requestOptions instead of the existing requestOptions
|
IMobileAppContentFileCommitRequest |
buildRequest(Option... requestOptions)
Creates the IMobileAppContentFileCommitRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic MobileAppContentFileCommitRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
FileEncryptionInfo fileEncryptionInfo)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestfileEncryptionInfo - the fileEncryptionInfopublic IMobileAppContentFileCommitRequest buildRequest(Option... requestOptions)
buildRequest in interface IMobileAppContentFileCommitRequestBuilderrequestOptions - the options for the requestpublic IMobileAppContentFileCommitRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IMobileAppContentFileCommitRequestBuilderrequestOptions - the options for the request