Uses of Class
com.oracle.bmc.datasafe.model.MaskingErrorSummary.StepName
-
Packages that use MaskingErrorSummary.StepName Package Description com.oracle.bmc.datasafe.model -
-
Uses of MaskingErrorSummary.StepName in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingErrorSummary.StepName Modifier and Type Method Description static MaskingErrorSummary.StepName
MaskingErrorSummary.StepName. create(String key)
MaskingErrorSummary.StepName
MaskingErrorSummary. getStepName()
The stepName of the masking error.static MaskingErrorSummary.StepName
MaskingErrorSummary.StepName. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaskingErrorSummary.StepName[]
MaskingErrorSummary.StepName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type MaskingErrorSummary.StepName Modifier and Type Method Description MaskingErrorSummary.Builder
MaskingErrorSummary.Builder. stepName(MaskingErrorSummary.StepName stepName)
The stepName of the masking error.Constructors in com.oracle.bmc.datasafe.model with parameters of type MaskingErrorSummary.StepName Constructor Description MaskingErrorSummary(MaskingErrorSummary.StepName stepName, String error, String failedStatement, Date timeCreated)
Deprecated.
-