Class AuditLogListResponse.ServiceAccountUpdated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ServiceAccountUpdatedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.ServiceAccountUpdated.BuilderA builder for ServiceAccountUpdated.
public final classAuditLogListResponse.ServiceAccountUpdated.ChangesRequestedThe payload used to updated the service account.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The service account ID. final Optional<AuditLogListResponse.ServiceAccountUpdated.ChangesRequested>changesRequested()The payload used to updated the service account. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<AuditLogListResponse.ServiceAccountUpdated.ChangesRequested>_changesRequested()Returns the raw JSON value of changesRequested. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.ServiceAccountUpdated.BuildertoBuilder()final AuditLogListResponse.ServiceAccountUpdatedvalidate()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.ServiceAccountUpdated.Builderbuilder()Returns a mutable builder for constructing an instance of ServiceAccountUpdated. -
-
Method Detail
-
changesRequested
final Optional<AuditLogListResponse.ServiceAccountUpdated.ChangesRequested> changesRequested()
The payload used to updated the service account.
-
_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.ServiceAccountUpdated.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.ServiceAccountUpdated.Builder toBuilder()
-
validate
final AuditLogListResponse.ServiceAccountUpdated 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.ServiceAccountUpdated.Builder builder()
Returns a mutable builder for constructing an instance of ServiceAccountUpdated.
-
-
-
-