Class CertificateDeactivatePageResponse
-
- All Implemented Interfaces:
public final class CertificateDeactivatePageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCertificateDeactivatePageResponse.BuilderA builder for CertificateDeactivatePageResponse.
-
Method Summary
Modifier and Type Method Description final List<CertificateDeactivateResponse>data()final JsonValue_object_()The organization certificate deactivation result type. final JsonField<List<CertificateDeactivateResponse>>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final CertificateDeactivatePageResponse.BuildertoBuilder()final CertificateDeactivatePageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CertificateDeactivatePageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CertificateDeactivatePageResponse. -
-
Method Detail
-
data
final List<CertificateDeactivateResponse> data()
-
_object_
final JsonValue _object_()
The organization certificate deactivation result type.
Expected to always return the following:
JsonValue.from("organization.certificate.deactivation")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_data
final JsonField<List<CertificateDeactivateResponse>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CertificateDeactivatePageResponse.Builder toBuilder()
-
validate
final CertificateDeactivatePageResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static CertificateDeactivatePageResponse.Builder builder()
Returns a mutable builder for constructing an instance of CertificateDeactivatePageResponse.
The following fields are required:
.data()
-
-
-
-