Klasse BulkSetContentStatesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.BulkSetContentStatesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkSetContentStatesOperationSpec
extends Object
BulkSetContentStatesSpec
Specification for the BulkSetContentStates operation.
Bulk set content state of many contents
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedBulkSetContentStatesOperationSpec(String status, BulkContentStateSetInput bulkContentStateSetInput) Constructs a validated instance ofBulkSetContentStatesOperationSpec.Constructs a validated instance ofBulkSetContentStatesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()@NotNull BulkContentStateSetInputThe content state and ids to set it to.bulkContentStateSetInput(@NotNull BulkContentStateSetInput bulkContentStateSetInput) The content state and ids to set it to.protected booleanbooleaninthashCode()@NotNull Stringstatus()Set status to one of [current,draft].Set status to one of [current,draft].toString()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
-
BulkSetContentStatesOperationSpec
@Internal public BulkSetContentStatesOperationSpec(Consumer<BulkSetContentStatesOperationSpec> spec) Constructs a validated instance ofBulkSetContentStatesOperationSpec.- Parameter:
spec- the specification to process
-
BulkSetContentStatesOperationSpec
@Internal public BulkSetContentStatesOperationSpec(String status, BulkContentStateSetInput bulkContentStateSetInput) Constructs a validated instance ofBulkSetContentStatesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
status- Set status to one of [current,draft].bulkContentStateSetInput- The content state and ids to set it to.
-
BulkSetContentStatesOperationSpec
protected BulkSetContentStatesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
status
Set status to one of [current,draft]. -
bulkContentStateSetInput
The content state and ids to set it to. -
status
Set status to one of [current,draft].- Gibt zurück:
this.
-
bulkContentStateSetInput
public BulkSetContentStatesOperationSpec bulkContentStateSetInput(@NotNull @NotNull BulkContentStateSetInput bulkContentStateSetInput) The content state and ids to set it to.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-