Uses of Class
com.oracle.bmc.dataintegration.model.ChildReference.Type
-
Packages that use ChildReference.Type Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ChildReference.Type in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ChildReference.Type Modifier and Type Method Description static ChildReference.TypeChildReference.Type. create(String key)ChildReference.TypeChildReference. getType()The type of the reference object.static ChildReference.TypeChildReference.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ChildReference.Type[]ChildReference.Type. 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 ChildReference.Type Modifier and Type Method Description ChildReference.BuilderChildReference.Builder. type(ChildReference.Type type)The type of the reference object.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ChildReference.Type Constructor Description ChildReference(String key, String name, String identifier, String identifierPath, String description, ChildReference.Type type, Object targetObject, String aggregatorKey, List<ReferenceUsedBy> usedBy)Deprecated.
-