Package com.microsoft.graph.requests
Class EducationUserRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<EducationUser>
com.microsoft.graph.requests.EducationUserRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class EducationUserRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<EducationUser>
The class for the Education User Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionEducationUserRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EducationUser -
Method Summary
Modifier and TypeMethodDescriptionGets a request builder for the EducationAssignment collectionassignments
(String id) Gets a request builder for the EducationAssignment itembuildRequest
(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 itemrubrics()
Gets a request builder for the EducationRubric collectionGets a request builder for the EducationRubric itemschools()
Gets a request builder for the EducationSchool collectionGets a request builder for the EducationSchool itemGets a request builder for the EducationClass collectiontaughtClasses
(String id) Gets a request builder for the EducationClass itemuser()
Gets the request builder for UserMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
EducationUserRequestBuilder
public EducationUserRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EducationUser- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public EducationUserRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the EducationUserRequest instance
-
buildRequest
@Nonnull public EducationUserRequest 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 EducationUserRequest instance
-
assignments
Gets a request builder for the EducationAssignment collection- Returns:
- the collection request builder
-
assignments
Gets a request builder for the EducationAssignment item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
rubrics
Gets a request builder for the EducationRubric collection- Returns:
- the collection request builder
-
rubrics
Gets a request builder for the EducationRubric item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
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
-
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
-
taughtClasses
Gets a request builder for the EducationClass collection- Returns:
- the collection request builder
-
taughtClasses
Gets a request builder for the EducationClass item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
user
Gets the request builder for User- Returns:
- the UserWithReferenceRequestBuilder instance
-