Uses of Enum Class
dev.vality.damsel.preauth.Status._Fields
Packages that use Status._Fields
-
Uses of Status._Fields in dev.vality.damsel.preauth
Fields in dev.vality.damsel.preauth with type parameters of type Status._FieldsModifier and TypeFieldDescriptionstatic final Map<Status._Fields,org.apache.thrift.meta_data.FieldMetaData> Status.metaDataMapMethods in dev.vality.damsel.preauth that return Status._FieldsModifier and TypeMethodDescriptionprotected Status._FieldsStatus.enumForId(short id) Status.fieldForId(int fieldId) static Status._FieldsStatus._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Status._FieldsStatus._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Status._FieldsStatus._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Status.getFields()static Status._FieldsReturns the enum constant of this class with the specified name.static Status._Fields[]Status._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.preauth that return types with arguments of type Status._FieldsModifier and TypeMethodDescriptionMap<Status._Fields,org.apache.thrift.meta_data.FieldMetaData> Status.getFieldMetaData()Methods in dev.vality.damsel.preauth with parameters of type Status._FieldsModifier and TypeMethodDescriptionprotected voidStatus.checkType(Status._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldStatus.getFieldDesc(Status._Fields setField) Constructors in dev.vality.damsel.preauth with parameters of type Status._Fields