Uses of Class
com.oracle.bmc.aivision.model.ObjectLocation
-
Packages that use ObjectLocation Package Description com.oracle.bmc.aivision.model -
-
Uses of ObjectLocation in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return ObjectLocation Modifier and Type Method Description ObjectLocation
ObjectLocation.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type ObjectLocation Modifier and Type Method Description List<ObjectLocation>
ObjectListInlineInputLocation. getObjectLocations()
The list of ObjectLocations.Methods in com.oracle.bmc.aivision.model with parameters of type ObjectLocation Modifier and Type Method Description ObjectLocation.Builder
ObjectLocation.Builder. copy(ObjectLocation model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type ObjectLocation Modifier and Type Method Description ObjectListInlineInputLocation.Builder
ObjectListInlineInputLocation.Builder. objectLocations(List<ObjectLocation> objectLocations)
The list of ObjectLocations.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type ObjectLocation Constructor Description ObjectListInlineInputLocation(List<ObjectLocation> objectLocations)
Deprecated.
-