public class EducationSchoolRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<EducationSchool>
| Constructor and Description |
|---|
EducationSchoolRequestBuilder(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 EducationSchool
|
| Modifier and Type | Method and Description |
|---|---|
AdministrativeUnitWithReferenceRequestBuilder |
administrativeUnit()
Gets the request builder for AdministrativeUnit
|
EducationSchoolRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
EducationSchoolRequest |
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
|
EducationUserCollectionWithReferencesRequestBuilder |
users()
Gets a request builder for the EducationUser collection
|
EducationUserWithReferenceRequestBuilder |
users(java.lang.String id)
Gets a request builder for the EducationUser item
|
public EducationSchoolRequestBuilder(@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 EducationSchoolRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public EducationSchoolRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public AdministrativeUnitWithReferenceRequestBuilder administrativeUnit()
@Nonnull public EducationClassCollectionWithReferencesRequestBuilder classes()
@Nonnull public EducationClassWithReferenceRequestBuilder classes(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public EducationUserCollectionWithReferencesRequestBuilder users()
@Nonnull public EducationUserWithReferenceRequestBuilder users(@Nonnull java.lang.String id)
id - the item identifier