Klasse GetChildCustomContentOperationSpec.GetChildCustomContentOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetChildCustomContentOperationSpec.GetChildCustomContentOperationSpecBuilder
- Umschließende Klasse:
GetChildCustomContentOperationSpec
public static class GetChildCustomContentOperationSpec.GetChildCustomContentOperationSpecBuilder
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 parent custom content.Maximum number of pages per result to return.sort(@Nullable List<ChildCustomContentSortOrder> sort) Used to sort the result by a particular field.toString()
-
Methodendetails
-
id
public GetChildCustomContentOperationSpec.GetChildCustomContentOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the parent custom content. If you don't know the custom content ID, use Get custom-content and filter the results.- Gibt zurück:
this.
-
cursor
public GetChildCustomContentOperationSpec.GetChildCustomContentOperationSpecBuilder 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 GetChildCustomContentOperationSpec.GetChildCustomContentOperationSpecBuilder limit(@Nullable @Nullable Integer limit) Maximum number of pages 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 GetChildCustomContentOperationSpec.GetChildCustomContentOperationSpecBuilder sort(@Nullable @Nullable List<ChildCustomContentSortOrder> sort) Used to sort the result by a particular field.- Gibt zurück:
this.
-
build
-
toString
-