Klasse ContentStateInput

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentStateInput

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

    • name

      protected String name
    • color

      protected String color
      Color of state. Must be in 6 digit hex form (#FFFFFF). The default colors offered in the UI are: #ff7452 (red), #2684ff (blue), #ffc400 (yellow), #57d9a3 (green), and #8777d9 (purple)
    • id

      protected Integer id
    • spaceKey

      protected String spaceKey
  • Konstruktordetails

    • ContentStateInput

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

      @Internal public ContentStateInput(String name, String color, Integer id, String spaceKey)
      Constructs a validated instance of ContentStateInput.

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

      Parameter:
      name - name
      color - Color of state. Must be in 6 digit hex form (#FFFFFF). The default colors offered in the UI are: #ff7452 (red), #2684ff (blue), #ffc400 (yellow), #57d9a3 (green), and #8777d9 (purple)
      id - id
      spaceKey - spaceKey
    • ContentStateInput

      protected ContentStateInput()
  • Methodendetails

    • builder

    • name

      public String name()
    • color

      public String color()
      Color of state. Must be in 6 digit hex form (#FFFFFF). The default colors offered in the UI are: #ff7452 (red), #2684ff (blue), #ffc400 (yellow), #57d9a3 (green), and #8777d9 (purple)
    • id

      public Integer id()
    • spaceKey

      public String spaceKey()
    • name

      public ContentStateInput name(String name)
      Gibt zurück:
      this.
    • color

      public ContentStateInput color(String color)
      Color of state. Must be in 6 digit hex form (#FFFFFF). The default colors offered in the UI are: #ff7452 (red), #2684ff (blue), #ffc400 (yellow), #57d9a3 (green), and #8777d9 (purple)
      Gibt zurück:
      this.
    • id

      public ContentStateInput id(Integer id)
      Gibt zurück:
      this.
    • spaceKey

      public ContentStateInput spaceKey(String spaceKey)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object