Uses of Class
net.bis5.mattermost.model.PostType
-
Packages that use PostType Package Description net.bis5.mattermost.model -
-
Uses of PostType in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return PostType Modifier and Type Method Description PostTypeCommandResponse. getType()PostTypePost. getType()static PostTypePostType. of(String code)static PostTypePostType. valueOf(String name)Returns the enum constant of this type with the specified name.static PostType[]PostType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bis5.mattermost.model with parameters of type PostType Modifier and Type Method Description voidCommandResponse. setType(PostType type)voidPost. setType(PostType type)
-