Class Restrictions
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Restrictions
Restrictions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Expandable25A645protected ContentRestrictionprotected ContentRestriction -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRestrictions(ContentRestriction read, ContentRestriction update, Expandable25A645 Expandable, Map<String, Object> Links) Constructs a validated instance ofRestrictions.Restrictions(Consumer<Restrictions> spec) Constructs a validated instance ofRestrictions. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanExpandable(Expandable25A645 Expandable) inthashCode()Links()read()read(ContentRestriction read) toString()update()update(ContentRestriction update)
-
Field Details
-
read
-
update
-
Expandable
-
Links
-
-
Constructor Details
-
Restrictions
Constructs a validated instance ofRestrictions.- Parameters:
spec- the specification to process
-
Restrictions
@Internal public Restrictions(ContentRestriction read, ContentRestriction update, Expandable25A645 Expandable, Map<String, Object> Links) Constructs a validated instance ofRestrictions.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Restrictions(Consumer)instead.- Parameters:
read- readupdate- updateExpandable- ExpandableLinks- Links
-
Restrictions
protected Restrictions()
-
-
Method Details