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