Class GroupIteme9D8Fc

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GroupIteme9D8Fc

@Generated("io.github.primelib.primecodegen") public class GroupIteme9D8Fc extends Object
GroupIteme9D8Fc

A group that the restriction will be applied to.

  • Field Details

    • type

      protected String type
      Set to 'group'.
    • name

      protected String name
      The name of the group.
  • Constructor Details

    • GroupIteme9D8Fc

      public GroupIteme9D8Fc(Consumer<GroupIteme9D8Fc> spec)
      Constructs a validated instance of GroupIteme9D8Fc.
      Parameters:
      spec - the specification to process
    • GroupIteme9D8Fc

      @Internal protected GroupIteme9D8Fc()
      Protected no-args constructor for use by serialization frameworks.
    • GroupIteme9D8Fc

      @Internal public GroupIteme9D8Fc(String type, String name)
      Constructs a validated instance of GroupIteme9D8Fc.

      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

      public String type()
      Fluent getter for type.

      Set to 'group'.

      Returns:
      type
    • type

      public GroupIteme9D8Fc type(String type)
      Fluent setter for type.

      Set to 'group'.

      Parameters:
      type - type
      Returns:
      this
    • getType

      public String getType()
      Gets the value of type.

      Set to 'group'.

      Returns:
      type
    • setType

      public void setType(String type)
      Sets the value of type.

      Set to 'group'.

      Parameters:
      type - type
    • name

      public String name()
      Fluent getter for name.

      The name of the group.

      Returns:
      name
    • name

      public GroupIteme9D8Fc name(String name)
      Fluent setter for name.

      The name of the group.

      Parameters:
      name - name
      Returns:
      this
    • getName

      public String getName()
      Gets the value of name.

      The name of the group.

      Returns:
      name
    • setName

      public void setName(String name)
      Sets the value of name.

      The name of the group.

      Parameters:
      name - name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object