Package org.gitlab4j.api.models
Class TreeItem
- java.lang.Object
-
- org.gitlab4j.api.models.TreeItem
-
public class TreeItem extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTreeItem.Type
-
Constructor Summary
Constructors Constructor Description TreeItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetMode()StringgetName()StringgetPath()TreeItem.TypegetType()voidsetId(String id)voidsetMode(String mode)voidsetName(String name)voidsetPath(String path)voidsetType(TreeItem.Type type)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getMode
public String getMode()
-
setMode
public void setMode(String mode)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getType
public TreeItem.Type getType()
-
setType
public void setType(TreeItem.Type type)
-
-