Klasse GetWhiteboardContentPropertiesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetWhiteboardContentPropertiesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWhiteboardContentPropertiesOperationSpec
extends Object
GetWhiteboardContentPropertiesSpec
Specification for the GetWhiteboardContentProperties operation.
Get content properties for 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetWhiteboardContentPropertiesOperationSpec(Long id, String key, ContentPropertySortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetWhiteboardContentPropertiesOperationSpec.GetWhiteboardContentPropertiesOperationSpec(Consumer<GetWhiteboardContentPropertiesOperationSpec> spec) Constructs a validated instance ofGetWhiteboardContentPropertiesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic GetWhiteboardContentPropertiesOperationSpec.GetWhiteboardContentPropertiesOperationSpecBuilderbuilder()protected boolean@Nullable Stringcursor()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.booleaninthashCode()@NotNull Longid()The ID of the whiteboard for which content properties should be returned.The ID of the whiteboard for which content properties should be returned.@Nullable Stringkey()Filters the response to return a specific content property with matching key (case sensitive).Filters the response to return a specific content property with matching key (case sensitive).@Nullable Integerlimit()Maximum number of attachments per result to return.Maximum number of attachments per result to return.@Nullable ContentPropertySortOrdersort()Used to sort the result by a particular field.sort(@Nullable ContentPropertySortOrder sort) Used to sort the result by a particular field.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
-
GetWhiteboardContentPropertiesOperationSpec
@Internal public GetWhiteboardContentPropertiesOperationSpec(Consumer<GetWhiteboardContentPropertiesOperationSpec> spec) Constructs a validated instance ofGetWhiteboardContentPropertiesOperationSpec.- Parameter:
spec- the specification to process
-
GetWhiteboardContentPropertiesOperationSpec
@Internal public GetWhiteboardContentPropertiesOperationSpec(Long id, String key, ContentPropertySortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetWhiteboardContentPropertiesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the whiteboard for which content properties should be returned.key- Filters the response to return a specific content property with matching key (case sensitive).sort- Used to sort the result by a particular field.cursor- Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.limit- Maximum number of attachments per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results.
-
GetWhiteboardContentPropertiesOperationSpec
protected GetWhiteboardContentPropertiesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetWhiteboardContentPropertiesOperationSpec.GetWhiteboardContentPropertiesOperationSpecBuilder builder() -
id
The ID of the whiteboard for which content properties should be returned. -
key
Filters the response to return a specific content property with matching key (case sensitive). -
sort
Used to sort the result by a particular field. -
cursor
Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results. -
limit
Maximum number of attachments per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results. -
id
The ID of the whiteboard for which content properties should be returned.- Gibt zurück:
this.
-
key
Filters the response to return a specific content property with matching key (case sensitive).- Gibt zurück:
this.
-
sort
public GetWhiteboardContentPropertiesOperationSpec sort(@Nullable @Nullable ContentPropertySortOrder sort) Used to sort the result by a particular field.- Gibt zurück:
this.
-
cursor
Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.- Gibt zurück:
this.
-
limit
Maximum number of attachments per result to return. If more results exist, use theLinkheader to retrieve a relative URL that will return the next set of results.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-