Klasse GetWhiteboardAncestorsOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetWhiteboardAncestorsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWhiteboardAncestorsOperationSpec
extends Object
GetWhiteboardAncestorsSpec
Specification for the GetWhiteboardAncestors operation.
Get all ancestors of the whiteboard
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetWhiteboardAncestorsOperationSpec(Long id, Integer limit) Constructs a validated instance ofGetWhiteboardAncestorsOperationSpec.Constructs a validated instance ofGetWhiteboardAncestorsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Longid()The ID of the whiteboard.The ID of the whiteboard.@Nullable Integerlimit()Maximum number of items per result to return.Maximum number of items per result to return.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
-
GetWhiteboardAncestorsOperationSpec
@Internal public GetWhiteboardAncestorsOperationSpec(Consumer<GetWhiteboardAncestorsOperationSpec> spec) Constructs a validated instance ofGetWhiteboardAncestorsOperationSpec.- Parameter:
spec- the specification to process
-
GetWhiteboardAncestorsOperationSpec
Constructs a validated instance ofGetWhiteboardAncestorsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the whiteboard.limit- Maximum number of items per result to return. If more results exist, call the endpoint with the highest ancestor's ID to fetch the next set of results.
-
GetWhiteboardAncestorsOperationSpec
protected GetWhiteboardAncestorsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetWhiteboardAncestorsOperationSpec.GetWhiteboardAncestorsOperationSpecBuilder builder() -
id
The ID of the whiteboard. -
limit
Maximum number of items per result to return. If more results exist, call the endpoint with the highest ancestor's ID to fetch the next set of results. -
id
The ID of the whiteboard.- Gibt zurück:
this.
-
limit
Maximum number of items per result to return. If more results exist, call the endpoint with the highest ancestor's ID to fetch the next set of results.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-