Class IdentityPreferenceResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.IdentityPreferenceResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IdentityPreferenceResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelIdentityPreferenceResponse.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccountId()Gets the accountId.java.lang.StringgetId()Gets the id.java.lang.StringgetScope()Gets the scope.java.lang.StringgetService()Gets the service.java.util.List<java.lang.String>getValueListOfStrings()Gets the valueListOfStrings.java.lang.StringgetValueString()Gets the valueString.
-
-
-
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
-
-