Uses of Class
odata.msgraph.client.enums.ConnectionStatus
-
Packages that use ConnectionStatus Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of ConnectionStatus in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ConnectionStatus Modifier and Type Field Description protected ConnectionStatusNetworkConnection. statusMethods in odata.msgraph.client.complex that return types with arguments of type ConnectionStatus Modifier and Type Method Description Optional<ConnectionStatus>NetworkConnection. getStatus()Methods in odata.msgraph.client.complex with parameters of type ConnectionStatus Modifier and Type Method Description NetworkConnection.BuilderNetworkConnection.Builder. status(ConnectionStatus status)NetworkConnectionNetworkConnection. withStatus(ConnectionStatus status) -
Uses of ConnectionStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ConnectionStatus Modifier and Type Method Description static ConnectionStatusConnectionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionStatus[]ConnectionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-