Class GroupCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GroupCreate
GroupCreate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGroupCreate(String type, String id) Constructs a validated instance ofGroupCreate.GroupCreate(Consumer<GroupCreate> spec) Constructs a validated instance ofGroupCreate. -
Method Summary
-
Field Details
-
type
-
id
-
-
Constructor Details
-
GroupCreate
Constructs a validated instance ofGroupCreate.- Parameters:
spec- the specification to process
-
GroupCreate
Constructs a validated instance ofGroupCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GroupCreate(Consumer)instead.- Parameters:
type- typeid- id
-
GroupCreate
protected GroupCreate()
-
-
Method Details