Klasse GetAttachmentsOperationSpec.GetAttachmentsOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetAttachmentsOperationSpec.GetAttachmentsOperationSpecBuilder
- Umschließende Klasse:
GetAttachmentsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.Filters on the file-name of attachments.Maximum number of attachments per result to return.Filters on the mediaType of attachments.sort(@Nullable AttachmentSortOrder sort) Used to sort the result by a particular field.Filter the results to attachments based on their status.toString()
-
Methodendetails
-
sort
public GetAttachmentsOperationSpec.GetAttachmentsOperationSpecBuilder sort(@Nullable @Nullable AttachmentSortOrder sort) Used to sort the result by a particular field.- Gibt zurück:
this.
-
cursor
public GetAttachmentsOperationSpec.GetAttachmentsOperationSpecBuilder 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.
-
status
public GetAttachmentsOperationSpec.GetAttachmentsOperationSpecBuilder status(@Nullable @Nullable List<String> status) Filter the results to attachments based on their status. By default,currentandarchivedare used.- Gibt zurück:
this.
-
mediaType
public GetAttachmentsOperationSpec.GetAttachmentsOperationSpecBuilder mediaType(@Nullable @Nullable String mediaType) Filters on the mediaType of attachments. Only one may be specified.- Gibt zurück:
this.
-
filename
public GetAttachmentsOperationSpec.GetAttachmentsOperationSpecBuilder filename(@Nullable @Nullable String filename) Filters on the file-name of attachments. Only one may be specified.- Gibt zurück:
this.
-
limit
public GetAttachmentsOperationSpec.GetAttachmentsOperationSpecBuilder limit(@Nullable @Nullable Integer 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.
-
build
-
toString
-