Uses of Enum Class
org.miaixz.bus.gitlab.models.ImportStatus.Status
Packages that use ImportStatus.Status
-
Uses of ImportStatus.Status in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return ImportStatus.StatusModifier and TypeMethodDescriptionstatic ImportStatus.StatusImportStatus.getImportStatus()Project.getImportStatus()static ImportStatus.StatusReturns the enum constant of this class with the specified name.static ImportStatus.Status[]ImportStatus.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab.models with parameters of type ImportStatus.StatusModifier and TypeMethodDescriptionvoidImportStatus.setImportStatus(ImportStatus.Status importStatus) voidProject.setImportStatus(ImportStatus.Status importStatus)