Uses of Class
cloud.genesys.webmessaging.sdk.model.StoryType
-
Packages that use StoryType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of StoryType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return StoryType Modifier and Type Method Description static StoryTypeStoryType. fromString(String key)StoryTypeContentStory. getType()static StoryTypeStoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoryType[]StoryType. 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 StoryType Modifier and Type Method Description voidContentStory. setType(StoryType type)ContentStoryContentStory. type(StoryType type)Type of ephemeral story attachment.
-