Uses of Enum Class
com.mypurecloud.sdk.v2.model.UserAggregateQueryPredicate.TypeEnum
Packages that use UserAggregateQueryPredicate.TypeEnum
-
Uses of UserAggregateQueryPredicate.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserAggregateQueryPredicate.TypeEnumModifier and TypeMethodDescriptionUserAggregateQueryPredicate.TypeEnum.fromString(String key) UserAggregateQueryPredicate.getType()Returns the enum constant of this class with the specified name.static UserAggregateQueryPredicate.TypeEnum[]UserAggregateQueryPredicate.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 UserAggregateQueryPredicate.TypeEnumModifier and TypeMethodDescriptionvoidUserAggregateQueryPredicate.setType(UserAggregateQueryPredicate.TypeEnum type) UserAggregateQueryPredicate.type(UserAggregateQueryPredicate.TypeEnum type) Optional type, can usually be inferred