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