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