Klasse AddLabelsToContentOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.AddLabelsToContentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddLabelsToContentOperationSpec
extends Object
AddLabelsToContentSpec
Specification for the AddLabelsToContent operation.
Add labels to content
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofAddLabelsToContentOperationSpec.Constructs a validated instance ofAddLabelsToContentOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull AddLabelsToContentRequestbody()The labels to add to the content.body(@NotNull AddLabelsToContentRequest body) The labels to add to the content.builder()protected booleanbooleaninthashCode()@NotNull Stringid()The ID of the content that will have labels added to it.The ID of the content that will have labels added to it.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
-
AddLabelsToContentOperationSpec
Constructs a validated instance ofAddLabelsToContentOperationSpec.- Parameter:
spec- the specification to process
-
AddLabelsToContentOperationSpec
Constructs a validated instance ofAddLabelsToContentOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the content that will have labels added to it.body- The labels to add to the content.
-
AddLabelsToContentOperationSpec
protected AddLabelsToContentOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the content that will have labels added to it. -
body
The labels to add to the content. -
id
The ID of the content that will have labels added to it.- Gibt zurück:
this.
-
body
The labels to add to the content.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-