Uses of Class
com.oracle.bmc.dataintegration.model.ScopeReference.ReferenceType
-
Packages that use ScopeReference.ReferenceType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ScopeReference.ReferenceType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ScopeReference.ReferenceType Modifier and Type Method Description static ScopeReference.ReferenceTypeScopeReference.ReferenceType. create(String key)ScopeReference.ReferenceTypeScopeReference. getReferenceType()The reference type for this reference.static ScopeReference.ReferenceTypeScopeReference.ReferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScopeReference.ReferenceType[]ScopeReference.ReferenceType. 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 ScopeReference.ReferenceType Modifier and Type Method Description ScopeReference.BuilderScopeReference.Builder. referenceType(ScopeReference.ReferenceType referenceType)The reference type for this reference.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ScopeReference.ReferenceType Constructor Description ScopeReference(String referenceObject, ScopeReference.ReferenceType referenceType, String refObjectName)Deprecated.
-