public class CalendarSharingMessageRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<CalendarSharingMessage>
| Constructor and Description |
|---|
CalendarSharingMessageRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the CalendarSharingMessage
|
| Modifier and Type | Method and Description |
|---|---|
CalendarSharingMessageAcceptRequestBuilder |
accept()
Gets a builder to execute the method
|
AttachmentCollectionRequestBuilder |
attachments()
Gets a request builder for the Attachment collection
|
AttachmentRequestBuilder |
attachments(java.lang.String id)
Gets a request builder for the Attachment item
|
CalendarSharingMessageRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
CalendarSharingMessageRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
MessageCopyRequestBuilder |
copy(MessageCopyParameterSet parameters)
Gets a builder to execute the method
|
MessageCreateForwardRequestBuilder |
createForward(MessageCreateForwardParameterSet parameters)
Gets a builder to execute the method
|
MessageCreateReplyRequestBuilder |
createReply(MessageCreateReplyParameterSet parameters)
Gets a builder to execute the method
|
MessageCreateReplyAllRequestBuilder |
createReplyAll(MessageCreateReplyAllParameterSet parameters)
Gets a builder to execute the method
|
ExtensionCollectionRequestBuilder |
extensions()
Gets a request builder for the Extension collection
|
ExtensionRequestBuilder |
extensions(java.lang.String id)
Gets a request builder for the Extension item
|
MessageForwardRequestBuilder |
forward(MessageForwardParameterSet parameters)
Gets a builder to execute the method
|
MessageMoveRequestBuilder |
move(MessageMoveParameterSet parameters)
Gets a builder to execute the method
|
MultiValueLegacyExtendedPropertyCollectionRequestBuilder |
multiValueExtendedProperties()
Gets a request builder for the MultiValueLegacyExtendedProperty collection
|
MultiValueLegacyExtendedPropertyRequestBuilder |
multiValueExtendedProperties(java.lang.String id)
Gets a request builder for the MultiValueLegacyExtendedProperty item
|
MessageReplyRequestBuilder |
reply(MessageReplyParameterSet parameters)
Gets a builder to execute the method
|
MessageReplyAllRequestBuilder |
replyAll(MessageReplyAllParameterSet parameters)
Gets a builder to execute the method
|
MessageSendRequestBuilder |
send()
Gets a builder to execute the method
|
SingleValueLegacyExtendedPropertyCollectionRequestBuilder |
singleValueExtendedProperties()
Gets a request builder for the SingleValueLegacyExtendedProperty collection
|
SingleValueLegacyExtendedPropertyRequestBuilder |
singleValueExtendedProperties(java.lang.String id)
Gets a request builder for the SingleValueLegacyExtendedProperty item
|
public CalendarSharingMessageRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public CalendarSharingMessageRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public CalendarSharingMessageRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public AttachmentCollectionRequestBuilder attachments()
@Nonnull public AttachmentRequestBuilder attachments(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public ExtensionCollectionRequestBuilder extensions()
@Nonnull public ExtensionRequestBuilder extensions(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public MultiValueLegacyExtendedPropertyCollectionRequestBuilder multiValueExtendedProperties()
@Nonnull public MultiValueLegacyExtendedPropertyRequestBuilder multiValueExtendedProperties(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public SingleValueLegacyExtendedPropertyCollectionRequestBuilder singleValueExtendedProperties()
@Nonnull public SingleValueLegacyExtendedPropertyRequestBuilder singleValueExtendedProperties(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public CalendarSharingMessageAcceptRequestBuilder accept()
@Nonnull public MessageForwardRequestBuilder forward(@Nonnull MessageForwardParameterSet parameters)
parameters - the parameters for the service method@Nonnull public MessageCopyRequestBuilder copy(@Nonnull MessageCopyParameterSet parameters)
parameters - the parameters for the service method@Nonnull public MessageMoveRequestBuilder move(@Nonnull MessageMoveParameterSet parameters)
parameters - the parameters for the service method@Nonnull public MessageCreateForwardRequestBuilder createForward(@Nonnull MessageCreateForwardParameterSet parameters)
parameters - the parameters for the service method@Nonnull public MessageCreateReplyRequestBuilder createReply(@Nonnull MessageCreateReplyParameterSet parameters)
parameters - the parameters for the service method@Nonnull public MessageCreateReplyAllRequestBuilder createReplyAll(@Nonnull MessageCreateReplyAllParameterSet parameters)
parameters - the parameters for the service method@Nonnull public MessageReplyRequestBuilder reply(@Nonnull MessageReplyParameterSet parameters)
parameters - the parameters for the service method@Nonnull public MessageReplyAllRequestBuilder replyAll(@Nonnull MessageReplyAllParameterSet parameters)
parameters - the parameters for the service method@Nonnull public MessageSendRequestBuilder send()