Uses of Class
com.oracle.bmc.datasafe.model.ReferentialRelationSummary
-
Packages that use ReferentialRelationSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of ReferentialRelationSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type ReferentialRelationSummary Modifier and Type Method Description Iterable<ReferentialRelationSummary>
DataSafePaginators. listReferentialRelationsRecordIterator(ListReferentialRelationsRequest request)
Creates a new iterable which will iterate over theReferentialRelationSummary
objects contained in responses from the listReferentialRelations operation. -
Uses of ReferentialRelationSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ReferentialRelationSummary Modifier and Type Method Description ReferentialRelationSummary
ReferentialRelationSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type ReferentialRelationSummary Modifier and Type Method Description List<ReferentialRelationSummary>
ReferentialRelationCollection. getItems()
An array of referential relation summary objects.Methods in com.oracle.bmc.datasafe.model with parameters of type ReferentialRelationSummary Modifier and Type Method Description ReferentialRelationSummary.Builder
ReferentialRelationSummary.Builder. copy(ReferentialRelationSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type ReferentialRelationSummary Modifier and Type Method Description ReferentialRelationCollection.Builder
ReferentialRelationCollection.Builder. items(List<ReferentialRelationSummary> items)
An array of referential relation summary objects.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type ReferentialRelationSummary Constructor Description ReferentialRelationCollection(List<ReferentialRelationSummary> items)
Deprecated.
-