Uses of Enum Class
io.camunda.zeebe.backup.gcs.manifest.Manifest.StatusCode
Packages that use Manifest.StatusCode
-
Uses of Manifest.StatusCode in io.camunda.zeebe.backup.gcs
Constructors in io.camunda.zeebe.backup.gcs with parameters of type Manifest.StatusCodeModifierConstructorDescriptionUnexpectedManifestState(Manifest.StatusCode expected, Manifest.StatusCode actual) -
Uses of Manifest.StatusCode in io.camunda.zeebe.backup.gcs.manifest
Methods in io.camunda.zeebe.backup.gcs.manifest that return Manifest.StatusCodeModifier and TypeMethodDescriptionManifest.statusCode()static Manifest.StatusCodeReturns the enum constant of this class with the specified name.static Manifest.StatusCode[]Manifest.StatusCode.values()Returns an array containing the constants of this enum class, in the order they are declared.