Uses of Class
com.oracle.bmc.psql.model.InsightDataContract.Kind
-
Packages that use InsightDataContract.Kind Package Description com.oracle.bmc.psql.model -
-
Uses of InsightDataContract.Kind in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return InsightDataContract.Kind Modifier and Type Method Description static InsightDataContract.KindInsightDataContract.Kind. create(String key)InsightDataContract.KindInsightDataContract. getKind()Indicates the structure of the insight data payload.static InsightDataContract.KindInsightDataContract.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static InsightDataContract.Kind[]InsightDataContract.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.psql.model with parameters of type InsightDataContract.Kind Modifier and Type Method Description InsightDataContract.BuilderInsightDataContract.Builder. kind(InsightDataContract.Kind kind)Indicates the structure of the insight data payload.Constructors in com.oracle.bmc.psql.model with parameters of type InsightDataContract.Kind Constructor Description InsightDataContract(InsightDataContract.Kind kind, String unit)Deprecated.
-