Class VerificationCheckResponse
-
- All Implemented Interfaces:
public final class VerificationCheckResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
VerificationCheckResponse.Builder
A builder for VerificationCheckResponse.
public final class
VerificationCheckResponse.Status
The status of the check.
public final class
VerificationCheckResponse.Metadata
The metadata for this verification.
-
Method Summary
-
-
Method Detail
-
status
final VerificationCheckResponse.Status status()
The status of the check.
-
metadata
final Optional<VerificationCheckResponse.Metadata> metadata()
The metadata for this verification.
-
_status
final JsonField<VerificationCheckResponse.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_metadata
final JsonField<VerificationCheckResponse.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_requestId
final JsonField<String> _requestId()
Returns the raw JSON value of requestId.
Unlike requestId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VerificationCheckResponse.Builder toBuilder()
-
validate
final VerificationCheckResponse validate()
-
builder
final static VerificationCheckResponse.Builder builder()
Returns a mutable builder for constructing an instance of VerificationCheckResponse.
The following fields are required:
.status()
-
-
-
-