Class UpdatePreferenceOnScopeAccountOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class UpdatePreferenceOnScopeAccountOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The updatePreferenceOnScopeAccount options.
    • Method Detail

      • accountId

        public java.lang.String accountId()
        Gets the accountId. Account id to update preference for.
        Returns:
        the accountId
      • iamId

        public java.lang.String iamId()
        Gets the iamId. IAM id to update the preference for.
        Returns:
        the iamId
      • service

        public java.lang.String service()
        Gets the service. Service of the preference to be updated.
        Returns:
        the service
      • preferenceId

        public java.lang.String preferenceId()
        Gets the preferenceId. Identifier of preference to be updated.
        Returns:
        the preferenceId
      • valueString

        public java.lang.String valueString()
        Gets the valueString. contains a string value of the preference. only one value property is set, either 'value_string' or 'value_list_of_strings' is present.
        Returns:
        the valueString
      • valueListOfStrings

        public java.util.List<java.lang.String> valueListOfStrings()
        Gets the valueListOfStrings. contains a list of string values of the preference. only one value property is set, either 'value_string' or 'value_list_of_strings' is present.
        Returns:
        the valueListOfStrings