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