Uses of Class
com.oracle.bmc.dataintegration.model.CompositeState.CompositeStateAggregator
-
Packages that use CompositeState.CompositeStateAggregator Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CompositeState.CompositeStateAggregator in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CompositeState.CompositeStateAggregator Modifier and Type Method Description static CompositeState.CompositeStateAggregator
CompositeState.CompositeStateAggregator. create(String key)
CompositeState.CompositeStateAggregator
CompositeState. getCompositeStateAggregator()
The type of the Composite State Aggregator.static CompositeState.CompositeStateAggregator
CompositeState.CompositeStateAggregator. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompositeState.CompositeStateAggregator[]
CompositeState.CompositeStateAggregator. 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 CompositeState.CompositeStateAggregator Modifier and Type Method Description CompositeState.Builder
CompositeState.Builder. compositeStateAggregator(CompositeState.CompositeStateAggregator compositeStateAggregator)
The type of the Composite State Aggregator.Constructors in com.oracle.bmc.dataintegration.model with parameters of type CompositeState.CompositeStateAggregator Constructor Description CompositeState(CompositeState.CompositeStateAggregator compositeStateAggregator, String key, String modelType, String modelVersion, ParentReference parentRef, String name, String identifier, String description, Integer objectVersion, Integer objectStatus, Map<String,State> allStatesMap, RegistryMetadata registryMetadata, ObjectMetadata metadata)
Deprecated.
-