Uses of Class
software.amazon.awssdk.services.connectparticipant.model.ChatItemType
-
Packages that use ChatItemType Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of ChatItemType in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return ChatItemType Modifier and Type Method Description static ChatItemTypeChatItemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChatItemTypeItem. type()Type of the item: message or event.static ChatItemTypeChatItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChatItemType[]ChatItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type ChatItemType Modifier and Type Method Description static Set<ChatItemType>ChatItemType. knownValues()Methods in software.amazon.awssdk.services.connectparticipant.model with parameters of type ChatItemType Modifier and Type Method Description Item.BuilderItem.Builder. type(ChatItemType type)Type of the item: message or event.
-