Uses of Class
net.bis5.mattermost.model.ComplianceType
-
Packages that use ComplianceType Package Description net.bis5.mattermost.model -
-
Uses of ComplianceType in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return ComplianceType Modifier and Type Method Description ComplianceTypeComplianceType.ComplianceTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)ComplianceTypeCompliance. getType()static ComplianceTypeComplianceType. of(String code)static ComplianceTypeComplianceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComplianceType[]ComplianceType. 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 ComplianceType Modifier and Type Method Description voidCompliance. setType(ComplianceType type)
-