Uses of Class
com.oracle.bmc.dataintegration.model.ReferenceUsedBy
-
Packages that use ReferenceUsedBy Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ReferenceUsedBy in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ReferenceUsedBy Modifier and Type Method Description ReferenceUsedBy
ReferenceUsedBy.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ReferenceUsedBy Modifier and Type Method Description List<ReferenceUsedBy>
ChildReference. getUsedBy()
List of published objects where this is used.List<ReferenceUsedBy>
Reference. getUsedBy()
List of published objects where this is used.List<ReferenceUsedBy>
ReferenceSummary. getUsedBy()
List of published objects where this is used.Methods in com.oracle.bmc.dataintegration.model with parameters of type ReferenceUsedBy Modifier and Type Method Description ReferenceUsedBy.Builder
ReferenceUsedBy.Builder. copy(ReferenceUsedBy model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ReferenceUsedBy Modifier and Type Method Description ChildReference.Builder
ChildReference.Builder. usedBy(List<ReferenceUsedBy> usedBy)
List of published objects where this is used.Reference.Builder
Reference.Builder. usedBy(List<ReferenceUsedBy> usedBy)
List of published objects where this is used.ReferenceSummary.Builder
ReferenceSummary.Builder. usedBy(List<ReferenceUsedBy> usedBy)
List of published objects where this is used.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type ReferenceUsedBy Constructor Description ChildReference(String key, String name, String identifier, String identifierPath, String description, ChildReference.Type type, Object targetObject, String aggregatorKey, List<ReferenceUsedBy> usedBy)
Deprecated.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.ReferenceSummary(String key, String name, String identifier, String identifierPath, String description, ReferenceSummary.Type type, Object targetObject, String aggregatorKey, List<ReferenceUsedBy> usedBy, List<ChildReference> childReferences)
Deprecated.
-