Uses of Enum Class
net.bluemind.dataprotect.api.DPError.DPKind
Packages that use DPError.DPKind
-
Uses of DPError.DPKind in net.bluemind.dataprotect.api
Fields in net.bluemind.dataprotect.api declared as DPError.DPKindMethods in net.bluemind.dataprotect.api that return DPError.DPKindModifier and TypeMethodDescriptionstatic DPError.DPKind
Returns the enum constant of this class with the specified name.static DPError.DPKind[]
DPError.DPKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.dataprotect.api with parameters of type DPError.DPKindModifier and TypeMethodDescriptionstatic DPError
DPError.createUnknown
(String message, String uid, DPError.RestoreType type, DPError.DPKind kind) static DPError
DPError.export
(String message, String uid, DPError.DPKind kind) static DPError
DPError.restore
(String message, String uid, DPError.DPKind kind)