java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.groups.item.calendarview.item.instances.item.EventItemRequestBuilder

@Generated("com.microsoft.kiota") public class EventItemRequestBuilder extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the instances property of the microsoft.graph.event entity.
  • Constructor Details

    • EventItemRequestBuilder

      public EventItemRequestBuilder(@Nonnull HashMap<String,Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new EventItemRequestBuilder and sets the default values.
      Parameters:
      pathParameters - Path parameters for the request
      requestAdapter - The request adapter to use to execute the requests.
    • EventItemRequestBuilder

      public EventItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new EventItemRequestBuilder and sets the default values.
      Parameters:
      rawUrl - The raw URL to use for the request builder.
      requestAdapter - The request adapter to use to execute the requests.
  • Method Details

    • accept

      @Nonnull public AcceptRequestBuilder accept()
      Provides operations to call the accept method.
      Returns:
      a AcceptRequestBuilder
    • attachments

      @Nonnull public AttachmentsRequestBuilder attachments()
      Provides operations to manage the attachments property of the microsoft.graph.event entity.
      Returns:
      a AttachmentsRequestBuilder
    • calendar

      @Nonnull public CalendarRequestBuilder calendar()
      Provides operations to manage the calendar property of the microsoft.graph.event entity.
      Returns:
      a CalendarRequestBuilder
    • cancel

      @Nonnull public CancelRequestBuilder cancel()
      Provides operations to call the cancel method.
      Returns:
      a CancelRequestBuilder
    • decline

      @Nonnull public DeclineRequestBuilder decline()
      Provides operations to call the decline method.
      Returns:
      a DeclineRequestBuilder
    • dismissReminder

      @Nonnull public DismissReminderRequestBuilder dismissReminder()
      Provides operations to call the dismissReminder method.
      Returns:
      a DismissReminderRequestBuilder
    • extensions

      @Nonnull public ExtensionsRequestBuilder extensions()
      Provides operations to manage the extensions property of the microsoft.graph.event entity.
      Returns:
      a ExtensionsRequestBuilder
    • forward

      @Nonnull public ForwardRequestBuilder forward()
      Provides operations to call the forward method.
      Returns:
      a ForwardRequestBuilder
    • permanentDelete

      @Nonnull public PermanentDeleteRequestBuilder permanentDelete()
      Provides operations to call the permanentDelete method.
      Returns:
      a PermanentDeleteRequestBuilder
    • snoozeReminder

      @Nonnull public SnoozeReminderRequestBuilder snoozeReminder()
      Provides operations to call the snoozeReminder method.
      Returns:
      a SnoozeReminderRequestBuilder
    • tentativelyAccept

      @Nonnull public TentativelyAcceptRequestBuilder tentativelyAccept()
      Provides operations to call the tentativelyAccept method.
      Returns:
      a TentativelyAcceptRequestBuilder
    • get

      @Nullable public Event get()
      The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
      Returns:
      a Event
      Throws:
      ODataError - When receiving a 4XX or 5XX status code
    • get

      @Nullable public Event get(@Nullable Consumer<EventItemRequestBuilder.GetRequestConfiguration> requestConfiguration)
      The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
      Parameters:
      requestConfiguration - Configuration for the request such as headers, query parameters, and middleware options.
      Returns:
      a Event
      Throws:
      ODataError - When receiving a 4XX or 5XX status code
    • toGetRequestInformation

      @Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()
      The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
      Returns:
      a RequestInformation
    • toGetRequestInformation

      @Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<EventItemRequestBuilder.GetRequestConfiguration> requestConfiguration)
      The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
      Parameters:
      requestConfiguration - Configuration for the request such as headers, query parameters, and middleware options.
      Returns:
      a RequestInformation
    • withUrl

      @Nonnull public EventItemRequestBuilder withUrl(@Nonnull String rawUrl)
      Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
      Parameters:
      rawUrl - The raw URL to use for the request builder.
      Returns:
      a EventItemRequestBuilder