Class UpdateSettingsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_policy_management.v1.model.UpdateSettingsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateSettingsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateSettings options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateSettingsOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
acceptLanguage()
Gets the acceptLanguage.java.lang.String
accountId()
Gets the accountId.ExternalAccountIdentityInteractionPatch
externalAccountIdentityInteraction()
Gets the externalAccountIdentityInteraction.java.lang.String
ifMatch()
Gets the ifMatch.UpdateSettingsOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateSettingsOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateSettingsOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. The account GUID that the settings belong to.- Returns:
- the accountId
-
ifMatch
public java.lang.String ifMatch()
Gets the ifMatch. The revision number for updating Access Management Account Settings and must match the Etag value of the existing Access Management Account Settings. The Etag can be retrieved using the GET /v1/accounts/{account_id}/settings/access_management API and looking at the Etag response header.- Returns:
- the ifMatch
-
externalAccountIdentityInteraction
public ExternalAccountIdentityInteractionPatch externalAccountIdentityInteraction()
Gets the externalAccountIdentityInteraction. Update to how external accounts can interact in relation to the requested account.- Returns:
- the externalAccountIdentityInteraction
-
acceptLanguage
public java.lang.String acceptLanguage()
Gets the acceptLanguage. Language code for translations * `default` - English * `de` - German (Standard) * `en` - English * `es` - Spanish (Spain) * `fr` - French (Standard) * `it` - Italian (Standard) * `ja` - Japanese * `ko` - Korean * `pt-br` - Portuguese (Brazil) * `zh-cn` - Chinese (Simplified, PRC) * `zh-tw` - (Chinese, Taiwan).- Returns:
- the acceptLanguage
-
-