Uses of Class
dev.vality.damsel.domain.BusinessScheduleSelector._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of BusinessScheduleSelector._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type BusinessScheduleSelector._Fields Modifier and Type Field Description static Map<BusinessScheduleSelector._Fields,org.apache.thrift.meta_data.FieldMetaData>BusinessScheduleSelector. metaDataMapMethods in dev.vality.damsel.domain that return BusinessScheduleSelector._Fields Modifier and Type Method Description protected BusinessScheduleSelector._FieldsBusinessScheduleSelector. enumForId(short id)BusinessScheduleSelector._FieldsBusinessScheduleSelector. fieldForId(int fieldId)static BusinessScheduleSelector._FieldsBusinessScheduleSelector._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static BusinessScheduleSelector._FieldsBusinessScheduleSelector._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static BusinessScheduleSelector._FieldsBusinessScheduleSelector._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.BusinessScheduleSelector._Fields[]BusinessScheduleSelector. getFields()static BusinessScheduleSelector._FieldsBusinessScheduleSelector._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static BusinessScheduleSelector._Fields[]BusinessScheduleSelector._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type BusinessScheduleSelector._Fields Modifier and Type Method Description Map<BusinessScheduleSelector._Fields,org.apache.thrift.meta_data.FieldMetaData>BusinessScheduleSelector. getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type BusinessScheduleSelector._Fields Modifier and Type Method Description protected voidBusinessScheduleSelector. checkType(BusinessScheduleSelector._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldBusinessScheduleSelector. getFieldDesc(BusinessScheduleSelector._Fields setField)Constructors in dev.vality.damsel.domain with parameters of type BusinessScheduleSelector._Fields Constructor Description BusinessScheduleSelector(BusinessScheduleSelector._Fields setField, Object value)