Klasse GetWorklogPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetWorklogPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWorklogPropertyOperationSpec
extends Object
GetWorklogPropertySpec
Specification for the GetWorklogProperty operation.
Get worklog property
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetWorklogPropertyOperationSpec(String issueIdOrKey, String worklogId, String propertyKey) Constructs a validated instance ofGetWorklogPropertyOperationSpec.Constructs a validated instance ofGetWorklogPropertyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringThe ID or key of the issue.issueIdOrKey(@NotNull String issueIdOrKey) The ID or key of the issue.@NotNull StringThe key of the property.propertyKey(@NotNull String propertyKey) The key of the property.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull StringThe ID of the worklog.The ID of the worklog.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetWorklogPropertyOperationSpec
Constructs a validated instance ofGetWorklogPropertyOperationSpec.- Parameter:
spec- the specification to process
-
GetWorklogPropertyOperationSpec
@Internal public GetWorklogPropertyOperationSpec(String issueIdOrKey, String worklogId, String propertyKey) Constructs a validated instance ofGetWorklogPropertyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey- The ID or key of the issue.worklogId- The ID of the worklog.propertyKey- The key of the property.
-
GetWorklogPropertyOperationSpec
protected GetWorklogPropertyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
issueIdOrKey
The ID or key of the issue. -
worklogId
The ID of the worklog. -
propertyKey
The key of the property. -
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this.
-
worklogId
The ID of the worklog.- Gibt zurück:
this.
-
propertyKey
The key of the property.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-