Uses of Class
io.getlime.powerauth.soap.v3.ActivationStatus
-
Packages that use ActivationStatus Package Description io.getlime.powerauth.soap.v3 -
-
Uses of ActivationStatus in io.getlime.powerauth.soap.v3
Fields in io.getlime.powerauth.soap.v3 declared as ActivationStatus Modifier and Type Field Description protected ActivationStatusActivationHistoryResponse.Items. activationStatusprotected ActivationStatusBlockActivationResponse. activationStatusprotected ActivationStatusGetActivationListForUserResponse.Activations. activationStatusprotected ActivationStatusGetActivationStatusResponse. activationStatusprotected ActivationStatusSignatureAuditResponse.Items. activationStatusprotected ActivationStatusUnblockActivationResponse. activationStatusprotected ActivationStatusVerifyOfflineSignatureResponse. activationStatusprotected ActivationStatusVerifySignatureResponse. activationStatusMethods in io.getlime.powerauth.soap.v3 that return ActivationStatus Modifier and Type Method Description static ActivationStatusActivationStatus. fromValue(java.lang.String v)ActivationStatusActivationHistoryResponse.Items. getActivationStatus()Gets the value of the activationStatus property.ActivationStatusBlockActivationResponse. getActivationStatus()Gets the value of the activationStatus property.ActivationStatusGetActivationListForUserResponse.Activations. getActivationStatus()Gets the value of the activationStatus property.ActivationStatusGetActivationStatusResponse. getActivationStatus()Gets the value of the activationStatus property.ActivationStatusSignatureAuditResponse.Items. getActivationStatus()Gets the value of the activationStatus property.ActivationStatusUnblockActivationResponse. getActivationStatus()Gets the value of the activationStatus property.ActivationStatusVerifyOfflineSignatureResponse. getActivationStatus()Gets the value of the activationStatus property.ActivationStatusVerifySignatureResponse. getActivationStatus()Gets the value of the activationStatus property.static ActivationStatusActivationStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActivationStatus[]ActivationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.getlime.powerauth.soap.v3 with parameters of type ActivationStatus Modifier and Type Method Description voidActivationHistoryResponse.Items. setActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidBlockActivationResponse. setActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidGetActivationListForUserResponse.Activations. setActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidGetActivationStatusResponse. setActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidSignatureAuditResponse.Items. setActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidUnblockActivationResponse. setActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidVerifyOfflineSignatureResponse. setActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidVerifySignatureResponse. setActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.
-