public class EducationUserRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<EducationUser>
| Constructor and Description |
|---|
EducationUserRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the EducationUser
|
| Modifier and Type | Method and Description |
|---|---|
EducationUserRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
EducationUserRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
EducationClassCollectionWithReferencesRequestBuilder |
classes()
Gets a request builder for the EducationClass collection
|
EducationClassWithReferenceRequestBuilder |
classes(java.lang.String id)
Gets a request builder for the EducationClass item
|
EducationSchoolCollectionWithReferencesRequestBuilder |
schools()
Gets a request builder for the EducationSchool collection
|
EducationSchoolWithReferenceRequestBuilder |
schools(java.lang.String id)
Gets a request builder for the EducationSchool item
|
EducationClassCollectionWithReferencesRequestBuilder |
taughtClasses()
Gets a request builder for the EducationClass collection
|
EducationClassWithReferenceRequestBuilder |
taughtClasses(java.lang.String id)
Gets a request builder for the EducationClass item
|
UserWithReferenceRequestBuilder |
user()
Gets the request builder for User
|
public EducationUserRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public EducationUserRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public EducationUserRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public EducationClassCollectionWithReferencesRequestBuilder classes()
@Nonnull public EducationClassWithReferenceRequestBuilder classes(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public EducationSchoolCollectionWithReferencesRequestBuilder schools()
@Nonnull public EducationSchoolWithReferenceRequestBuilder schools(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public EducationClassCollectionWithReferencesRequestBuilder taughtClasses()
@Nonnull public EducationClassWithReferenceRequestBuilder taughtClasses(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public UserWithReferenceRequestBuilder user()