Uses of Enum
com.microsoft.graph.models.MediaDirection
Packages that use MediaDirection
-
Uses of MediaDirection in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MediaDirectionModifier and TypeMethodDescriptionstatic MediaDirectionMediaStream.getDirection()Gets the direction property value.static MediaDirectionReturns the enum constant of this type with the specified name.static MediaDirection[]MediaDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type MediaDirectionModifier and TypeMethodDescriptionvoidMediaStream.setDirection(MediaDirection value) Sets the direction property value.