Uses of Class
net.bis5.mattermost.model.config.consts.PermissionsDeletePost
-
Packages that use PermissionsDeletePost Package Description net.bis5.mattermost.model.config net.bis5.mattermost.model.config.consts -
-
Uses of PermissionsDeletePost in net.bis5.mattermost.model.config
Methods in net.bis5.mattermost.model.config that return PermissionsDeletePost Modifier and Type Method Description PermissionsDeletePostServiceSettings. getRestrictPostDelete()Methods in net.bis5.mattermost.model.config with parameters of type PermissionsDeletePost Modifier and Type Method Description voidServiceSettings. setRestrictPostDelete(PermissionsDeletePost restrictPostDelete) -
Uses of PermissionsDeletePost in net.bis5.mattermost.model.config.consts
Methods in net.bis5.mattermost.model.config.consts that return PermissionsDeletePost Modifier and Type Method Description PermissionsDeletePostPermissionsDeletePost.PermissionsDeletePostDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)static PermissionsDeletePostPermissionsDeletePost. of(String code)static PermissionsDeletePostPermissionsDeletePost. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionsDeletePost[]PermissionsDeletePost. values()Returns an array containing the constants of this enum type, in the order they are declared.
-