Uses of Enum Class
com.mypurecloud.sdk.v2.model.ContactListFilter.SourceTypeEnum
Packages that use ContactListFilter.SourceTypeEnum
-
Uses of ContactListFilter.SourceTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactListFilter.SourceTypeEnumModifier and TypeMethodDescriptionContactListFilter.SourceTypeEnum.fromString(String key) ContactListFilter.getSourceType()Returns the enum constant of this class with the specified name.static ContactListFilter.SourceTypeEnum[]ContactListFilter.SourceTypeEnum.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 ContactListFilter.SourceTypeEnumModifier and TypeMethodDescriptionvoidContactListFilter.setSourceType(ContactListFilter.SourceTypeEnum sourceType) ContactListFilter.sourceType(ContactListFilter.SourceTypeEnum sourceType) The source type the filter is based on.