Klasse GetCommentContentPropertiesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetCommentContentPropertiesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetCommentContentPropertiesOperationSpec
extends Object
GetCommentContentPropertiesSpec
Specification for the GetCommentContentProperties operation.
Get content properties for comment
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetCommentContentPropertiesOperationSpec(Long commentId, String key, ContentPropertySortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetCommentContentPropertiesOperationSpec.Constructs a validated instance ofGetCommentContentPropertiesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull LongThe ID of the comment for which content properties should be returned.The ID of the comment for which content properties should be returned.@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()@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
-
GetCommentContentPropertiesOperationSpec
@Internal public GetCommentContentPropertiesOperationSpec(Consumer<GetCommentContentPropertiesOperationSpec> spec) Constructs a validated instance ofGetCommentContentPropertiesOperationSpec.- Parameter:
spec- the specification to process
-
GetCommentContentPropertiesOperationSpec
@Internal public GetCommentContentPropertiesOperationSpec(Long commentId, String key, ContentPropertySortOrder sort, String cursor, Integer limit) Constructs a validated instance ofGetCommentContentPropertiesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
commentId- The ID of the comment 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.
-
GetCommentContentPropertiesOperationSpec
protected GetCommentContentPropertiesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetCommentContentPropertiesOperationSpec.GetCommentContentPropertiesOperationSpecBuilder builder() -
commentId
The ID of the comment 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. -
commentId
The ID of the comment 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 GetCommentContentPropertiesOperationSpec 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
-