Klasse AddGroupBean

java.lang.Object
io.github.primelib.jira4j.restv2.model.AddGroupBean

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class AddGroupBean extends Object
AddGroupBean
  • Felddetails

    • name

      protected String name
      The name of the group.
  • Konstruktordetails

    • AddGroupBean

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

      @Internal public AddGroupBean(String name)
      Constructs a validated instance of AddGroupBean.

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

      Parameter:
      name - The name of the group.
    • AddGroupBean

      protected AddGroupBean()
  • Methodendetails