Uses of Class
io.mosip.kernel.websub.api.constants.HubMode
-
Packages that use HubMode Package Description io.mosip.kernel.websub.api.constants -
-
Uses of HubMode in io.mosip.kernel.websub.api.constants
Methods in io.mosip.kernel.websub.api.constants that return HubMode Modifier and Type Method Description static HubModeHubMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HubMode[]HubMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-