Uses of Class
dev.vality.damsel.domain.ClientTrustLevel
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ClientTrustLevel in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ClientTrustLevel Modifier and Type Field Description ClientTrustLevelInvoiceClientInfo. trust_levelMethods in dev.vality.damsel.domain that return ClientTrustLevel Modifier and Type Method Description static ClientTrustLevelClientTrustLevel. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ClientTrustLevelInvoiceClientInfo. getTrustLevel()static ClientTrustLevelClientTrustLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientTrustLevel[]ClientTrustLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type ClientTrustLevel Modifier and Type Method Description InvoiceClientInfoInvoiceClientInfo. setTrustLevel(ClientTrustLevel trust_level)