public class FileAttachmentRequestBuilder extends BaseRequestBuilder implements IFileAttachmentRequestBuilder
| Constructor and Description |
|---|
FileAttachmentRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the FileAttachment
|
| Modifier and Type | Method and Description |
|---|---|
IFileAttachmentRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IFileAttachmentRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IFileAttachmentStreamRequestBuilder |
content() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic FileAttachmentRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IFileAttachmentRequest buildRequest(Option... requestOptions)
buildRequest in interface IFileAttachmentRequestBuilderrequestOptions - the options for this requestpublic IFileAttachmentRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IFileAttachmentRequestBuilderrequestOptions - the options for this requestpublic IFileAttachmentStreamRequestBuilder content()
content in interface IFileAttachmentRequestBuilder