Uses of Class
io.getlime.security.powerauth.rest.api.model.entity.ActivationType
| Package | Description |
|---|---|
| io.getlime.security.powerauth.rest.api.model.entity | |
| io.getlime.security.powerauth.rest.api.model.request.v3 |
-
Uses of ActivationType in io.getlime.security.powerauth.rest.api.model.entity
Methods in io.getlime.security.powerauth.rest.api.model.entity that return ActivationType Modifier and Type Method Description static ActivationTypeActivationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActivationType[]ActivationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActivationType in io.getlime.security.powerauth.rest.api.model.request.v3
Methods in io.getlime.security.powerauth.rest.api.model.request.v3 that return ActivationType Modifier and Type Method Description ActivationTypeActivationLayer1Request. getType()Get activation type.Methods in io.getlime.security.powerauth.rest.api.model.request.v3 with parameters of type ActivationType Modifier and Type Method Description voidActivationLayer1Request. setType(ActivationType type)Set activation type.