Package com.microsoft.graph.requests
Class EducationRootRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<EducationRoot>
com.microsoft.graph.requests.EducationRootRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class EducationRootRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<EducationRoot>
The class for the Education Root Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionEducationRootRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EducationRoot -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(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 itemme()Gets the request builder for EducationUserschools()Gets a request builder for the EducationSchool collectionGets a request builder for the EducationSchool 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
-
EducationRootRequestBuilder
public EducationRootRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EducationRoot- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public EducationRootRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the EducationRootRequest instance
-
buildRequest
@Nonnull public EducationRootRequest 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 EducationRootRequest 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
-
me
Gets the request builder for EducationUser- Returns:
- the EducationUserRequestBuilder instance
-
schools
Gets a request builder for the EducationSchool collection- Returns:
- the collection request builder
-
schools
Gets a request builder for the EducationSchool 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
-