Class UpdatePreferenceOnScopeAccountOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.UpdatePreferenceOnScopeAccountOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdatePreferenceOnScopeAccountOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updatePreferenceOnScopeAccount options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdatePreferenceOnScopeAccountOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.StringiamId()Gets the iamId.UpdatePreferenceOnScopeAccountOptions.BuildernewBuilder()New builder.java.lang.StringpreferenceId()Gets the preferenceId.java.lang.Stringservice()Gets the service.java.util.List<java.lang.String>valueListOfStrings()Gets the valueListOfStrings.java.lang.StringvalueString()Gets the valueString.
-
-
-
Method Detail
-
newBuilder
public UpdatePreferenceOnScopeAccountOptions.Builder newBuilder()
New builder.- Returns:
- a UpdatePreferenceOnScopeAccountOptions builder
-
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
-
-