Package org.gitlab4j.api.models
Class ExportStatus
java.lang.Object
org.gitlab4j.api.models.ExportStatus
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum representing the status of the export. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getLinkByName
(String name) getLinks()
getName()
getPath()
void
setCreatedAt
(Date createdAt) void
setDescription
(String description) void
setExportStatus
(ExportStatus.Status exportStatus) void
void
void
void
setNameWithNamespace
(String nameWithNamespace) void
void
setPathWithNamespace
(String pathWithNamespace) toString()
-
Constructor Details
-
ExportStatus
public ExportStatus()
-
-
Method Details