Uses of Class
cloud.genesys.webmessaging.sdk.model.ListType
-
Packages that use ListType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ListType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ListType Modifier and Type Method Description static ListTypeListType. fromString(String key)ListTypeContentList. getListType()static ListTypeListType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListType[]ListType. 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 ListType Modifier and Type Method Description ContentListContentList. listType(ListType listType)The type of list this instance represents.voidContentList. setListType(ListType listType)
-