Klasse GetTaskByIdOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetTaskByIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetTaskByIdOperationSpec
extends Object
GetTaskByIdSpec
Specification for the GetTaskById operation.
Get inline task based on global ID
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetTaskByIdOperationSpec(String inlineTaskId) Constructs a validated instance ofGetTaskByIdOperationSpec.Constructs a validated instance ofGetTaskByIdOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringGlobal ID of the inline taskinlineTaskId(@NotNull String inlineTaskId) Global ID of the inline tasktoString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetTaskByIdOperationSpec
Constructs a validated instance ofGetTaskByIdOperationSpec.- Parameter:
spec- the specification to process
-
GetTaskByIdOperationSpec
Constructs a validated instance ofGetTaskByIdOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
inlineTaskId- Global ID of the inline task
-
GetTaskByIdOperationSpec
protected GetTaskByIdOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
inlineTaskId
Global ID of the inline task -
inlineTaskId
Global ID of the inline task- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-