Class ReportsRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.education.reports.ReportsRequestBuilder
@Generated("com.microsoft.kiota")
public class ReportsRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the reports property of the microsoft.graph.educationRoot entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classGet reports from educationclassConfiguration for the request such as headers, query parameters, and middleware options.classConfiguration for the request such as headers, query parameters, and middleware options. -
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionReportsRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newReportsRequestBuilderand sets the default values.ReportsRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newReportsRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Delete navigation property reports for educationvoiddelete(Consumer<ReportsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property reports for educationget()Get reports from educationget(Consumer<ReportsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get reports from educationpatch(ReportsRoot body) Update the navigation property reports in educationpatch(ReportsRoot body, Consumer<ReportsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property reports in educationProvides operations to manage the readingAssignmentSubmissions property of the microsoft.graph.reportsRoot entity.Provides operations to manage the readingCoachPassages property of the microsoft.graph.reportsRoot entity.Provides operations to manage the reflectCheckInResponses property of the microsoft.graph.reportsRoot entity.Provides operations to manage the speakerAssignmentSubmissions property of the microsoft.graph.reportsRoot entity.com.microsoft.kiota.RequestInformationDelete navigation property reports for educationcom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<ReportsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property reports for educationcom.microsoft.kiota.RequestInformationGet reports from educationcom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<ReportsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get reports from educationcom.microsoft.kiota.RequestInformationUpdate the navigation property reports in educationcom.microsoft.kiota.RequestInformationtoPatchRequestInformation(ReportsRoot body, Consumer<ReportsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property reports in educationReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
ReportsRequestBuilder
public ReportsRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newReportsRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
ReportsRequestBuilder
public ReportsRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newReportsRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
readingAssignmentSubmissions
Provides operations to manage the readingAssignmentSubmissions property of the microsoft.graph.reportsRoot entity.- Returns:
- a
ReadingAssignmentSubmissionsRequestBuilder
-
readingCoachPassages
Provides operations to manage the readingCoachPassages property of the microsoft.graph.reportsRoot entity.- Returns:
- a
ReadingCoachPassagesRequestBuilder
-
reflectCheckInResponses
Provides operations to manage the reflectCheckInResponses property of the microsoft.graph.reportsRoot entity.- Returns:
- a
ReflectCheckInResponsesRequestBuilder
-
speakerAssignmentSubmissions
Provides operations to manage the speakerAssignmentSubmissions property of the microsoft.graph.reportsRoot entity.- Returns:
- a
SpeakerAssignmentSubmissionsRequestBuilder
-
delete
public void delete()Delete navigation property reports for education- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<ReportsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property reports for education- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
Get reports from education- Returns:
- a
ReportsRoot - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public ReportsRoot get(@Nullable Consumer<ReportsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get reports from education- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
ReportsRoot - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update the navigation property reports in education- Parameters:
body- The request body- Returns:
- a
ReportsRoot - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public ReportsRoot patch(@Nonnull ReportsRoot body, @Nullable Consumer<ReportsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property reports in education- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
ReportsRoot - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property reports for education- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<ReportsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property reports for education- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Get reports from education- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<ReportsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get reports from education- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull ReportsRoot body) Update the navigation property reports in education- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull ReportsRoot body, @Nullable Consumer<ReportsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property reports in education- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.- Parameters:
rawUrl- The raw URL to use for the request builder.- Returns:
- a
ReportsRequestBuilder
-