Package com.microsoft.graph.requests
Class EducationAssignmentRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<EducationAssignment>
com.microsoft.graph.requests.EducationAssignmentRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class EducationAssignmentRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<EducationAssignment>
The class for the Education Assignment Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionEducationAssignmentRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EducationAssignment -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(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 requestOptionsGets a request builder for the EducationCategory collectioncategories(String id) Gets a request builder for the EducationCategory itempublish()Gets a builder to execute the methodGets a request builder for the EducationAssignmentResource collectionGets a request builder for the EducationAssignmentResource itemrubric()Gets the request builder for EducationRubricGets a builder to execute the methodGets a builder to execute the methodGets a request builder for the EducationSubmission collectionsubmissions(String id) Gets a request builder for the EducationSubmission itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
EducationAssignmentRequestBuilder
public EducationAssignmentRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the EducationAssignment- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public EducationAssignmentRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the EducationAssignmentRequest instance
-
buildRequest
@Nonnull public EducationAssignmentRequest 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 EducationAssignmentRequest instance
-
categories
Gets a request builder for the EducationCategory collection- Returns:
- the collection request builder
-
categories
Gets a request builder for the EducationCategory item- Parameters:
id- the item identifier- Returns:
- the request builder
-
resources
Gets a request builder for the EducationAssignmentResource collection- Returns:
- the collection request builder
-
resources
Gets a request builder for the EducationAssignmentResource item- Parameters:
id- the item identifier- Returns:
- the request builder
-
rubric
Gets the request builder for EducationRubric- Returns:
- the EducationRubricRequestBuilder instance
-
submissions
Gets a request builder for the EducationSubmission collection- Returns:
- the collection request builder
-
submissions
Gets a request builder for the EducationSubmission item- Parameters:
id- the item identifier- Returns:
- the request builder
-
publish
Gets a builder to execute the method- Returns:
- the request builder
-
setUpFeedbackResourcesFolder
@Nonnull public EducationAssignmentSetUpFeedbackResourcesFolderRequestBuilder setUpFeedbackResourcesFolder()Gets a builder to execute the method- Returns:
- the request builder
-
setUpResourcesFolder
Gets a builder to execute the method- Returns:
- the request builder
-