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 enum
The default unit of time applied to logged time.static enum
The 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.TimeFormatEnum
The format that will appear on an issue's *Time Spent* field.protected Double
The number of days in a working week.protected Double
The number of hours in a working day. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
TimeTrackingConfiguration
(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 boolean
The default unit of time applied to logged time.defaultUnit
(TimeTrackingConfiguration.DefaultUnitEnum defaultUnit) The default unit of time applied to logged time.boolean
int
hashCode()
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
-