Uses of Enum Class
com.mypurecloud.sdk.v2.model.CategoryRequest.InteractionTypeEnum
Packages that use CategoryRequest.InteractionTypeEnum
-
Uses of CategoryRequest.InteractionTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CategoryRequest.InteractionTypeEnumModifier and TypeMethodDescriptionCategoryRequest.InteractionTypeEnum.fromString(String key) CategoryRequest.getInteractionType()Returns the enum constant of this class with the specified name.static CategoryRequest.InteractionTypeEnum[]CategoryRequest.InteractionTypeEnum.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 CategoryRequest.InteractionTypeEnumModifier and TypeMethodDescriptionCategoryRequest.interactionType(CategoryRequest.InteractionTypeEnum interactionType) The type of interaction the category will apply tovoidCategoryRequest.setInteractionType(CategoryRequest.InteractionTypeEnum interactionType)