Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static CountStatisticSummary.ObjectType |
CountStatisticSummary.ObjectType.create(String key) |
CountStatisticSummary.ObjectType |
CountStatisticSummary.getObjectType()
The type of object for the count statistic object.
|
static CountStatisticSummary.ObjectType |
CountStatisticSummary.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.
|
Modifier and Type | Method and Description |
---|---|
CountStatisticSummary.Builder |
CountStatisticSummary.Builder.objectType(CountStatisticSummary.ObjectType objectType)
The type of object for the count statistic object.
|
Constructor and Description |
---|
CountStatisticSummary(CountStatisticSummary.ObjectType objectType,
Long objectCount)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.