Uses of Class
org.gitlab4j.api.models.ExportStatus.Status
-
Packages that use ExportStatus.Status Package Description org.gitlab4j.api.models -
-
Uses of ExportStatus.Status in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return ExportStatus.Status Modifier and Type Method Description static ExportStatus.Status
ExportStatus.Status. forValue(String value)
ExportStatus.Status
ExportStatus. getExportStatus()
static ExportStatus.Status
ExportStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportStatus.Status[]
ExportStatus.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 ExportStatus.Status Modifier and Type Method Description void
ExportStatus. setExportStatus(ExportStatus.Status exportStatus)
-