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