Class UserExperienceAnalyticsDevicePerformanceRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.devicemanagement.userexperienceanalyticsdeviceperformance.UserExperienceAnalyticsDevicePerformanceRequestBuilder
@Generated("com.microsoft.kiota")
public class UserExperienceAnalyticsDevicePerformanceRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the userExperienceAnalyticsDevicePerformance property of the microsoft.graph.deviceManagement entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassUser experience analytics device performanceclassConfiguration 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
ConstructorsConstructorDescriptionUserExperienceAnalyticsDevicePerformanceRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserExperienceAnalyticsDevicePerformanceRequestBuilderand sets the default values.UserExperienceAnalyticsDevicePerformanceRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserExperienceAnalyticsDevicePerformanceRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionbyUserExperienceAnalyticsDevicePerformanceId(String userExperienceAnalyticsDevicePerformanceId) Provides operations to manage the userExperienceAnalyticsDevicePerformance property of the microsoft.graph.deviceManagement entity.count()Provides operations to count the resources in the collection.get()User experience analytics device performanceget(Consumer<UserExperienceAnalyticsDevicePerformanceRequestBuilder.GetRequestConfiguration> requestConfiguration) User experience analytics device performanceCreate new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagementpost(UserExperienceAnalyticsDevicePerformance body, Consumer<UserExperienceAnalyticsDevicePerformanceRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagementsummarizeDevicePerformanceDevicesWithSummarizeBy(String summarizeBy) Provides operations to call the summarizeDevicePerformanceDevices method.com.microsoft.kiota.RequestInformationUser experience analytics device performancecom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<UserExperienceAnalyticsDevicePerformanceRequestBuilder.GetRequestConfiguration> requestConfiguration) User experience analytics device performancecom.microsoft.kiota.RequestInformationCreate new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagementcom.microsoft.kiota.RequestInformationtoPostRequestInformation(UserExperienceAnalyticsDevicePerformance body, Consumer<UserExperienceAnalyticsDevicePerformanceRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagementReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
UserExperienceAnalyticsDevicePerformanceRequestBuilder
public UserExperienceAnalyticsDevicePerformanceRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserExperienceAnalyticsDevicePerformanceRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
UserExperienceAnalyticsDevicePerformanceRequestBuilder
public UserExperienceAnalyticsDevicePerformanceRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserExperienceAnalyticsDevicePerformanceRequestBuilderand 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
-
count
Provides operations to count the resources in the collection.- Returns:
- a
CountRequestBuilder
-
byUserExperienceAnalyticsDevicePerformanceId
@Nonnull public UserExperienceAnalyticsDevicePerformanceItemRequestBuilder byUserExperienceAnalyticsDevicePerformanceId(@Nonnull String userExperienceAnalyticsDevicePerformanceId) Provides operations to manage the userExperienceAnalyticsDevicePerformance property of the microsoft.graph.deviceManagement entity.- Parameters:
userExperienceAnalyticsDevicePerformanceId- The unique identifier of userExperienceAnalyticsDevicePerformance- Returns:
- a
UserExperienceAnalyticsDevicePerformanceItemRequestBuilder
-
get
User experience analytics device performance- Returns:
- a
UserExperienceAnalyticsDevicePerformanceCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public UserExperienceAnalyticsDevicePerformanceCollectionResponse get(@Nullable Consumer<UserExperienceAnalyticsDevicePerformanceRequestBuilder.GetRequestConfiguration> requestConfiguration) User experience analytics device performance- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
UserExperienceAnalyticsDevicePerformanceCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
post
@Nullable public UserExperienceAnalyticsDevicePerformance post(@Nonnull UserExperienceAnalyticsDevicePerformance body) Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagement- Parameters:
body- The request body- Returns:
- a
UserExperienceAnalyticsDevicePerformance - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
post
@Nullable public UserExperienceAnalyticsDevicePerformance post(@Nonnull UserExperienceAnalyticsDevicePerformance body, @Nullable Consumer<UserExperienceAnalyticsDevicePerformanceRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagement- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
UserExperienceAnalyticsDevicePerformance - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
summarizeDevicePerformanceDevicesWithSummarizeBy
@Nonnull public SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder summarizeDevicePerformanceDevicesWithSummarizeBy(@Nonnull String summarizeBy) Provides operations to call the summarizeDevicePerformanceDevices method.- Parameters:
summarizeBy- Usage: summarizeBy='{summarizeBy}'- Returns:
- a
SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()User experience analytics device performance- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<UserExperienceAnalyticsDevicePerformanceRequestBuilder.GetRequestConfiguration> requestConfiguration) User experience analytics device performance- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull UserExperienceAnalyticsDevicePerformance body) Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagement- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull UserExperienceAnalyticsDevicePerformance body, @Nullable Consumer<UserExperienceAnalyticsDevicePerformanceRequestBuilder.PostRequestConfiguration> requestConfiguration) Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagement- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
@Nonnull public UserExperienceAnalyticsDevicePerformanceRequestBuilder withUrl(@Nonnull String rawUrl) 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
UserExperienceAnalyticsDevicePerformanceRequestBuilder
-