Klasse CreateCustomContentOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.CreateCustomContentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateCustomContentOperationSpec
extends Object
CreateCustomContentSpec
Specification for the CreateCustomContent operation.
Create custom 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateCustomContentOperationSpec(CreateCustomContentRequest createCustomContentRequest) Constructs a validated instance ofCreateCustomContentOperationSpec.Constructs a validated instance ofCreateCustomContentOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull CreateCustomContentRequestcreateCustomContentRequest(@NotNull CreateCustomContentRequest createCustomContentRequest) booleaninthashCode()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
-
CreateCustomContentOperationSpec
Constructs a validated instance ofCreateCustomContentOperationSpec.- Parameter:
spec- the specification to process
-
CreateCustomContentOperationSpec
@Internal public CreateCustomContentOperationSpec(CreateCustomContentRequest createCustomContentRequest) Constructs a validated instance ofCreateCustomContentOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
createCustomContentRequest-
-
CreateCustomContentOperationSpec
protected CreateCustomContentOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
createCustomContentRequest
-
createCustomContentRequest
public CreateCustomContentOperationSpec createCustomContentRequest(@NotNull @NotNull CreateCustomContentRequest createCustomContentRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-