Class VerificationEventResponseAction
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,VerificationEventResponseAction>
com.sinch.sdk.domains.verification.models.v1.webhooks.VerificationEventResponseAction
public class VerificationEventResponseAction
extends EnumDynamic<String,VerificationEventResponseAction>
Determines whether the verification can be executed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VerificationEventResponseAction
Verification allowedstatic final VerificationEventResponseAction
Verification denied -
Method Summary
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
ALLOW
Verification allowed -
DENY
Verification denied
-
-
Method Details
-
values
-
from
-
valueOf
-