Klasse GetTaskUpdateOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetTaskUpdateOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetTaskUpdateOperationSpec
extends Object
GetTaskUpdateSpec
Specification for the GetTaskUpdate operation.
Get update on long running task for setting of content state.
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetTaskUpdateOperationSpec(String taskId) Constructs a validated instance ofGetTaskUpdateOperationSpec.Constructs a validated instance ofGetTaskUpdateOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringtaskId()taskId returned by put or delete requests to /wiki/rest/api/content-statestaskId returned by put or delete requests to /wiki/rest/api/content-statestoString()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
-
GetTaskUpdateOperationSpec
Constructs a validated instance ofGetTaskUpdateOperationSpec.- Parameter:
spec- the specification to process
-
GetTaskUpdateOperationSpec
Constructs a validated instance ofGetTaskUpdateOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
taskId- taskId returned by put or delete requests to /wiki/rest/api/content-states
-
GetTaskUpdateOperationSpec
protected GetTaskUpdateOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
taskId
taskId returned by put or delete requests to /wiki/rest/api/content-states -
taskId
taskId returned by put or delete requests to /wiki/rest/api/content-states- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-