Uses of Class
io.getlime.powerauth.soap.v3.CreateApplicationVersionResponse
-
Packages that use CreateApplicationVersionResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of CreateApplicationVersionResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 that return CreateApplicationVersionResponse Modifier and Type Method Description CreateApplicationVersionResponseObjectFactory. createCreateApplicationVersionResponse()Create an instance ofCreateApplicationVersionResponse -
Uses of CreateApplicationVersionResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return CreateApplicationVersionResponse Modifier and Type Method Description CreateApplicationVersionResponsePowerAuthServiceClient. createApplicationVersion(CreateApplicationVersionRequest request)Create a version with a given name for an application with given ID.CreateApplicationVersionResponsePowerAuthServiceClient. createApplicationVersion(java.lang.Long applicationId, java.lang.String versionName)Create a version with a given name for an application with given ID.
-