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

@Generated("io.github.primelib.primecodegen") public class GroupCreate extends Object
GroupCreate
  • Field Details

  • Constructor Details

    • GroupCreate

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

      @Internal public GroupCreate(String type, String id)
      Constructs a validated instance of GroupCreate.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using GroupCreate(Consumer) instead.

      Parameters:
      type - type
      id - id
    • GroupCreate

      protected GroupCreate()
  • Method Details