Class AuditLogListResponse.ApiKeyCreated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ApiKeyCreatedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.ApiKeyCreated.BuilderA builder for ApiKeyCreated.
public final classAuditLogListResponse.ApiKeyCreated.DataThe payload used to create the API key.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The tracking ID of the API key. final Optional<AuditLogListResponse.ApiKeyCreated.Data>data()The payload used to create the API key. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<AuditLogListResponse.ApiKeyCreated.Data>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.ApiKeyCreated.BuildertoBuilder()final AuditLogListResponse.ApiKeyCreatedvalidate()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.ApiKeyCreated.Builderbuilder()Returns a mutable builder for constructing an instance of ApiKeyCreated. -
-
Method Detail
-
data
final Optional<AuditLogListResponse.ApiKeyCreated.Data> data()
The payload used to create the API key.
-
_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.
-
_data
final JsonField<AuditLogListResponse.ApiKeyCreated.Data> _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 AuditLogListResponse.ApiKeyCreated.Builder toBuilder()
-
validate
final AuditLogListResponse.ApiKeyCreated 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.ApiKeyCreated.Builder builder()
Returns a mutable builder for constructing an instance of ApiKeyCreated.
-
-
-
-