Class ReportsRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.devicemanagement.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.deviceManagement entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classRead properties and relationships of the deviceManagementReports object.classConfiguration 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 deviceManagementvoiddelete(Consumer<ReportsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property reports for deviceManagementProvides operations to manage the exportJobs property of the microsoft.graph.deviceManagementReports entity.get()Read properties and relationships of the deviceManagementReports object.get(Consumer<ReportsRequestBuilder.GetRequestConfiguration> requestConfiguration) Read properties and relationships of the deviceManagementReports object.Provides operations to call the getCachedReport method.Provides operations to call the getCompliancePolicyNonComplianceReport method.Provides operations to call the getCompliancePolicyNonComplianceSummaryReport method.Provides operations to call the getComplianceSettingNonComplianceReport method.Provides operations to call the getConfigurationPolicyNonComplianceReport method.Provides operations to call the getConfigurationPolicyNonComplianceSummaryReport method.Provides operations to call the getConfigurationSettingNonComplianceReport method.Provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method.Provides operations to call the getDeviceManagementIntentSettingsReport method.Provides operations to call the getDeviceNonComplianceReport method.Provides operations to call the getDevicesWithoutCompliancePolicyReport method.Provides operations to call the getHistoricalReport method.Provides operations to call the getNoncompliantDevicesAndSettingsReport method.Provides operations to call the getPolicyNonComplianceMetadata method.Provides operations to call the getPolicyNonComplianceReport method.Provides operations to call the getPolicyNonComplianceSummaryReport method.Provides operations to call the getReportFilters method.Provides operations to call the getSettingNonComplianceReport method.patch(DeviceManagementReports body) Update the properties of a deviceManagementReports object.patch(DeviceManagementReports body, Consumer<ReportsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of a deviceManagementReports object.Provides operations to call the retrieveDeviceAppInstallationStatusReport method.com.microsoft.kiota.RequestInformationDelete navigation property reports for deviceManagementcom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<ReportsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property reports for deviceManagementcom.microsoft.kiota.RequestInformationRead properties and relationships of the deviceManagementReports object.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<ReportsRequestBuilder.GetRequestConfiguration> requestConfiguration) Read properties and relationships of the deviceManagementReports object.com.microsoft.kiota.RequestInformationUpdate the properties of a deviceManagementReports object.com.microsoft.kiota.RequestInformationtoPatchRequestInformation(DeviceManagementReports body, Consumer<ReportsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of a deviceManagementReports object.Returns 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
-
exportJobs
Provides operations to manage the exportJobs property of the microsoft.graph.deviceManagementReports entity.- Returns:
- a
ExportJobsRequestBuilder
-
getCachedReport
Provides operations to call the getCachedReport method.- Returns:
- a
GetCachedReportRequestBuilder
-
getCompliancePolicyNonComplianceReport
@Nonnull public GetCompliancePolicyNonComplianceReportRequestBuilder getCompliancePolicyNonComplianceReport()Provides operations to call the getCompliancePolicyNonComplianceReport method. -
getCompliancePolicyNonComplianceSummaryReport
@Nonnull public GetCompliancePolicyNonComplianceSummaryReportRequestBuilder getCompliancePolicyNonComplianceSummaryReport()Provides operations to call the getCompliancePolicyNonComplianceSummaryReport method. -
getComplianceSettingNonComplianceReport
@Nonnull public GetComplianceSettingNonComplianceReportRequestBuilder getComplianceSettingNonComplianceReport()Provides operations to call the getComplianceSettingNonComplianceReport method. -
getConfigurationPolicyNonComplianceReport
@Nonnull public GetConfigurationPolicyNonComplianceReportRequestBuilder getConfigurationPolicyNonComplianceReport()Provides operations to call the getConfigurationPolicyNonComplianceReport method. -
getConfigurationPolicyNonComplianceSummaryReport
@Nonnull public GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder getConfigurationPolicyNonComplianceSummaryReport()Provides operations to call the getConfigurationPolicyNonComplianceSummaryReport method. -
getConfigurationSettingNonComplianceReport
@Nonnull public GetConfigurationSettingNonComplianceReportRequestBuilder getConfigurationSettingNonComplianceReport()Provides operations to call the getConfigurationSettingNonComplianceReport method. -
getDeviceManagementIntentPerSettingContributingProfiles
@Nonnull public GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder getDeviceManagementIntentPerSettingContributingProfiles()Provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method. -
getDeviceManagementIntentSettingsReport
@Nonnull public GetDeviceManagementIntentSettingsReportRequestBuilder getDeviceManagementIntentSettingsReport()Provides operations to call the getDeviceManagementIntentSettingsReport method. -
getDeviceNonComplianceReport
Provides operations to call the getDeviceNonComplianceReport method.- Returns:
- a
GetDeviceNonComplianceReportRequestBuilder
-
getDevicesWithoutCompliancePolicyReport
@Nonnull public GetDevicesWithoutCompliancePolicyReportRequestBuilder getDevicesWithoutCompliancePolicyReport()Provides operations to call the getDevicesWithoutCompliancePolicyReport method. -
getHistoricalReport
Provides operations to call the getHistoricalReport method.- Returns:
- a
GetHistoricalReportRequestBuilder
-
getNoncompliantDevicesAndSettingsReport
@Nonnull public GetNoncompliantDevicesAndSettingsReportRequestBuilder getNoncompliantDevicesAndSettingsReport()Provides operations to call the getNoncompliantDevicesAndSettingsReport method. -
getPolicyNonComplianceMetadata
Provides operations to call the getPolicyNonComplianceMetadata method.- Returns:
- a
GetPolicyNonComplianceMetadataRequestBuilder
-
getPolicyNonComplianceReport
Provides operations to call the getPolicyNonComplianceReport method.- Returns:
- a
GetPolicyNonComplianceReportRequestBuilder
-
getPolicyNonComplianceSummaryReport
@Nonnull public GetPolicyNonComplianceSummaryReportRequestBuilder getPolicyNonComplianceSummaryReport()Provides operations to call the getPolicyNonComplianceSummaryReport method. -
getReportFilters
Provides operations to call the getReportFilters method.- Returns:
- a
GetReportFiltersRequestBuilder
-
getSettingNonComplianceReport
Provides operations to call the getSettingNonComplianceReport method.- Returns:
- a
GetSettingNonComplianceReportRequestBuilder
-
retrieveDeviceAppInstallationStatusReport
@Nonnull public RetrieveDeviceAppInstallationStatusReportRequestBuilder retrieveDeviceAppInstallationStatusReport()Provides operations to call the retrieveDeviceAppInstallationStatusReport method. -
delete
public void delete()Delete navigation property reports for deviceManagement- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<ReportsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property reports for deviceManagement- 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
Read properties and relationships of the deviceManagementReports object.- Returns:
- a
DeviceManagementReports - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public DeviceManagementReports get(@Nullable Consumer<ReportsRequestBuilder.GetRequestConfiguration> requestConfiguration) Read properties and relationships of the deviceManagementReports object.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
DeviceManagementReports - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
Update the properties of a deviceManagementReports object.- Parameters:
body- The request body- Returns:
- a
DeviceManagementReports - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
@Nullable public DeviceManagementReports patch(@Nonnull DeviceManagementReports body, @Nullable Consumer<ReportsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of a deviceManagementReports object.- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
DeviceManagementReports - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property reports for deviceManagement- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<ReportsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property reports for deviceManagement- 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()Read properties and relationships of the deviceManagementReports object.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<ReportsRequestBuilder.GetRequestConfiguration> requestConfiguration) Read properties and relationships of the deviceManagementReports object.- 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 DeviceManagementReports body) Update the properties of a deviceManagementReports object.- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull DeviceManagementReports body, @Nullable Consumer<ReportsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of a deviceManagementReports object.- 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
-