Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionEducationSchoolRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EducationSchool -
Method Summary
Modifier and TypeMethodDescriptionGets the request builder for AdministrativeUnitbuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsclasses()
Gets a request builder for the EducationClass collectionGets a request builder for the EducationClass itemusers()
Gets a request builder for the EducationUser collectionGets a request builder for the EducationUser itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
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 URLclient
- the service clientrequestOptions
- 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
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
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
Gets a request builder for the EducationUser item- Parameters:
id
- the item identifier- Returns:
- the request builder
-