Klasse ContentRestrictionAddOrUpdateArray.ContentRestrictionAddOrUpdateArrayBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentRestrictionAddOrUpdateArray.ContentRestrictionAddOrUpdateArrayBuilder
- Umschließende Klasse:
ContentRestrictionAddOrUpdateArray
public static class ContentRestrictionAddOrUpdateArray.ContentRestrictionAddOrUpdateArrayBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
restrictionsHash
(String restrictionsHash) This property is used by the UI to figure out whether a set of restrictions has changed.results
(List<ContentRestrictionUpdate> results) toString()
-
Methodendetails
-
results
public ContentRestrictionAddOrUpdateArray.ContentRestrictionAddOrUpdateArrayBuilder results(List<ContentRestrictionUpdate> results) - Gibt zurück:
this
.
-
start
public ContentRestrictionAddOrUpdateArray.ContentRestrictionAddOrUpdateArrayBuilder start(Integer start) - Gibt zurück:
this
.
-
limit
public ContentRestrictionAddOrUpdateArray.ContentRestrictionAddOrUpdateArrayBuilder limit(Integer limit) - Gibt zurück:
this
.
-
size
public ContentRestrictionAddOrUpdateArray.ContentRestrictionAddOrUpdateArrayBuilder size(Integer size) - Gibt zurück:
this
.
-
restrictionsHash
public ContentRestrictionAddOrUpdateArray.ContentRestrictionAddOrUpdateArrayBuilder restrictionsHash(String restrictionsHash) This property is used by the UI to figure out whether a set of restrictions has changed.- Gibt zurück:
this
.
-
_links
public ContentRestrictionAddOrUpdateArray.ContentRestrictionAddOrUpdateArrayBuilder _links(Map<String, String> _links) - Gibt zurück:
this
.
-
build
-
toString
-