Klasse GetSpacePropertiesOperationSpec.GetSpacePropertiesOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetSpacePropertiesOperationSpec.GetSpacePropertiesOperationSpecBuilder
- Umschließende Klasse:
GetSpacePropertiesOperationSpec
public static class GetSpacePropertiesOperationSpec.GetSpacePropertiesOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Used for pagination, this opaque cursor will be returned in thenextURL in theLinkresponse header.The key of the space property to retrieve.Maximum number of pages per result to return.The ID of the space for which space properties should be returned.toString()
-
Methodendetails
-
spaceId
public GetSpacePropertiesOperationSpec.GetSpacePropertiesOperationSpecBuilder spaceId(@NotNull @NotNull Long spaceId) The ID of the space for which space properties should be returned.- Gibt zurück:
this.
-
key
public GetSpacePropertiesOperationSpec.GetSpacePropertiesOperationSpecBuilder key(@Nullable @Nullable String key) The key of the space property to retrieve. This should be used when a user knows the key of their property, but needs to retrieve the id for use in other methods.- Gibt zurück:
this.
-
cursor
public GetSpacePropertiesOperationSpec.GetSpacePropertiesOperationSpecBuilder 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 GetSpacePropertiesOperationSpec.GetSpacePropertiesOperationSpecBuilder 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.
-
build
-
toString
-