public class MessageStreamRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<java.io.InputStream>
| Constructor and Description |
|---|
MessageStreamRequestBuilder(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 Message
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentCollectionRequestBuilder |
attachments()
Gets a request builder for the Attachment collection
|
AttachmentRequestBuilder |
attachments(java.lang.String id)
Gets a request builder for the Attachment item
|
MessageStreamRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific options instead of the existing options
|
MessageStreamRequest |
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 MessageStreamRequestBuilder(@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 MessageStreamRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public MessageStreamRequest 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 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()