Uses of Class
net.bis5.mattermost.model.ContentType
-
Packages that use ContentType Package Description net.bis5.mattermost.model -
-
Uses of ContentType in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return ContentType Modifier and Type Method Description ContentTypeOutgoingWebhook. getContentType()static ContentTypeContentType. of(String code)static ContentTypeContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. 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 ContentType Modifier and Type Method Description voidOutgoingWebhook. setContentType(ContentType contentType)
-