Uses of Class
odata.msgraph.client.beta.callRecords.complex.MediaStream
-
Packages that use MediaStream Package Description odata.msgraph.client.beta.callRecords.complex -
-
Uses of MediaStream in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex with type parameters of type MediaStream Modifier and Type Field Description protected List<MediaStream>Media. streamsMethods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type MediaStream Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MediaStream>Media. getStreams()com.github.davidmoten.odata.client.CollectionPage<MediaStream>Media. getStreams(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type MediaStream Modifier and Type Method Description Media.BuilderMedia.Builder. streams(MediaStream... streams)Method parameters in odata.msgraph.client.beta.callRecords.complex with type arguments of type MediaStream Modifier and Type Method Description Media.BuilderMedia.Builder. streams(List<MediaStream> streams)
-