Uses of Enum Class
com.mypurecloud.sdk.v2.model.Response.InteractionTypeEnum
Packages that use Response.InteractionTypeEnum
-
Uses of Response.InteractionTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Response.InteractionTypeEnumModifier and TypeMethodDescriptionstatic Response.InteractionTypeEnumResponse.InteractionTypeEnum.fromString(String key) Response.getInteractionType()static Response.InteractionTypeEnumReturns the enum constant of this class with the specified name.static Response.InteractionTypeEnum[]Response.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 Response.InteractionTypeEnumModifier and TypeMethodDescriptionResponse.interactionType(Response.InteractionTypeEnum interactionType) The interaction type for this response.voidResponse.setInteractionType(Response.InteractionTypeEnum interactionType)