Uses of Class
net.bis5.mattermost.model.config.consts.AllowEditPost
-
Packages that use AllowEditPost Package Description net.bis5.mattermost.model.config net.bis5.mattermost.model.config.consts -
-
Uses of AllowEditPost in net.bis5.mattermost.model.config
Methods in net.bis5.mattermost.model.config that return AllowEditPost Modifier and Type Method Description AllowEditPostServiceSettings. getAllowEditPost()Methods in net.bis5.mattermost.model.config with parameters of type AllowEditPost Modifier and Type Method Description voidServiceSettings. setAllowEditPost(AllowEditPost allowEditPost) -
Uses of AllowEditPost in net.bis5.mattermost.model.config.consts
Methods in net.bis5.mattermost.model.config.consts that return AllowEditPost Modifier and Type Method Description static AllowEditPostAllowEditPost. of(String code)Deprecated.static AllowEditPostAllowEditPost. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static AllowEditPost[]AllowEditPost. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-