Class GetPreferencesOnScopeAccountOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetPreferencesOnScopeAccountOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetPreferencesOnScopeAccountOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getPreferencesOnScopeAccount options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPreferencesOnScopeAccountOptions.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.GetPreferencesOnScopeAccountOptions.BuildernewBuilder()New builder.java.lang.StringpreferenceId()Gets the preferenceId.java.lang.Stringservice()Gets the service.
-
-
-
Method Detail
-
newBuilder
public GetPreferencesOnScopeAccountOptions.Builder newBuilder()
New builder.- Returns:
- a GetPreferencesOnScopeAccountOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. Account id to get preference for.- Returns:
- the accountId
-
iamId
public java.lang.String iamId()
Gets the iamId. IAM id to get the preference for.- Returns:
- the iamId
-
service
public java.lang.String service()
Gets the service. Service of the preference to be fetched.- Returns:
- the service
-
preferenceId
public java.lang.String preferenceId()
Gets the preferenceId. Identifier of preference to be fetched.- Returns:
- the preferenceId
-
-