public class EducationClassRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<EducationClass>
| Constructor and Description |
|---|
EducationClassRequestBuilder(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 EducationClass
|
| Modifier and Type | Method and Description |
|---|---|
EducationClassRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
EducationClassRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
GroupWithReferenceRequestBuilder |
group()
Gets the request builder for Group
|
EducationUserCollectionWithReferencesRequestBuilder |
members()
Gets a request builder for the EducationUser collection
|
EducationUserWithReferenceRequestBuilder |
members(java.lang.String id)
Gets a request builder for the EducationUser 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
|
EducationUserCollectionWithReferencesRequestBuilder |
teachers()
Gets a request builder for the EducationUser collection
|
EducationUserWithReferenceRequestBuilder |
teachers(java.lang.String id)
Gets a request builder for the EducationUser item
|
public EducationClassRequestBuilder(@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 EducationClassRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public EducationClassRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public GroupWithReferenceRequestBuilder group()
@Nonnull public EducationUserCollectionWithReferencesRequestBuilder members()
@Nonnull public EducationUserWithReferenceRequestBuilder members(@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 EducationUserCollectionWithReferencesRequestBuilder teachers()
@Nonnull public EducationUserWithReferenceRequestBuilder teachers(@Nonnull java.lang.String id)
id - the item identifier