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