Uses of Enum Class
dev.vality.damsel.withdrawals.domain.Identity._Fields
Packages that use Identity._Fields
-
Uses of Identity._Fields in dev.vality.damsel.withdrawals.domain
Fields in dev.vality.damsel.withdrawals.domain with type parameters of type Identity._FieldsModifier and TypeFieldDescriptionstatic final Map<Identity._Fields,org.apache.thrift.meta_data.FieldMetaData> Identity.metaDataMapMethods in dev.vality.damsel.withdrawals.domain that return Identity._FieldsModifier and TypeMethodDescriptionIdentity.fieldForId(int fieldId) static Identity._FieldsIdentity._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Identity._FieldsIdentity._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Identity._FieldsIdentity._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Identity.getFields()static Identity._FieldsReturns the enum constant of this class with the specified name.static Identity._Fields[]Identity._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.withdrawals.domain that return types with arguments of type Identity._FieldsModifier and TypeMethodDescriptionMap<Identity._Fields,org.apache.thrift.meta_data.FieldMetaData> Identity.getFieldMetaData()Methods in dev.vality.damsel.withdrawals.domain with parameters of type Identity._FieldsModifier and TypeMethodDescriptionIdentity.getFieldValue(Identity._Fields field) booleanIdentity.isSet(Identity._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidIdentity.setFieldValue(Identity._Fields field, Object value)