Uses of Enum
com.microsoft.graph.models.SecurityNetworkProtocol
Packages that use SecurityNetworkProtocol
-
Uses of SecurityNetworkProtocol in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SecurityNetworkProtocolModifier and TypeMethodDescriptionstatic SecurityNetworkProtocolNetworkConnection.getProtocol()Gets the protocol property value.static SecurityNetworkProtocolReturns the enum constant of this type with the specified name.static SecurityNetworkProtocol[]SecurityNetworkProtocol.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 SecurityNetworkProtocolModifier and TypeMethodDescriptionvoidNetworkConnection.setProtocol(SecurityNetworkProtocol value) Sets the protocol property value.