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 class
TreeItem.Type
-
Constructor Summary
Constructors Constructor Description TreeItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getMode()
String
getName()
String
getPath()
TreeItem.Type
getType()
void
setId(String id)
void
setMode(String mode)
void
setName(String name)
void
setPath(String path)
void
setType(TreeItem.Type type)
String
toString()
-
-
-
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)
-
-