Uses of Enum Class
com.mypurecloud.sdk.v2.model.AggregationResult.TypeEnum
Packages that use AggregationResult.TypeEnum
-
Uses of AggregationResult.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AggregationResult.TypeEnumModifier and TypeMethodDescriptionstatic AggregationResult.TypeEnumAggregationResult.TypeEnum.fromString(String key) AggregationResult.getType()static AggregationResult.TypeEnumReturns the enum constant of this class with the specified name.static AggregationResult.TypeEnum[]AggregationResult.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type AggregationResult.TypeEnumModifier and TypeMethodDescriptionvoidAggregationResult.setType(AggregationResult.TypeEnum type) AggregationResult.type(AggregationResult.TypeEnum type)