Class GroupItem
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GroupItem
GroupItem
A group that the restriction will be applied to.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Set to 'group'. -
id
The id of the group.
-
-
Constructor Details
-
GroupItem
Constructs a validated instance ofGroupItem.- Parameters:
spec- the specification to process
-
GroupItem
Constructs a validated instance ofGroupItem.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GroupItem(Consumer)instead.- Parameters:
type- Set to 'group'.id- The id of the group.
-
GroupItem
protected GroupItem()
-
-
Method Details