Klasse AddRestrictionsOperationSpec.AddRestrictionsOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.AddRestrictionsOperationSpec.AddRestrictionsOperationSpecBuilder
- Umschließende Klasse:
AddRestrictionsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(@NotNull ContentRestrictionAddOrUpdateArray body) The restrictions to be added to the content.build()A multi-value parameter indicating which properties of the content restrictions (returned in response) to expand.The ID of the content to add restrictions to.toString()
-
Methodendetails
-
id
public AddRestrictionsOperationSpec.AddRestrictionsOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content to add restrictions to.- Gibt zurück:
this.
-
body
public AddRestrictionsOperationSpec.AddRestrictionsOperationSpecBuilder body(@NotNull @NotNull ContentRestrictionAddOrUpdateArray body) The restrictions to be added to the content.- Gibt zurück:
this.
-
expand
public AddRestrictionsOperationSpec.AddRestrictionsOperationSpecBuilder expand(@Nullable @Nullable List<String> expand) A multi-value parameter indicating which properties of the content restrictions (returned in response) to expand. -restrictions.userreturns the piece of content that the restrictions are applied to. Expanded by default. -restrictions.groupreturns the piece of content that the restrictions are applied to. Expanded by default. -contentreturns the piece of content that the restrictions are applied to.- Gibt zurück:
this.
-
build
-
toString
-