Uses of Class
com.oracle.bmc.dataintegration.model.CountStatisticSummary.ObjectType
-
Packages that use CountStatisticSummary.ObjectType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CountStatisticSummary.ObjectType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CountStatisticSummary.ObjectType Modifier and Type Method Description static CountStatisticSummary.ObjectTypeCountStatisticSummary.ObjectType. create(String key)CountStatisticSummary.ObjectTypeCountStatisticSummary. getObjectType()The type of object for the count statistic object.static CountStatisticSummary.ObjectTypeCountStatisticSummary.ObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static CountStatisticSummary.ObjectType[]CountStatisticSummary.ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type CountStatisticSummary.ObjectType Modifier and Type Method Description CountStatisticSummary.BuilderCountStatisticSummary.Builder. objectType(CountStatisticSummary.ObjectType objectType)The type of object for the count statistic object.Constructors in com.oracle.bmc.dataintegration.model with parameters of type CountStatisticSummary.ObjectType Constructor Description CountStatisticSummary(CountStatisticSummary.ObjectType objectType, Long objectCount)Deprecated.
-