Class GetAccountSettingsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetAccountSettingsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetAccountSettingsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getAccountSettings options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAccountSettingsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.BooleanincludeHistory()Gets the includeHistory.GetAccountSettingsOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public GetAccountSettingsOptions.Builder newBuilder()
New builder.- Returns:
- a GetAccountSettingsOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. Unique ID of the account.- Returns:
- the accountId
-
includeHistory
public java.lang.Boolean includeHistory()
Gets the includeHistory. Defines if the entity history is included in the response.- Returns:
- the includeHistory
-
-