Class AuditLogListResponse.LogoutFailed.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.LogoutFailed.BuilderA builder for LogoutFailed.
-
-
Method Summary
-
-
Method Detail
-
errorCode
final AuditLogListResponse.LogoutFailed.Builder errorCode(String errorCode)
The error code of the failure.
-
errorCode
final AuditLogListResponse.LogoutFailed.Builder errorCode(JsonField<String> errorCode)
Sets Builder.errorCode to an arbitrary JSON value.
You should usually call Builder.errorCode with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
errorMessage
final AuditLogListResponse.LogoutFailed.Builder errorMessage(String errorMessage)
The error message of the failure.
-
errorMessage
final AuditLogListResponse.LogoutFailed.Builder errorMessage(JsonField<String> errorMessage)
Sets Builder.errorMessage to an arbitrary JSON value.
You should usually call Builder.errorMessage with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.LogoutFailed.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.LogoutFailed.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.LogoutFailed.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.LogoutFailed.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.LogoutFailed.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.LogoutFailed build()
Returns an immutable instance of LogoutFailed.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-