Class AuditLogListResponse.ExternalKeyRegistered
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ExternalKeyRegisteredThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.ExternalKeyRegistered.BuilderA builder for ExternalKeyRegistered.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The ID of the external key configuration. final JsonValue_data()The configuration for the external key. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.ExternalKeyRegistered.BuildertoBuilder()final AuditLogListResponse.ExternalKeyRegisteredvalidate()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.ExternalKeyRegistered.Builderbuilder()Returns a mutable builder for constructing an instance of ExternalKeyRegistered. -
-
Method Detail
-
_data
final JsonValue _data()
The configuration for the external key.
This arbitrary value can be deserialized into a custom type using the
convertmethod:MyClass myObject = externalKeyRegistered.data().convert(MyClass.class);
-
_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 AuditLogListResponse.ExternalKeyRegistered.Builder toBuilder()
-
validate
final AuditLogListResponse.ExternalKeyRegistered 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.ExternalKeyRegistered.Builder builder()
Returns a mutable builder for constructing an instance of ExternalKeyRegistered.
-
-
-
-