Class IdentityPreferenceResponse

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

    public class IdentityPreferenceResponse
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    IdentityPreferenceResponse.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccountId()
      Gets the accountId.
      java.lang.String getId()
      Gets the id.
      java.lang.String getScope()
      Gets the scope.
      java.lang.String getService()
      Gets the service.
      java.util.List<java.lang.String> getValueListOfStrings()
      Gets the valueListOfStrings.
      java.lang.String getValueString()
      Gets the valueString.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getService

        public java.lang.String getService()
        Gets the service. Service of the preference.
        Returns:
        the service
      • getId

        public java.lang.String getId()
        Gets the id. Unique ID of the preference.
        Returns:
        the id
      • getAccountId

        public java.lang.String getAccountId()
        Gets the accountId. Account ID of the preference, only present for scope 'account'.
        Returns:
        the accountId
      • getScope

        public java.lang.String getScope()
        Gets the scope. Scope of the preference, 'global' or 'account'.
        Returns:
        the scope
      • getValueString

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

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