Package org.gitlab4j.api.models
Class BoardList
- java.lang.Object
-
- org.gitlab4j.api.models.BoardList
-
public class BoardList extends Object
-
-
Constructor Summary
Constructors Constructor Description BoardList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Label
getLabel()
Integer
getPosition()
void
setId(Integer id)
void
setLabel(Label label)
void
setPosition(Integer position)
String
toString()
-