Uses of Class
odata.msgraph.client.beta.callRecords.complex.Media
-
Packages that use Media Package Description odata.msgraph.client.beta.callRecords.complex odata.msgraph.client.beta.callRecords.entity -
-
Uses of Media in odata.msgraph.client.beta.callRecords.complex
Methods in odata.msgraph.client.beta.callRecords.complex that return Media Modifier and Type Method Description MediaMedia.Builder. build()MediaMedia. withCalleeDevice(DeviceInfo calleeDevice)MediaMedia. withCalleeNetwork(NetworkInfo calleeNetwork)MediaMedia. withCallerDevice(DeviceInfo callerDevice)MediaMedia. withCallerNetwork(NetworkInfo callerNetwork)MediaMedia. withLabel(String label)MediaMedia. withUnmappedField(String name, String value) -
Uses of Media in odata.msgraph.client.beta.callRecords.entity
Fields in odata.msgraph.client.beta.callRecords.entity with type parameters of type Media Modifier and Type Field Description protected List<Media>Segment. mediaMethods in odata.msgraph.client.beta.callRecords.entity that return types with arguments of type Media Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Media>Segment. getMedia()com.github.davidmoten.odata.client.CollectionPage<Media>Segment. getMedia(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.callRecords.entity with parameters of type Media Modifier and Type Method Description Segment.BuilderSegment.Builder. media(Media... media)Method parameters in odata.msgraph.client.beta.callRecords.entity with type arguments of type Media Modifier and Type Method Description Segment.BuilderSegment.Builder. media(List<Media> media)SegmentSegment. withMedia(List<Media> media)
-