Uses of Enum Class
dev.vality.damsel.domain.ClientTrustLevel
Packages that use ClientTrustLevel
-
Uses of ClientTrustLevel in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ClientTrustLevelMethods in dev.vality.damsel.domain that return ClientTrustLevelModifier and TypeMethodDescriptionstatic ClientTrustLevelClientTrustLevel.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.InvoiceClientInfo.getTrustLevel()static ClientTrustLevelReturns the enum constant of this class with the specified name.static ClientTrustLevel[]ClientTrustLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type ClientTrustLevel