Uses of Enum Class
com.mypurecloud.sdk.v2.model.FollowersFilter.OperatorEnum
Packages that use FollowersFilter.OperatorEnum
-
Uses of FollowersFilter.OperatorEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FollowersFilter.OperatorEnumModifier and TypeMethodDescriptionstatic FollowersFilter.OperatorEnumFollowersFilter.OperatorEnum.fromString(String key) FollowersFilter.getOperator()static FollowersFilter.OperatorEnumReturns the enum constant of this class with the specified name.static FollowersFilter.OperatorEnum[]FollowersFilter.OperatorEnum.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 FollowersFilter.OperatorEnumModifier and TypeMethodDescriptionFollowersFilter.operator(FollowersFilter.OperatorEnum operator) The comparison operator for follower count filtering.voidFollowersFilter.setOperator(FollowersFilter.OperatorEnum operator)