Package com.microsoft.graph.requests
Class EventMessageResponseRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<EventMessageResponse>
com.microsoft.graph.requests.EventMessageResponseRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class EventMessageResponseRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<EventMessageResponse>
The class for the Event Message Response Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionEventMessageResponseRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EventMessageResponse -
Method Summary
Modifier and TypeMethodDescriptionGets a request builder for the Attachment collectionattachments(String id) Gets a request builder for the Attachment itembuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionscontent()Gets a request builder to get the binary value of the objectcopy(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 methodevent()Gets the request builder for EventGets a request builder for the Extension collectionextensions(String id) Gets a request builder for the Extension itemforward(MessageForwardParameterSet parameters) Gets a builder to execute the methodmove(MessageMoveParameterSet parameters) Gets a builder to execute the methodGets a request builder for the MultiValueLegacyExtendedProperty collectionGets a request builder for the MultiValueLegacyExtendedProperty itemreply(MessageReplyParameterSet parameters) Gets a builder to execute the methodreplyAll(MessageReplyAllParameterSet parameters) Gets a builder to execute the methodsend()Gets a builder to execute the methodGets a request builder for the SingleValueLegacyExtendedProperty collectionGets a request builder for the SingleValueLegacyExtendedProperty itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
EventMessageResponseRequestBuilder
public EventMessageResponseRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EventMessageResponse- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public EventMessageResponseRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the EventMessageResponseRequest instance
-
buildRequest
@Nonnull public EventMessageResponseRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the EventMessageResponseRequest instance
-
attachments
Gets a request builder for the Attachment collection- Returns:
- the collection request builder
-
attachments
Gets a request builder for the Attachment item- Parameters:
id- the item identifier- Returns:
- the request builder
-
extensions
Gets a request builder for the Extension collection- Returns:
- the collection request builder
-
extensions
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
-
event
Gets the request builder for Event- Returns:
- the EventRequestBuilder instance
-
content
Gets a request builder to get the binary value of the object- Returns:
- the stream 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
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
-