Class EntityRequestBuilder

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

public class EntityRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Entity>
The class for the Entity Request Builder.
  • Constructor Summary

    Constructors
    Constructor
    Description
    EntityRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions)
    The request builder for the Entity
  • Method Summary

    Modifier and Type
    Method
    Description
    buildRequest(com.microsoft.graph.options.Option... requestOptions)
    Creates the request
    buildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions)
    Creates the request with specific requestOptions instead of the existing requestOptions

    Methods inherited from class com.microsoft.graph.http.BaseRequestBuilder

    getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EntityRequestBuilder

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

    • buildRequest

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

      @Nonnull public EntityRequest 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 EntityRequest instance