Package org.gitlab4j.api.models
Class ExportStatus
java.lang.Object
org.gitlab4j.api.models.ExportStatus
public class ExportStatus extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportStatus.Status
Enum representing the status of the export. -
Constructor Summary
Constructors Constructor Description ExportStatus()
-
Method Summary
Modifier and Type Method Description Date
getCreatedAt()
String
getDescription()
ExportStatus.Status
getExportStatus()
Integer
getId()
String
getLinkByName(String name)
Map<String,String>
getLinks()
String
getName()
String
getNameWithNamespace()
String
getPath()
String
getPathWithNamespace()
void
setCreatedAt(Date createdAt)
void
setDescription(String description)
void
setExportStatus(ExportStatus.Status exportStatus)
void
setId(Integer id)
void
setLinks(Map<String,String> links)
void
setName(String name)
void
setNameWithNamespace(String nameWithNamespace)
void
setPath(String path)
void
setPathWithNamespace(String pathWithNamespace)
String
toString()
-
Constructor Details
-
ExportStatus
public ExportStatus()
-
-
Method Details