Class GetLatestProfileTemplateVersionOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetLatestProfileTemplateVersionOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetLatestProfileTemplateVersionOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getLatestProfileTemplateVersion options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetLatestProfileTemplateVersionOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanincludeHistory()Gets the includeHistory.GetLatestProfileTemplateVersionOptions.BuildernewBuilder()New builder.java.lang.StringtemplateId()Gets the templateId.
-
-
-
Method Detail
-
newBuilder
public GetLatestProfileTemplateVersionOptions.Builder newBuilder()
New builder.- Returns:
- a GetLatestProfileTemplateVersionOptions builder
-
templateId
public java.lang.String templateId()
Gets the templateId. ID of the trusted profile 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
-
-