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