Klasse GroupLabel

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

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

    • text

      protected String text
      The group label name.
    • title

      protected String title
      The title of the group label.
    • type

      protected GroupLabel.TypeEnum type
      The type of the group label.
  • Konstruktordetails

    • GroupLabel

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

      @Internal public GroupLabel(String text, String title, GroupLabel.TypeEnum type)
      Constructs a validated instance of GroupLabel.

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

      Parameter:
      text - The group label name.
      title - The title of the group label.
      type - The type of the group label.
    • GroupLabel

      protected GroupLabel()
  • Methodendetails