Uses of Class
cloud.genesys.webmessaging.sdk.model.ListItemType
-
Packages that use ListItemType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ListItemType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ListItemType Modifier and Type Method Description static ListItemTypeListItemType. fromString(String key)ListItemTypeListItemComponent. getType()static ListItemTypeListItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListItemType[]ListItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ListItemType Modifier and Type Method Description voidListItemComponent. setType(ListItemType type)ListItemComponentListItemComponent. type(ListItemType type)The type of list item to render.
-