Uses of Class
com.oracle.bmc.databasemigration.model.AssessorCheckStates
-
Packages that use AssessorCheckStates Package Description com.oracle.bmc.databasemigration.model -
-
Uses of AssessorCheckStates in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return AssessorCheckStates Modifier and Type Method Description static AssessorCheckStatesAssessorCheckStates. create(String key)AssessorCheckStatesAssessorCheck. getAssessorCheckState()The current state of the Assessor Check.AssessorCheckStatesAssessorCheckSummary. getAssessorCheckState()The current state of the Assessor Check.static AssessorCheckStatesAssessorCheckStates. valueOf(String name)Returns the enum constant of this type with the specified name.static AssessorCheckStates[]AssessorCheckStates. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type AssessorCheckStates Modifier and Type Method Description AssessorCheck.BuilderAssessorCheck.Builder. assessorCheckState(AssessorCheckStates assessorCheckState)The current state of the Assessor Check.AssessorCheckSummary.BuilderAssessorCheckSummary.Builder. assessorCheckState(AssessorCheckStates assessorCheckState)The current state of the Assessor Check.Constructors in com.oracle.bmc.databasemigration.model with parameters of type AssessorCheckStates Constructor Description AssessorCheck(String name, String displayName, String description, AssessorCheckGroup assessorCheckGroup, String helpLinkUrl, String helpLinkText, AssessorCheckStates assessorCheckState, AssessorCheckAction checkAction, String key, String issue, String impact, String action, String fixupScriptLocation, Boolean isExclusionAllowed, ObjectMetadata metadata, List<AdvisorReportCheckColumn> columns, Integer objectCount, String objectsDisplayName, LogLocationBucketDetails logLocation)Deprecated.AssessorCheckSummary(String name, String displayName, String description, AssessorCheckGroup assessorCheckGroup, String helpLinkUrl, String helpLinkText, AssessorCheckStates assessorCheckState, AssessorCheckAction checkAction, String key, String issue, String impact, String action, String fixupScriptLocation, Boolean isExclusionAllowed, ObjectMetadata metadata, List<AdvisorReportCheckColumn> columns, Integer objectCount, String objectsDisplayName, LogLocationBucketDetails logLocation)Deprecated.
-