Uses of Class
org.gitlab4j.api.models.ImportStatus.Status
Package | Description |
---|---|
org.gitlab4j.api.models |
-
Uses of ImportStatus.Status in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return ImportStatus.Status Modifier and Type Method Description static ImportStatus.Status
ImportStatus.Status. forValue(String value)
ImportStatus.Status
ImportStatus. getImportStatus()
ImportStatus.Status
Project. getImportStatus()
static ImportStatus.Status
ImportStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportStatus.Status[]
ImportStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.models with parameters of type ImportStatus.Status Modifier and Type Method Description void
ImportStatus. setImportStatus(ImportStatus.Status importStatus)
void
Project. setImportStatus(ImportStatus.Status importStatus)