Klasse TimeTrackingConfiguration
java.lang.Object
io.github.primelib.jira4j.restv2.model.TimeTrackingConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TimeTrackingConfiguration
extends Object
TimeTrackingConfiguration
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumThe default unit of time applied to logged time.static enumThe format that will appear on an issue's *Time Spent* field.static class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe default unit of time applied to logged time.protected TimeTrackingConfiguration.TimeFormatEnumThe format that will appear on an issue's *Time Spent* field.protected DoubleThe number of days in a working week.protected DoubleThe number of hours in a working day. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedTimeTrackingConfiguration(TimeTrackingConfiguration.DefaultUnitEnum defaultUnit, TimeTrackingConfiguration.TimeFormatEnum timeFormat, Double workingDaysPerWeek, Double workingHoursPerDay) Constructs a validated instance ofTimeTrackingConfiguration.Constructs a validated instance ofTimeTrackingConfiguration. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe default unit of time applied to logged time.defaultUnit(TimeTrackingConfiguration.DefaultUnitEnum defaultUnit) The default unit of time applied to logged time.booleaninthashCode()The format that will appear on an issue's *Time Spent* field.timeFormat(TimeTrackingConfiguration.TimeFormatEnum timeFormat) The format that will appear on an issue's *Time Spent* field.toString()The number of days in a working week.workingDaysPerWeek(Double workingDaysPerWeek) The number of days in a working week.The number of hours in a working day.workingHoursPerDay(Double workingHoursPerDay) The number of hours in a working day.
-
Felddetails
-
defaultUnit
The default unit of time applied to logged time. -
timeFormat
The format that will appear on an issue's *Time Spent* field. -
workingDaysPerWeek
The number of days in a working week. -
workingHoursPerDay
The number of hours in a working day.
-
-
Konstruktordetails
-
TimeTrackingConfiguration
Constructs a validated instance ofTimeTrackingConfiguration.- Parameter:
spec- the specification to process
-
TimeTrackingConfiguration
@Internal public TimeTrackingConfiguration(TimeTrackingConfiguration.DefaultUnitEnum defaultUnit, TimeTrackingConfiguration.TimeFormatEnum timeFormat, Double workingDaysPerWeek, Double workingHoursPerDay) Constructs a validated instance ofTimeTrackingConfiguration.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TimeTrackingConfiguration(Consumer)instead.- Parameter:
defaultUnit- The default unit of time applied to logged time.timeFormat- The format that will appear on an issue's *Time Spent* field.workingDaysPerWeek- The number of days in a working week.workingHoursPerDay- The number of hours in a working day.
-
TimeTrackingConfiguration
protected TimeTrackingConfiguration()
-
-
Methodendetails
-
builder
-
defaultUnit
The default unit of time applied to logged time. -
timeFormat
The format that will appear on an issue's *Time Spent* field. -
workingDaysPerWeek
The number of days in a working week. -
workingHoursPerDay
The number of hours in a working day. -
defaultUnit
The default unit of time applied to logged time.- Gibt zurück:
this.
-
timeFormat
The format that will appear on an issue's *Time Spent* field.- Gibt zurück:
this.
-
workingDaysPerWeek
The number of days in a working week.- Gibt zurück:
this.
-
workingHoursPerDay
The number of hours in a working day.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-