Klasse GetAttachmentVersionsOperationSpec.GetAttachmentVersionsOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetAttachmentVersionsOperationSpec.GetAttachmentVersionsOperationSpecBuilder
- Umschließende Klasse:
GetAttachmentVersionsOperationSpec
public static class GetAttachmentVersionsOperationSpec.GetAttachmentVersionsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.The ID of the attachment to be queried for its versions.Maximum number of versions per result to return.sort(@Nullable VersionSortOrder sort) Used to sort the result by a particular field.toString()
-
Methodendetails
-
id
public GetAttachmentVersionsOperationSpec.GetAttachmentVersionsOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the attachment to be queried for its versions. If you don't know the attachment ID, use Get attachments and filter the results.- Gibt zurück:
this.
-
cursor
public GetAttachmentVersionsOperationSpec.GetAttachmentVersionsOperationSpecBuilder cursor(@Nullable @Nullable String 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
public GetAttachmentVersionsOperationSpec.GetAttachmentVersionsOperationSpecBuilder limit(@Nullable @Nullable Integer limit) Maximum number of versions 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.
-
sort
public GetAttachmentVersionsOperationSpec.GetAttachmentVersionsOperationSpecBuilder sort(@Nullable @Nullable VersionSortOrder sort) Used to sort the result by a particular field.- Gibt zurück:
this.
-
build
-
toString
-