Class EventRequestBuilder

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

public class EventRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Event>
The class for the Event Request Builder.
  • Constructor Details

    • EventRequestBuilder

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

    • buildRequest

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

      @Nonnull public EventRequest 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 EventRequest 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
    • calendar

      @Nonnull public CalendarRequestBuilder calendar()
      Gets the request builder for Calendar
      Returns:
      the CalendarRequestBuilder instance
    • 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
    • instances

      @Nonnull public EventCollectionRequestBuilder instances()
      Gets a request builder for the Event collection
      Returns:
      the collection request builder
    • instances

      @Nonnull public EventRequestBuilder instances(@Nonnull String id)
      Gets a request builder for the Event 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
    • cancel

      @Nonnull public EventCancelRequestBuilder cancel(@Nonnull EventCancelParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • accept

      @Nonnull public EventAcceptRequestBuilder accept(@Nonnull EventAcceptParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • decline

      @Nonnull public EventDeclineRequestBuilder decline(@Nonnull EventDeclineParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • dismissReminder

      @Nonnull public EventDismissReminderRequestBuilder dismissReminder()
      Gets a builder to execute the method
      Returns:
      the request builder
    • forward

      @Nonnull public EventForwardRequestBuilder forward(@Nonnull EventForwardParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • snoozeReminder

      @Nonnull public EventSnoozeReminderRequestBuilder snoozeReminder(@Nonnull EventSnoozeReminderParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder
    • tentativelyAccept

      @Nonnull public EventTentativelyAcceptRequestBuilder tentativelyAccept(@Nonnull EventTentativelyAcceptParameterSet parameters)
      Gets a builder to execute the method
      Parameters:
      parameters - the parameters for the service method
      Returns:
      the request builder