Class AuditLogListResponse.Actor.Session.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.Actor.Session.BuilderA builder for Session.
-
-
Method Summary
-
-
Method Detail
-
ipAddress
final AuditLogListResponse.Actor.Session.Builder ipAddress(String ipAddress)
The IP address from which the action was performed.
-
ipAddress
final AuditLogListResponse.Actor.Session.Builder ipAddress(JsonField<String> ipAddress)
Sets Builder.ipAddress to an arbitrary JSON value.
You should usually call Builder.ipAddress with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
user
final AuditLogListResponse.Actor.Session.Builder user(AuditLogListResponse.Actor.Session.User user)
The user who performed the audit logged action.
-
user
final AuditLogListResponse.Actor.Session.Builder user(JsonField<AuditLogListResponse.Actor.Session.User> user)
Sets Builder.user to an arbitrary JSON value.
You should usually call Builder.user with a well-typed User value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.Actor.Session.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.Actor.Session.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.Actor.Session.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.Actor.Session.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.Actor.Session.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.Actor.Session build()
Returns an immutable instance of Session.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-