Uses of Class
com.oracle.bmc.oda.model.StorageLocation
-
Packages that use StorageLocation Package Description com.oracle.bmc.oda.model -
-
Uses of StorageLocation in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return StorageLocation Modifier and Type Method Description StorageLocation
StorageLocation.Builder. build()
StorageLocation
ImportBotDetails. getSource()
StorageLocation
ExportBotDetails. getTarget()
StorageLocation
ExportDigitalAssistantDetails. getTarget()
StorageLocation
ExportSkillDetails. getTarget()
Methods in com.oracle.bmc.oda.model with parameters of type StorageLocation Modifier and Type Method Description StorageLocation.Builder
StorageLocation.Builder. copy(StorageLocation model)
ImportBotDetails.Builder
ImportBotDetails.Builder. source(StorageLocation source)
ExportBotDetails.Builder
ExportBotDetails.Builder. target(StorageLocation target)
ExportDigitalAssistantDetails.Builder
ExportDigitalAssistantDetails.Builder. target(StorageLocation target)
ExportSkillDetails.Builder
ExportSkillDetails.Builder. target(StorageLocation target)
Constructors in com.oracle.bmc.oda.model with parameters of type StorageLocation Constructor Description ExportBotDetails(StorageLocation target)
Deprecated.ExportDigitalAssistantDetails(StorageLocation target)
Deprecated.ExportSkillDetails(StorageLocation target)
Deprecated.ImportBotDetails(StorageLocation source)
Deprecated.
-