Class MessageStreamRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<InputStream>
com.microsoft.graph.requests.MessageStreamRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class MessageStreamRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<InputStream>
The class for the Message Stream Request Builder.
  • Constructor Details

    • MessageStreamRequestBuilder

      public MessageStreamRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for the Message
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details

    • buildRequest

      @Nonnull public MessageStreamRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the request
      Parameters:
      requestOptions - the options for this request
      Returns:
      the MessageStreamRequest instance
    • buildRequest

      @Nonnull public MessageStreamRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions)
      Creates the request with specific options instead of the existing options
      Parameters:
      requestOptions - the options for this request
      Returns:
      the MessageStreamRequest instance
    • attachments

      @Nonnull public AttachmentCollectionRequestBuilder attachments()
      Gets a request builder for the Attachment collection
      Returns:
      the collection request builder
    • attachments

      @Nonnull public AttachmentRequestBuilder attachments(@Nonnull String id)
      Gets a request builder for the Attachment item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • extensions

      @Nonnull public ExtensionCollectionRequestBuilder extensions()
      Gets a request builder for the Extension collection
      Returns:
      the collection request builder
    • extensions

      @Nonnull public ExtensionRequestBuilder extensions(@Nonnull String id)
      Gets a request builder for the Extension item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • multiValueExtendedProperties

      @Nonnull public MultiValueLegacyExtendedPropertyCollectionRequestBuilder multiValueExtendedProperties()
      Gets a request builder for the MultiValueLegacyExtendedProperty collection
      Returns:
      the collection request builder
    • multiValueExtendedProperties

      @Nonnull public MultiValueLegacyExtendedPropertyRequestBuilder multiValueExtendedProperties(@Nonnull String id)
      Gets a request builder for the MultiValueLegacyExtendedProperty item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • singleValueExtendedProperties

      @Nonnull public SingleValueLegacyExtendedPropertyCollectionRequestBuilder singleValueExtendedProperties()
      Gets a request builder for the SingleValueLegacyExtendedProperty collection
      Returns:
      the collection request builder
    • singleValueExtendedProperties

      @Nonnull public SingleValueLegacyExtendedPropertyRequestBuilder singleValueExtendedProperties(@Nonnull String id)
      Gets a request builder for the SingleValueLegacyExtendedProperty item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • forward

      @Nonnull public MessageForwardRequestBuilder forward(@Nonnull MessageForwardParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • copy

      @Nonnull public MessageCopyRequestBuilder copy(@Nonnull MessageCopyParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • move

      @Nonnull public MessageMoveRequestBuilder move(@Nonnull MessageMoveParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • createForward

      @Nonnull public MessageCreateForwardRequestBuilder createForward(@Nonnull MessageCreateForwardParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • createReply

      @Nonnull public MessageCreateReplyRequestBuilder createReply(@Nonnull MessageCreateReplyParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • createReplyAll

      @Nonnull public MessageCreateReplyAllRequestBuilder createReplyAll(@Nonnull MessageCreateReplyAllParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • reply

      @Nonnull public MessageReplyRequestBuilder reply(@Nonnull MessageReplyParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • replyAll

      @Nonnull public MessageReplyAllRequestBuilder replyAll(@Nonnull MessageReplyAllParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • send

      @Nonnull public MessageSendRequestBuilder send()
      Gets a builder to execute the method
      Returns:
      the request builder