Uses of Class
com.oracle.bmc.datasafe.model.MaskingPolicyHealthReport.LifecycleState
-
Packages that use MaskingPolicyHealthReport.LifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of MaskingPolicyHealthReport.LifecycleState in com.oracle.bmc.datasafe
-
Uses of MaskingPolicyHealthReport.LifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingPolicyHealthReport.LifecycleState Modifier and Type Method Description static MaskingPolicyHealthReport.LifecycleState
MaskingPolicyHealthReport.LifecycleState. create(String key)
MaskingPolicyHealthReport.LifecycleState
MaskingPolicyHealthReport. getLifecycleState()
The current state of the health report.MaskingPolicyHealthReport.LifecycleState
MaskingPolicyHealthReportSummary. getLifecycleState()
The current state of the health report.static MaskingPolicyHealthReport.LifecycleState
MaskingPolicyHealthReport.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaskingPolicyHealthReport.LifecycleState[]
MaskingPolicyHealthReport.LifecycleState. 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 MaskingPolicyHealthReport.LifecycleState Modifier and Type Method Description MaskingPolicyHealthReport.Builder
MaskingPolicyHealthReport.Builder. lifecycleState(MaskingPolicyHealthReport.LifecycleState lifecycleState)
The current state of the health report.MaskingPolicyHealthReportSummary.Builder
MaskingPolicyHealthReportSummary.Builder. lifecycleState(MaskingPolicyHealthReport.LifecycleState lifecycleState)
The current state of the health report.Constructors in com.oracle.bmc.datasafe.model with parameters of type MaskingPolicyHealthReport.LifecycleState Constructor Description MaskingPolicyHealthReport(String id, String maskingPolicyId, String targetId, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, MaskingPolicyHealthReport.LifecycleState lifecycleState, String description, Long errorCount, Long warningCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.MaskingPolicyHealthReportSummary(String id, String maskingPolicyId, String targetId, String compartmentId, String displayName, Date timeCreated, MaskingPolicyHealthReport.LifecycleState lifecycleState, String description, Long errorCount, Long warningCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-