Package com.microsoft.graph.models
Class UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet
java.lang.Object
com.microsoft.graph.models.UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet
public class UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet
extends Object
The class for the User Experience Analytics Device Performance Summarize Device Performance Devices Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe summarize By. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSetprotectedUserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet(UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet.UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSetBuilder builder) Instiaciates a new UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
summarizeBy
@SerializedName(value="summarizeBy", alternate="SummarizeBy") @Expose @Nullable public UserExperienceAnalyticsSummarizedBy summarizeByThe summarize By.
-
-
Constructor Details
-
UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet
public UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet()Instiaciates a new UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet -
UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet
protected UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet(@Nonnull UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet.UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSetBuilder builder) Instiaciates a new UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSet.UserExperienceAnalyticsDevicePerformanceSummarizeDevicePerformanceDevicesParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-