Class AuditLogListResponse.ProjectUpdated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ProjectUpdatedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.ProjectUpdated.BuilderA builder for ProjectUpdated.
public final classAuditLogListResponse.ProjectUpdated.ChangesRequestedThe payload used to update the project.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The project ID. final Optional<AuditLogListResponse.ProjectUpdated.ChangesRequested>changesRequested()The payload used to update the project. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<AuditLogListResponse.ProjectUpdated.ChangesRequested>_changesRequested()Returns the raw JSON value of changesRequested. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.ProjectUpdated.BuildertoBuilder()final AuditLogListResponse.ProjectUpdatedvalidate()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.ProjectUpdated.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectUpdated. -
-
Method Detail
-
changesRequested
final Optional<AuditLogListResponse.ProjectUpdated.ChangesRequested> changesRequested()
The payload used to update 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.
-
_changesRequested
final JsonField<AuditLogListResponse.ProjectUpdated.ChangesRequested> _changesRequested()
Returns the raw JSON value of changesRequested.
Unlike changesRequested, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.ProjectUpdated.Builder toBuilder()
-
validate
final AuditLogListResponse.ProjectUpdated 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.ProjectUpdated.Builder builder()
Returns a mutable builder for constructing an instance of ProjectUpdated.
-
-
-
-