public class AttachmentCollectionRequestBuilder extends BaseRequestBuilder implements IAttachmentCollectionRequestBuilder
| Constructor and Description |
|---|
AttachmentCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Post
|
| Modifier and Type | Method and Description |
|---|---|
IAttachmentCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IAttachmentCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IAttachmentRequestBuilder |
byId(java.lang.String id) |
IAttachmentCreateUploadSessionRequestBuilder |
createUploadSession(AttachmentItem attachmentItem) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic AttachmentCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IAttachmentCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IAttachmentCollectionRequestBuilderrequestOptions - the options for this requestpublic IAttachmentCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IAttachmentCollectionRequestBuilderrequestOptions - the options for this requestpublic IAttachmentRequestBuilder byId(java.lang.String id)
byId in interface IAttachmentCollectionRequestBuilderpublic IAttachmentCreateUploadSessionRequestBuilder createUploadSession(AttachmentItem attachmentItem)
createUploadSession in interface IAttachmentCollectionRequestBuilder