Class AuditLogListResponse.Actor.ApiKey.User
-
- All Implemented Interfaces:
public final class AuditLogListResponse.Actor.ApiKey.UserThe user who performed the audit logged action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.Actor.ApiKey.User.BuilderA builder for User.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The user id. final Optional<String>email()The user email. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_email()Returns the raw JSON value of email. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.Actor.ApiKey.User.BuildertoBuilder()final AuditLogListResponse.Actor.ApiKey.Uservalidate()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.Actor.ApiKey.User.Builderbuilder()Returns a mutable builder for constructing an instance of User. -
-
Method Detail
-
_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.
-
_email
final JsonField<String> _email()
Returns the raw JSON value of email.
Unlike email, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.Actor.ApiKey.User.Builder toBuilder()
-
validate
final AuditLogListResponse.Actor.ApiKey.User 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.Actor.ApiKey.User.Builder builder()
Returns a mutable builder for constructing an instance of User.
-
-
-
-