public class AttachmentCreateUploadSessionRequestBuilder extends BaseActionRequestBuilder implements IAttachmentCreateUploadSessionRequestBuilder
bodyParams| Constructor and Description |
|---|
AttachmentCreateUploadSessionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
AttachmentItem attachmentItem)
The request builder for this AttachmentCreateUploadSession
|
| Modifier and Type | Method and Description |
|---|---|
IAttachmentCreateUploadSessionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IAttachmentCreateUploadSessionRequest with specific requestOptions instead of the existing requestOptions
|
IAttachmentCreateUploadSessionRequest |
buildRequest(Option... requestOptions)
Creates the IAttachmentCreateUploadSessionRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic AttachmentCreateUploadSessionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
AttachmentItem attachmentItem)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestattachmentItem - the attachmentItempublic IAttachmentCreateUploadSessionRequest buildRequest(Option... requestOptions)
buildRequest in interface IAttachmentCreateUploadSessionRequestBuilderrequestOptions - the options for the requestpublic IAttachmentCreateUploadSessionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IAttachmentCreateUploadSessionRequestBuilderrequestOptions - the options for the request