Class AuditLogListResponse.CertificatesDeactivated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.CertificatesDeactivatedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.CertificatesDeactivated.BuilderA builder for CertificatesDeactivated.
public final classAuditLogListResponse.CertificatesDeactivated.Certificate
-
Method Summary
Modifier and Type Method Description final Optional<List<AuditLogListResponse.CertificatesDeactivated.Certificate>>certificates()final JsonField<List<AuditLogListResponse.CertificatesDeactivated.Certificate>>_certificates()Returns the raw JSON value of certificates. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.CertificatesDeactivated.BuildertoBuilder()final AuditLogListResponse.CertificatesDeactivatedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditLogListResponse.CertificatesDeactivated.Builderbuilder()Returns a mutable builder for constructing an instance of CertificatesDeactivated. -
-
Method Detail
-
certificates
final Optional<List<AuditLogListResponse.CertificatesDeactivated.Certificate>> certificates()
-
_certificates
final JsonField<List<AuditLogListResponse.CertificatesDeactivated.Certificate>> _certificates()
Returns the raw JSON value of certificates.
Unlike certificates, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.CertificatesDeactivated.Builder toBuilder()
-
validate
final AuditLogListResponse.CertificatesDeactivated 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 AuditLogListResponse.CertificatesDeactivated.Builder builder()
Returns a mutable builder for constructing an instance of CertificatesDeactivated.
-
-
-
-