Class DeleteProfileTemplateVersionOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.DeleteProfileTemplateVersionOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteProfileTemplateVersionOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteProfileTemplateVersion options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteProfileTemplateVersionOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteProfileTemplateVersionOptions.BuildernewBuilder()New builder.java.lang.StringtemplateId()Gets the templateId.java.lang.Stringversion()Gets the version.
-
-
-
Method Detail
-
newBuilder
public DeleteProfileTemplateVersionOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteProfileTemplateVersionOptions builder
-
templateId
public java.lang.String templateId()
Gets the templateId. ID of the trusted profile template.- Returns:
- the templateId
-
version
public java.lang.String version()
Gets the version. Version of the Profile Template.- Returns:
- the version
-
-