Class CommitProfileTemplateOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CommitProfileTemplateOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CommitProfileTemplateOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The commitProfileTemplate options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommitProfileTemplateOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommitProfileTemplateOptions.Builder
newBuilder()
New builder.java.lang.String
templateId()
Gets the templateId.java.lang.String
version()
Gets the version.
-
-
-
Method Detail
-
newBuilder
public CommitProfileTemplateOptions.Builder newBuilder()
New builder.- Returns:
- a CommitProfileTemplateOptions 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
-
-