Klasse TimeTrackingProvider
java.lang.Object
io.github.primelib.jira4j.restv3.model.TimeTrackingProvider
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TimeTrackingProvider
extends Object
TimeTrackingProvider
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
TimeTrackingProvider
(String key, String name, String url) Constructs a validated instance ofTimeTrackingProvider
.Constructs a validated instance ofTimeTrackingProvider
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
key()
The key for the time tracking provider.The key for the time tracking provider.name()
The name of the time tracking provider.The name of the time tracking provider.toString()
url()
The URL of the configuration page for the time tracking provider app.The URL of the configuration page for the time tracking provider app.
-
Felddetails
-
key
The key for the time tracking provider. For example, *JIRA*. -
name
The name of the time tracking provider. For example, *JIRA provided time tracking*. -
url
The URL of the configuration page for the time tracking provider app. For example, *_/example/config/url*. This property is only returned if theadminPageKey
property is set in the module descriptor of the time tracking provider app.
-
-
Konstruktordetails
-
TimeTrackingProvider
Constructs a validated instance ofTimeTrackingProvider
.- Parameter:
spec
- the specification to process
-
TimeTrackingProvider
Constructs a validated instance ofTimeTrackingProvider
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TimeTrackingProvider(Consumer)
instead.- Parameter:
key
- The key for the time tracking provider. For example, *JIRA*.name
- The name of the time tracking provider. For example, *JIRA provided time tracking*.url
- The URL of the configuration page for the time tracking provider app. For example, *_/example/config/url*. This property is only returned if theadminPageKey
property is set in the module descriptor of the time tracking provider app.
-
TimeTrackingProvider
protected TimeTrackingProvider()
-
-
Methodendetails
-
builder
-
key
The key for the time tracking provider. For example, *JIRA*. -
name
The name of the time tracking provider. For example, *JIRA provided time tracking*. -
url
The URL of the configuration page for the time tracking provider app. For example, *_/example/config/url*. This property is only returned if theadminPageKey
property is set in the module descriptor of the time tracking provider app. -
key
The key for the time tracking provider. For example, *JIRA*.- Gibt zurück:
this
.
-
name
The name of the time tracking provider. For example, *JIRA provided time tracking*.- Gibt zurück:
this
.
-
url
The URL of the configuration page for the time tracking provider app. For example, *_/example/config/url*. This property is only returned if theadminPageKey
property is set in the module descriptor of the time tracking provider app.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-