Class CertificateDeleteResponse
-
- All Implemented Interfaces:
public final class CertificateDeleteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCertificateDeleteResponse.BuilderA builder for CertificateDeleteResponse.
-
Method Summary
Modifier and Type Method Description final Stringid()The ID of the certificate that was deleted. final JsonValue_object_()The object type, must be certificate.deleted.final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final CertificateDeleteResponse.BuildertoBuilder()final CertificateDeleteResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CertificateDeleteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CertificateDeleteResponse. -
-
Method Detail
-
_object_
final JsonValue _object_()
The object type, must be
certificate.deleted.Expected to always return the following:
JsonValue.from("certificate.deleted")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CertificateDeleteResponse.Builder toBuilder()
-
validate
final CertificateDeleteResponse 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 CertificateDeleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of CertificateDeleteResponse.
The following fields are required:
.id()
-
-
-
-