Klasse ConfigurationTimeTrackingConfiguration
java.lang.Object
io.github.primelib.jira4j.restv2.model.ConfigurationTimeTrackingConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConfigurationTimeTrackingConfiguration
extends Object
ConfigurationTimeTrackingConfiguration
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The default unit of time applied to logged time.static enum
The format that will appear on an issue's *Time Spent* field. -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ConfigurationTimeTrackingConfiguration
(ConfigurationTimeTrackingConfiguration.DefaultUnitEnum defaultUnit, ConfigurationTimeTrackingConfiguration.TimeFormatEnum timeFormat, Double workingDaysPerWeek, Double workingHoursPerDay) Constructs a validated instance ofConfigurationTimeTrackingConfiguration
.Constructs a validated instance ofConfigurationTimeTrackingConfiguration
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The default unit of time applied to logged time.The default unit of time applied to logged time.boolean
int
hashCode()
The format that will appear on an issue's *Time Spent* field.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
-
ConfigurationTimeTrackingConfiguration
public ConfigurationTimeTrackingConfiguration(Consumer<ConfigurationTimeTrackingConfiguration> spec) Constructs a validated instance ofConfigurationTimeTrackingConfiguration
.- Parameter:
spec
- the specification to process
-
ConfigurationTimeTrackingConfiguration
@Internal public ConfigurationTimeTrackingConfiguration(ConfigurationTimeTrackingConfiguration.DefaultUnitEnum defaultUnit, ConfigurationTimeTrackingConfiguration.TimeFormatEnum timeFormat, Double workingDaysPerWeek, Double workingHoursPerDay) Constructs a validated instance ofConfigurationTimeTrackingConfiguration
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ConfigurationTimeTrackingConfiguration(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.
-
ConfigurationTimeTrackingConfiguration
protected ConfigurationTimeTrackingConfiguration()
-
-
Methodendetails
-
builder
public static ConfigurationTimeTrackingConfiguration.ConfigurationTimeTrackingConfigurationBuilder 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
public ConfigurationTimeTrackingConfiguration defaultUnit(ConfigurationTimeTrackingConfiguration.DefaultUnitEnum defaultUnit) The default unit of time applied to logged time.- Gibt zurück:
this
.
-
timeFormat
public ConfigurationTimeTrackingConfiguration timeFormat(ConfigurationTimeTrackingConfiguration.TimeFormatEnum 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
-