Uses of Class
com.oracle.bmc.aivision.model.StreamGroupOverlap
-
Packages that use StreamGroupOverlap Package Description com.oracle.bmc.aivision.model -
-
Uses of StreamGroupOverlap in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return StreamGroupOverlap Modifier and Type Method Description StreamGroupOverlap
StreamGroupOverlap.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type StreamGroupOverlap Modifier and Type Method Description List<StreamGroupOverlap>
CreateStreamGroupDetails. getStreamOverlaps()
List of streamSource OCIDs where the streamSource overlaps in field of view.List<StreamGroupOverlap>
StreamGroup. getStreamOverlaps()
List of streamSource OCIDs where the streamSource overlaps in field of view.List<StreamGroupOverlap>
StreamGroupSummary. getStreamOverlaps()
List of streamSource OCIDs where the streamSource overlaps in field of view.List<StreamGroupOverlap>
UpdateStreamGroupDetails. getStreamOverlaps()
List of streamSource OCIDs where the streamSource overlaps in field of view.Methods in com.oracle.bmc.aivision.model with parameters of type StreamGroupOverlap Modifier and Type Method Description StreamGroupOverlap.Builder
StreamGroupOverlap.Builder. copy(StreamGroupOverlap model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type StreamGroupOverlap Modifier and Type Method Description CreateStreamGroupDetails.Builder
CreateStreamGroupDetails.Builder. streamOverlaps(List<StreamGroupOverlap> streamOverlaps)
List of streamSource OCIDs where the streamSource overlaps in field of view.StreamGroup.Builder
StreamGroup.Builder. streamOverlaps(List<StreamGroupOverlap> streamOverlaps)
List of streamSource OCIDs where the streamSource overlaps in field of view.StreamGroupSummary.Builder
StreamGroupSummary.Builder. streamOverlaps(List<StreamGroupOverlap> streamOverlaps)
List of streamSource OCIDs where the streamSource overlaps in field of view.UpdateStreamGroupDetails.Builder
UpdateStreamGroupDetails.Builder. streamOverlaps(List<StreamGroupOverlap> streamOverlaps)
List of streamSource OCIDs where the streamSource overlaps in field of view.
-