Uses of Enum Class
com.mypurecloud.sdk.v2.model.ResponseAssetFilter.TypeEnum
Packages that use ResponseAssetFilter.TypeEnum
-
Uses of ResponseAssetFilter.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ResponseAssetFilter.TypeEnumModifier and TypeMethodDescriptionstatic ResponseAssetFilter.TypeEnumResponseAssetFilter.TypeEnum.fromString(String key) ResponseAssetFilter.getType()static ResponseAssetFilter.TypeEnumReturns the enum constant of this class with the specified name.static ResponseAssetFilter.TypeEnum[]ResponseAssetFilter.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 ResponseAssetFilter.TypeEnumModifier and TypeMethodDescriptionvoidResponseAssetFilter.setType(ResponseAssetFilter.TypeEnum type) ResponseAssetFilter.type(ResponseAssetFilter.TypeEnum type) How to apply this search criteria against other criteria.