Uses of Class
io.getlime.powerauth.soap.v3.RemoveActivationResponse
-
Packages that use RemoveActivationResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of RemoveActivationResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 that return RemoveActivationResponse Modifier and Type Method Description RemoveActivationResponseObjectFactory. createRemoveActivationResponse()Create an instance ofRemoveActivationResponse -
Uses of RemoveActivationResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return RemoveActivationResponse Modifier and Type Method Description RemoveActivationResponsePowerAuthServiceClient. removeActivation(RemoveActivationRequest request)Call the removeActivation method of the PowerAuth 3.0 Server SOAP interface.RemoveActivationResponsePowerAuthServiceClient. removeActivation(java.lang.String activationId, java.lang.String externalUserId)Call the removeActivation method of the PowerAuth 3.0 Server SOAP interface.
-