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() |
IAttachmentCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
IAttachmentRequestBuilder |
byId(java.lang.String id) |
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()
buildRequest in interface IAttachmentCollectionRequestBuilderpublic IAttachmentCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IAttachmentCollectionRequestBuilderpublic IAttachmentRequestBuilder byId(java.lang.String id)
byId in interface IAttachmentCollectionRequestBuilder