Class 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.
    • Method Detail

      • 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