Uses of Class
org.apache.syncope.common.keymaster.rest.api.service.NetworkServiceService.Action
-
-
Uses of NetworkServiceService.Action in org.apache.syncope.common.keymaster.rest.api.service
Methods in org.apache.syncope.common.keymaster.rest.api.service that return NetworkServiceService.Action Modifier and Type Method Description static NetworkServiceService.ActionNetworkServiceService.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkServiceService.Action[]NetworkServiceService.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.keymaster.rest.api.service with parameters of type NetworkServiceService.Action Modifier and Type Method Description voidNetworkServiceService. action(@NotNull org.apache.syncope.common.keymaster.client.api.model.NetworkService networkService, NetworkServiceService.Action action)(Un)registers the given service.
-