Uses of Class
com.oracle.bmc.dataintegration.model.ChildReference
-
Packages that use ChildReference Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ChildReference in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ChildReference Modifier and Type Method Description ChildReference
ChildReference.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ChildReference Modifier and Type Method Description List<ChildReference>
Reference. getChildReferences()
List of references that are dependent on this reference.List<ChildReference>
ReferenceSummary. getChildReferences()
List of references that are dependent on this reference.Methods in com.oracle.bmc.dataintegration.model with parameters of type ChildReference Modifier and Type Method Description ChildReference.Builder
ChildReference.Builder. copy(ChildReference model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ChildReference Modifier and Type Method Description Reference.Builder
Reference.Builder. childReferences(List<ChildReference> childReferences)
List of references that are dependent on this reference.ReferenceSummary.Builder
ReferenceSummary.Builder. childReferences(List<ChildReference> childReferences)
List of references that are dependent on this reference.
-