Class TodoTaskRequestBuilder

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

public class TodoTaskRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<TodoTask>
The class for the Todo Task Request Builder.
  • Constructor Details

    • TodoTaskRequestBuilder

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

    • buildRequest

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

      @Nonnull public TodoTaskRequest 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 TodoTaskRequest instance
    • attachments

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

      @Nonnull public AttachmentBaseRequestBuilder attachments(@Nonnull String id)
      Gets a request builder for the AttachmentBase item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • attachmentSessions

      @Nonnull public AttachmentSessionCollectionRequestBuilder attachmentSessions()
      Gets a request builder for the AttachmentSession collection
      Returns:
      the collection request builder
    • attachmentSessions

      @Nonnull public AttachmentSessionRequestBuilder attachmentSessions(@Nonnull String id)
      Gets a request builder for the AttachmentSession item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • checklistItems

      @Nonnull public ChecklistItemCollectionRequestBuilder checklistItems()
      Gets a request builder for the ChecklistItem collection
      Returns:
      the collection request builder
    • checklistItems

      @Nonnull public ChecklistItemRequestBuilder checklistItems(@Nonnull String id)
      Gets a request builder for the ChecklistItem 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
    • linkedResources

      @Nonnull public LinkedResourceCollectionRequestBuilder linkedResources()
      Gets a request builder for the LinkedResource collection
      Returns:
      the collection request builder
    • linkedResources

      @Nonnull public LinkedResourceRequestBuilder linkedResources(@Nonnull String id)
      Gets a request builder for the LinkedResource item
      Parameters:
      id - the item identifier
      Returns:
      the request builder