Klasse DeleteWhiteboardPropertyByIdOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.DeleteWhiteboardPropertyByIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteWhiteboardPropertyByIdOperationSpec
extends Object
DeleteWhiteboardPropertyByIdSpec
Specification for the DeleteWhiteboardPropertyById operation.
Delete content property for whiteboard by id
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteWhiteboardPropertyByIdOperationSpec(Long whiteboardId, Long propertyId) Constructs a validated instance ofDeleteWhiteboardPropertyByIdOperationSpec.Constructs a validated instance ofDeleteWhiteboardPropertyByIdOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull LongThe ID of the property to be deleted.propertyId(@NotNull Long propertyId) The ID of the property to be deleted.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull LongThe ID of the whiteboard the property belongs to.whiteboardId(@NotNull Long whiteboardId) The ID of the whiteboard the property belongs to.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeleteWhiteboardPropertyByIdOperationSpec
@Internal public DeleteWhiteboardPropertyByIdOperationSpec(Consumer<DeleteWhiteboardPropertyByIdOperationSpec> spec) Constructs a validated instance ofDeleteWhiteboardPropertyByIdOperationSpec.- Parameter:
spec- the specification to process
-
DeleteWhiteboardPropertyByIdOperationSpec
Constructs a validated instance ofDeleteWhiteboardPropertyByIdOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
whiteboardId- The ID of the whiteboard the property belongs to.propertyId- The ID of the property to be deleted.
-
DeleteWhiteboardPropertyByIdOperationSpec
protected DeleteWhiteboardPropertyByIdOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteWhiteboardPropertyByIdOperationSpec.DeleteWhiteboardPropertyByIdOperationSpecBuilder builder() -
whiteboardId
The ID of the whiteboard the property belongs to. -
propertyId
The ID of the property to be deleted. -
whiteboardId
The ID of the whiteboard the property belongs to.- Gibt zurück:
this.
-
propertyId
The ID of the property to be deleted.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-