Class AuditLogListResponse.Actor
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ActorThe actor who performed the audit logged action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.Actor.BuilderA builder for Actor.
public final classAuditLogListResponse.Actor.ApiKeyThe API Key used to perform the audit logged action.
public final classAuditLogListResponse.Actor.SessionThe session in which the audit logged action was performed.
public final classAuditLogListResponse.Actor.TypeThe type of actor. Is either
sessionorapi_key.
-
Method Summary
Modifier and Type Method Description final Optional<AuditLogListResponse.Actor.ApiKey>apiKey()The API Key used to perform the audit logged action. final Optional<AuditLogListResponse.Actor.Session>session()The session in which the audit logged action was performed. final Optional<AuditLogListResponse.Actor.Type>type()The type of actor. final JsonField<AuditLogListResponse.Actor.ApiKey>_apiKey()Returns the raw JSON value of apiKey. final JsonField<AuditLogListResponse.Actor.Session>_session()Returns the raw JSON value of session. final JsonField<AuditLogListResponse.Actor.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.Actor.BuildertoBuilder()final AuditLogListResponse.Actorvalidate()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.Builderbuilder()Returns a mutable builder for constructing an instance of Actor. -
-
Method Detail
-
apiKey
final Optional<AuditLogListResponse.Actor.ApiKey> apiKey()
The API Key used to perform the audit logged action.
-
session
final Optional<AuditLogListResponse.Actor.Session> session()
The session in which the audit logged action was performed.
-
type
final Optional<AuditLogListResponse.Actor.Type> type()
The type of actor. Is either
sessionorapi_key.
-
_apiKey
final JsonField<AuditLogListResponse.Actor.ApiKey> _apiKey()
Returns the raw JSON value of apiKey.
Unlike apiKey, this method doesn't throw if the JSON field has an unexpected type.
-
_session
final JsonField<AuditLogListResponse.Actor.Session> _session()
Returns the raw JSON value of session.
Unlike session, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<AuditLogListResponse.Actor.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.Actor.Builder toBuilder()
-
validate
final AuditLogListResponse.Actor 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.Builder builder()
Returns a mutable builder for constructing an instance of Actor.
-
-
-
-