Class AuditLogListResponse.Actor.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.Actor.BuilderA builder for Actor.
-
-
Method Summary
-
-
Method Detail
-
apiKey
final AuditLogListResponse.Actor.Builder apiKey(AuditLogListResponse.Actor.ApiKey apiKey)
The API Key used to perform the audit logged action.
-
apiKey
final AuditLogListResponse.Actor.Builder apiKey(JsonField<AuditLogListResponse.Actor.ApiKey> apiKey)
Sets Builder.apiKey to an arbitrary JSON value.
You should usually call Builder.apiKey with a well-typed ApiKey value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
session
final AuditLogListResponse.Actor.Builder session(AuditLogListResponse.Actor.Session session)
The session in which the audit logged action was performed.
-
session
final AuditLogListResponse.Actor.Builder session(JsonField<AuditLogListResponse.Actor.Session> session)
Sets Builder.session to an arbitrary JSON value.
You should usually call Builder.session with a well-typed Session value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final AuditLogListResponse.Actor.Builder type(AuditLogListResponse.Actor.Type type)
The type of actor. Is either
sessionorapi_key.
-
type
final AuditLogListResponse.Actor.Builder type(JsonField<AuditLogListResponse.Actor.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.Actor.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.Actor.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.Actor.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.Actor.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.Actor.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.Actor build()
Returns an immutable instance of Actor.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-