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