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