Uses of Class
com.oracle.bmc.iot.model.DigitalTwinRelationshipCollection
-
Packages that use DigitalTwinRelationshipCollection Package Description com.oracle.bmc.iot.model com.oracle.bmc.iot.responses -
-
Uses of DigitalTwinRelationshipCollection in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return DigitalTwinRelationshipCollection Modifier and Type Method Description DigitalTwinRelationshipCollection
DigitalTwinRelationshipCollection.Builder. build()
Methods in com.oracle.bmc.iot.model with parameters of type DigitalTwinRelationshipCollection Modifier and Type Method Description DigitalTwinRelationshipCollection.Builder
DigitalTwinRelationshipCollection.Builder. copy(DigitalTwinRelationshipCollection model)
-
Uses of DigitalTwinRelationshipCollection in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return DigitalTwinRelationshipCollection Modifier and Type Method Description DigitalTwinRelationshipCollection
ListDigitalTwinRelationshipsResponse. getDigitalTwinRelationshipCollection()
The returned DigitalTwinRelationshipCollection instance.Methods in com.oracle.bmc.iot.responses with parameters of type DigitalTwinRelationshipCollection Modifier and Type Method Description ListDigitalTwinRelationshipsResponse.Builder
ListDigitalTwinRelationshipsResponse.Builder. digitalTwinRelationshipCollection(DigitalTwinRelationshipCollection digitalTwinRelationshipCollection)
The returned DigitalTwinRelationshipCollection instance.
-