Class BoardList

java.lang.Object
org.gitlab4j.api.models.BoardList

public class BoardList
extends Object
  • Constructor Details

    • BoardList

      public BoardList()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId​(Integer id)
    • getLabel

      public Label getLabel()
    • setLabel

      public void setLabel​(Label label)
    • getPosition

      public Integer getPosition()
    • setPosition

      public void setPosition​(Integer position)
    • toString

      public String toString()
      Overrides:
      toString in class Object