Class GroupCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GroupCreate
GroupCreate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.GroupCreate(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
@Internal protected GroupCreate()Protected no-args constructor for use by serialization frameworks. -
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
-
-
Method Details
-
type
-
type
-
getType
-
setType
-
id
-
id
-
getId
-
setId
-
equals
-
hashCode
-
toString
-