Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.ListItemType
Packages that use ListItemType
-
Uses of ListItemType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ListItemTypeModifier and TypeMethodDescriptionstatic ListItemTypeListItemType.fromString(String key) ListItemComponent.getType()static ListItemTypeReturns the enum constant of this class with the specified name.static ListItemType[]ListItemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ListItemTypeModifier and TypeMethodDescriptionvoidListItemComponent.setType(ListItemType type) ListItemComponent.type(ListItemType type) The type of list item to render.