Uses of Class
org.duracloud.common.util.bulk.ManifestVerifier.State
-
Packages that use ManifestVerifier.State Package Description org.duracloud.common.util.bulk -
-
Uses of ManifestVerifier.State in org.duracloud.common.util.bulk
Methods in org.duracloud.common.util.bulk that return ManifestVerifier.State Modifier and Type Method Description ManifestVerifier.StateManifestVerifier.ResultEntry. getState()static ManifestVerifier.StateManifestVerifier.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ManifestVerifier.State[]ManifestVerifier.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.common.util.bulk with parameters of type ManifestVerifier.State Modifier and Type Method Description voidManifestVerifier.ResultEntry. setState(ManifestVerifier.State state)
-