Uses of Class
ru.kpekepsalt.ruvik.enums.NetworkStatus
-
Packages that use NetworkStatus Package Description ru.kpekepsalt.ruvik.dto ru.kpekepsalt.ruvik.enums -
-
Uses of NetworkStatus in ru.kpekepsalt.ruvik.dto
Methods in ru.kpekepsalt.ruvik.dto that return NetworkStatus Modifier and Type Method Description NetworkStatusNetworkMessageDto. getNetworkStatus()Methods in ru.kpekepsalt.ruvik.dto with parameters of type NetworkStatus Modifier and Type Method Description voidNetworkMessageDto. setNetworkStatus(NetworkStatus networkStatus) -
Uses of NetworkStatus in ru.kpekepsalt.ruvik.enums
Methods in ru.kpekepsalt.ruvik.enums that return NetworkStatus Modifier and Type Method Description static NetworkStatusNetworkStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkStatus[]NetworkStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-