Package org.gitlab4j.api.models
Class Namespace
- java.lang.Object
-
- org.gitlab4j.api.models.Namespace
-
public class Namespace extends Object
-
-
Constructor Summary
Constructors Constructor Description Namespace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullPath()
Integer
getId()
String
getKind()
String
getName()
String
getPath()
void
setFullPath(String fullPath)
void
setId(Integer id)
void
setKind(String kind)
void
setName(String name)
void
setPath(String path)
String
toString()
Namespace
withFullPath(String fullPath)
Namespace
withId(Integer id)
Namespace
withKind(String kind)
Namespace
withName(String name)
Namespace
withPath(String path)
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getKind
public String getKind()
-
setKind
public void setKind(String kind)
-
getFullPath
public String getFullPath()
-
setFullPath
public void setFullPath(String fullPath)
-
-