Klasse GetContentsWithStateOperationSpec.GetContentsWithStateOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentsWithStateOperationSpec.GetContentsWithStateOperationSpecBuilder
- Umschließende Klasse:
GetContentsWithStateOperationSpec
public static class GetContentsWithStateOperationSpec.GetContentsWithStateOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()A multi-value parameter indicating which properties of the content to expand.Maximum number of results to returnThe key of the space to be queried for its content state settings.Number of result to start returning.The id of the content state to filter content bytoString()
-
Methodendetails
-
spaceKey
public GetContentsWithStateOperationSpec.GetContentsWithStateOperationSpecBuilder spaceKey(@NotNull @NotNull String spaceKey) The key of the space to be queried for its content state settings.- Gibt zurück:
this.
-
stateId
public GetContentsWithStateOperationSpec.GetContentsWithStateOperationSpecBuilder stateId(@NotNull @NotNull Integer stateId) The id of the content state to filter content by- Gibt zurück:
this.
-
expand
public GetContentsWithStateOperationSpec.GetContentsWithStateOperationSpecBuilder expand(@Nullable @Nullable List<String> expand) A multi-value parameter indicating which properties of the content to expand. Options include: space, version, history, children, etc. Ex: space,version- Gibt zurück:
this.
-
limit
public GetContentsWithStateOperationSpec.GetContentsWithStateOperationSpecBuilder limit(@Nullable @Nullable Integer limit) Maximum number of results to return- Gibt zurück:
this.
-
start
public GetContentsWithStateOperationSpec.GetContentsWithStateOperationSpecBuilder start(@Nullable @Nullable Integer start) Number of result to start returning. (0 indexed)- Gibt zurück:
this.
-
build
-
toString
-