Package com.microsoft.graph.requests
Class EducationGradingCategoryWithReferenceRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseWithReferenceRequestBuilder<EducationGradingCategory,EducationGradingCategoryWithReferenceRequest,EducationGradingCategoryReferenceRequestBuilder>
com.microsoft.graph.requests.EducationGradingCategoryWithReferenceRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class EducationGradingCategoryWithReferenceRequestBuilder
extends com.microsoft.graph.http.BaseWithReferenceRequestBuilder<EducationGradingCategory,EducationGradingCategoryWithReferenceRequest,EducationGradingCategoryReferenceRequestBuilder>
The class for the Education Grading Category With Reference Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionEducationGradingCategoryWithReferenceRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EducationGradingCategory -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseWithReferenceRequestBuilder
buildRequest, buildRequest, referenceMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
EducationGradingCategoryWithReferenceRequestBuilder
public EducationGradingCategoryWithReferenceRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EducationGradingCategory- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-