Uses of Enum
com.microsoft.graph.models.CallDirection
Packages that use CallDirection
-
Uses of CallDirection in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CallDirectionModifier and TypeMethodDescriptionstatic CallDirectionCall.getDirection()Gets the direction property value.static CallDirectionReturns the enum constant of this type with the specified name.static CallDirection[]CallDirection.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 CallDirectionModifier and TypeMethodDescriptionvoidCall.setDirection(CallDirection value) Sets the direction property value.