Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsSqlReportLifecycleState
-
Packages that use DatabaseToolsSqlReportLifecycleState Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.model com.oracle.bmc.databasetools.requests -
-
Uses of DatabaseToolsSqlReportLifecycleState in com.oracle.bmc.databasetools
-
Uses of DatabaseToolsSqlReportLifecycleState in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return DatabaseToolsSqlReportLifecycleState Modifier and Type Method Description static DatabaseToolsSqlReportLifecycleStateDatabaseToolsSqlReportLifecycleState. create(String key)DatabaseToolsSqlReportLifecycleStateDatabaseToolsSqlReport. getLifecycleState()The current state of the Database Tools SQL report.DatabaseToolsSqlReportLifecycleStateDatabaseToolsSqlReportSummary. getLifecycleState()The current state of the Database Tools SQL Report.static DatabaseToolsSqlReportLifecycleStateDatabaseToolsSqlReportLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseToolsSqlReportLifecycleState[]DatabaseToolsSqlReportLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsSqlReportLifecycleState Modifier and Type Method Description DatabaseToolsSqlReportOracleDatabase.BuilderDatabaseToolsSqlReportOracleDatabase.Builder. lifecycleState(DatabaseToolsSqlReportLifecycleState lifecycleState)DatabaseToolsSqlReportSummaryOracleDatabase.BuilderDatabaseToolsSqlReportSummaryOracleDatabase.Builder. lifecycleState(DatabaseToolsSqlReportLifecycleState lifecycleState)Constructors in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsSqlReportLifecycleState Constructor Description DatabaseToolsSqlReport(String id, String compartmentId, String displayName, String description, String source, String purpose, String instructions, List<DatabaseToolsSqlReportVariable> variables, List<DatabaseToolsSqlReportColumn> columns, DatabaseToolsSqlReportLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)Deprecated.DatabaseToolsSqlReportOracleDatabase(String id, String compartmentId, String displayName, String description, String source, String purpose, String instructions, List<DatabaseToolsSqlReportVariable> variables, List<DatabaseToolsSqlReportColumn> columns, DatabaseToolsSqlReportLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)Deprecated.DatabaseToolsSqlReportSummary(String id, String compartmentId, String displayName, String description, String purpose, String instructions, DatabaseToolsSqlReportLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)Deprecated.DatabaseToolsSqlReportSummaryOracleDatabase(String id, String compartmentId, String displayName, String description, String purpose, String instructions, DatabaseToolsSqlReportLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)Deprecated. -
Uses of DatabaseToolsSqlReportLifecycleState in com.oracle.bmc.databasetools.requests
Methods in com.oracle.bmc.databasetools.requests that return DatabaseToolsSqlReportLifecycleState Modifier and Type Method Description DatabaseToolsSqlReportLifecycleStateListDatabaseToolsSqlReportsRequest. getLifecycleState()A filter to return resources only when their databaseToolsSqlReportLifecycleState matches the specified databaseToolsSqlReportLifecycleState.Methods in com.oracle.bmc.databasetools.requests with parameters of type DatabaseToolsSqlReportLifecycleState Modifier and Type Method Description ListDatabaseToolsSqlReportsRequest.BuilderListDatabaseToolsSqlReportsRequest.Builder. lifecycleState(DatabaseToolsSqlReportLifecycleState lifecycleState)A filter to return resources only when their databaseToolsSqlReportLifecycleState matches the specified databaseToolsSqlReportLifecycleState.
-