Klasse UpdateCustomContentOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.UpdateCustomContentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateCustomContentOperationSpec
extends Object
UpdateCustomContentSpec
Specification for the UpdateCustomContent operation.
Update 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateCustomContentOperationSpec(Long id, UpdateCustomContentRequest updateCustomContentRequest) Constructs a validated instance ofUpdateCustomContentOperationSpec.Constructs a validated instance ofUpdateCustomContentOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Longid()The ID of the custom content to be updated.The ID of the custom content to be updated.toString()@NotNull UpdateCustomContentRequestupdateCustomContentRequest(@NotNull UpdateCustomContentRequest updateCustomContentRequest) 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
-
UpdateCustomContentOperationSpec
Constructs a validated instance ofUpdateCustomContentOperationSpec.- Parameter:
spec- the specification to process
-
UpdateCustomContentOperationSpec
@Internal public UpdateCustomContentOperationSpec(Long id, UpdateCustomContentRequest updateCustomContentRequest) Constructs a validated instance ofUpdateCustomContentOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the custom content to be updated. If you don't know the custom content ID, use Get Custom Content by Type and filter the results.updateCustomContentRequest-
-
UpdateCustomContentOperationSpec
protected UpdateCustomContentOperationSpec()
-
-
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 custom content to be updated. If you don't know the custom content ID, use Get Custom Content by Type and filter the results. -
updateCustomContentRequest
-
id
The ID of the custom content to be updated. If you don't know the custom content ID, use Get Custom Content by Type and filter the results.- Gibt zurück:
this.
-
updateCustomContentRequest
public UpdateCustomContentOperationSpec updateCustomContentRequest(@NotNull @NotNull UpdateCustomContentRequest updateCustomContentRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-