Uses of Class
odata.msgraph.client.complex.MediaStream
-
Packages that use MediaStream Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of MediaStream in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return MediaStream Modifier and Type Method Description MediaStreamMediaStream.Builder. build()MediaStreamMediaStream. withDirection(MediaDirection direction)MediaStreamMediaStream. withLabel(String label)MediaStreamMediaStream. withMediaType(Modality mediaType)MediaStreamMediaStream. withServerMuted(Boolean serverMuted)MediaStreamMediaStream. withSourceId(String sourceId)MediaStreamMediaStream. withUnmappedField(String name, Object value) -
Uses of MediaStream in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type MediaStream Modifier and Type Field Description protected List<MediaStream>Participant. mediaStreamsMethods in odata.msgraph.client.entity that return types with arguments of type MediaStream Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MediaStream>Participant. getMediaStreams()com.github.davidmoten.odata.client.CollectionPage<MediaStream>Participant. getMediaStreams(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type MediaStream Modifier and Type Method Description Participant.BuilderParticipant.Builder. mediaStreams(MediaStream... mediaStreams)Method parameters in odata.msgraph.client.entity with type arguments of type MediaStream Modifier and Type Method Description Participant.BuilderParticipant.Builder. mediaStreams(List<MediaStream> mediaStreams)ParticipantParticipant. withMediaStreams(List<MediaStream> mediaStreams)
-