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 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.
    • GroupIteme9D8Fc

      protected GroupIteme9D8Fc()
  • Method Details