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