Package com.microsoft.graph.requests
Class EventMessageRequestStreamRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<InputStream>
com.microsoft.graph.requests.EventMessageRequestStreamRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class EventMessageRequestStreamRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<InputStream>
The class for the Event Message Request Stream Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionEventMessageRequestStreamRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EventMessageRequest -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific options instead of the existing optionscopy
(MessageCopyParameterSet parameters) Gets a builder to execute the methodcreateForward
(MessageCreateForwardParameterSet parameters) Gets a builder to execute the methodcreateReply
(MessageCreateReplyParameterSet parameters) Gets a builder to execute the methodcreateReplyAll
(MessageCreateReplyAllParameterSet parameters) Gets a builder to execute the methodforward
(MessageForwardParameterSet parameters) Gets a builder to execute the methodmove
(MessageMoveParameterSet parameters) Gets a builder to execute the methodreply
(MessageReplyParameterSet parameters) Gets a builder to execute the methodreplyAll
(MessageReplyAllParameterSet parameters) Gets a builder to execute the methodsend()
Gets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
EventMessageRequestStreamRequestBuilder
public EventMessageRequestStreamRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EventMessageRequest- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public EventMessageRequestStreamRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the EventMessageRequestStreamRequest instance
-
buildRequest
@Nonnull public EventMessageRequestStreamRequest 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 EventMessageRequestStreamRequest instance
-
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
Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-
move
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
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
Gets a builder to execute the method- Returns:
- the request builder
-