public interface IItemAttachmentRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IItemAttachmentRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IItemAttachmentRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IOutlookItemRequestBuilder |
item()
Gets the request builder for OutlookItem
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIItemAttachmentRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIItemAttachmentRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIOutlookItemRequestBuilder item()