Class GroupIteme9D8Fc
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GroupIteme9D8Fc
GroupIteme9D8Fc
A group that the restriction will be applied to.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.GroupIteme9D8Fc(String type, String name) Constructs a validated instance ofGroupIteme9D8Fc.Constructs a validated instance ofGroupIteme9D8Fc. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Gets the value of name.getType()Gets the value of type.inthashCode()name()Fluent getter for name.Fluent setter for name.voidSets the value of name.voidSets the value of type.toString()type()Fluent getter for type.Fluent setter for type.
-
Field Details
-
type
Set to 'group'. -
name
The name of the group.
-
-
Constructor Details
-
GroupIteme9D8Fc
Constructs a validated instance ofGroupIteme9D8Fc.- Parameters:
spec- the specification to process
-
GroupIteme9D8Fc
@Internal protected GroupIteme9D8Fc()Protected no-args constructor for use by serialization frameworks. -
GroupIteme9D8Fc
Constructs a validated instance ofGroupIteme9D8Fc.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GroupIteme9D8Fc(Consumer)instead.- Parameters:
type- Set to 'group'.name- The name of the group.
-
-
Method Details
-
type
-
type
Fluent setter for type.Set to 'group'.
- Parameters:
type- type- Returns:
- this
-
getType
-
setType
-
name
-
name
Fluent setter for name.The name of the group.
- Parameters:
name- name- Returns:
- this
-
getName
-
setName
Sets the value of name.The name of the group.
- Parameters:
name- name
-
equals
-
hashCode
-
toString
-