Uses of Class
dev.vality.identity.IdentityDocument._Fields
| Package | Description |
|---|---|
| dev.vality.identity |
-
Uses of IdentityDocument._Fields in dev.vality.identity
Fields in dev.vality.identity with type parameters of type IdentityDocument._Fields Modifier and Type Field Description static Map<IdentityDocument._Fields,org.apache.thrift.meta_data.FieldMetaData>IdentityDocument. metaDataMapMethods in dev.vality.identity that return IdentityDocument._Fields Modifier and Type Method Description IdentityDocument._FieldsIdentityDocument. fieldForId(int fieldId)static IdentityDocument._FieldsIdentityDocument._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static IdentityDocument._FieldsIdentityDocument._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static IdentityDocument._FieldsIdentityDocument._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.IdentityDocument._Fields[]IdentityDocument. getFields()static IdentityDocument._FieldsIdentityDocument._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityDocument._Fields[]IdentityDocument._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.identity that return types with arguments of type IdentityDocument._Fields Modifier and Type Method Description Map<IdentityDocument._Fields,org.apache.thrift.meta_data.FieldMetaData>IdentityDocument. getFieldMetaData()Methods in dev.vality.identity with parameters of type IdentityDocument._Fields Modifier and Type Method Description ObjectIdentityDocument. getFieldValue(IdentityDocument._Fields field)booleanIdentityDocument. isSet(IdentityDocument._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidIdentityDocument. setFieldValue(IdentityDocument._Fields field, Object value)