Class EducationSchoolRequestBuilder

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

public class EducationSchoolRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<EducationSchool>
The class for the Education School Request Builder.
  • Constructor Details

    • EducationSchoolRequestBuilder

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

    • buildRequest

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

      @Nonnull public EducationSchoolRequest 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 EducationSchoolRequest instance
    • administrativeUnit

      @Nonnull public AdministrativeUnitWithReferenceRequestBuilder administrativeUnit()
      Gets the request builder for AdministrativeUnit
      Returns:
      the AdministrativeUnitWithReferenceRequestBuilder instance
    • classes

      Gets a request builder for the EducationClass collection
      Returns:
      the collection request builder
    • classes

      @Nonnull public EducationClassWithReferenceRequestBuilder classes(@Nonnull String id)
      Gets a request builder for the EducationClass item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • users

      Gets a request builder for the EducationUser collection
      Returns:
      the collection request builder
    • users

      @Nonnull public EducationUserWithReferenceRequestBuilder users(@Nonnull String id)
      Gets a request builder for the EducationUser item
      Parameters:
      id - the item identifier
      Returns:
      the request builder