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