Klasse DeleteContentOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.DeleteContentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteContentOperationSpec
extends Object
DeleteContentSpec
Specification for the DeleteContent operation.
Delete 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteContentOperationSpec(String id, String status) Constructs a validated instance ofDeleteContentOperationSpec.Constructs a validated instance ofDeleteContentOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Stringid()The ID of the content to be deleted.The ID of the content to be deleted.@Nullable Stringstatus()Set this totrashed, if the content's status istrashedand you want to purge it.Set this totrashed, if the content's status istrashedand you want to purge 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
-
DeleteContentOperationSpec
Constructs a validated instance ofDeleteContentOperationSpec.- Parameter:
spec- the specification to process
-
DeleteContentOperationSpec
Constructs a validated instance ofDeleteContentOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the content to be deleted.status- Set this totrashed, if the content's status istrashedand you want to purge it.
-
DeleteContentOperationSpec
protected DeleteContentOperationSpec()
-
-
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 to be deleted. -
status
Set this totrashed, if the content's status istrashedand you want to purge it. -
id
The ID of the content to be deleted.- Gibt zurück:
this.
-
status
Set this totrashed, if the content's status istrashedand you want to purge it.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-