Uses of Class
odata.msgraph.client.beta.callRecords.enums.MediaStreamDirection
-
Packages that use MediaStreamDirection Package Description odata.msgraph.client.beta.callRecords.complex odata.msgraph.client.beta.callRecords.enums -
-
Uses of MediaStreamDirection in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex declared as MediaStreamDirection Modifier and Type Field Description protected MediaStreamDirectionMediaStream. streamDirectionMethods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type MediaStreamDirection Modifier and Type Method Description Optional<MediaStreamDirection>MediaStream. getStreamDirection()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type MediaStreamDirection Modifier and Type Method Description MediaStream.BuilderMediaStream.Builder. streamDirection(MediaStreamDirection streamDirection)MediaStreamMediaStream. withStreamDirection(MediaStreamDirection streamDirection) -
Uses of MediaStreamDirection in odata.msgraph.client.beta.callRecords.enums
Methods in odata.msgraph.client.beta.callRecords.enums that return MediaStreamDirection Modifier and Type Method Description static MediaStreamDirectionMediaStreamDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaStreamDirection[]MediaStreamDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-