Class UpdateAccountSettingsTemplateVersionOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.UpdateAccountSettingsTemplateVersionOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateAccountSettingsTemplateVersionOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateAccountSettingsTemplateVersion options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateAccountSettingsTemplateVersionOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.AccountSettingsComponentaccountSettings()Gets the accountSettings.java.lang.Stringdescription()Gets the description.java.lang.StringifMatch()Gets the ifMatch.java.lang.Stringname()Gets the name.UpdateAccountSettingsTemplateVersionOptions.BuildernewBuilder()New builder.java.lang.StringtemplateId()Gets the templateId.java.lang.Stringversion()Gets the version.
-
-
-
Method Detail
-
newBuilder
public UpdateAccountSettingsTemplateVersionOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateAccountSettingsTemplateVersionOptions builder
-
ifMatch
public java.lang.String ifMatch()
Gets the ifMatch. Entity tag of the Template to be updated. Specify the tag that you retrieved when reading the account settings template. This value helps identifying parallel usage of this API. Pass * to indicate to update any version available. This might result in stale updates.- Returns:
- the ifMatch
-
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
-
accountId
public java.lang.String accountId()
Gets the accountId. ID of the account where the template resides.- Returns:
- the accountId
-
name
public java.lang.String name()
Gets the name. The name of the trusted profile template. This is visible only in the enterprise account.- Returns:
- the name
-
description
public java.lang.String description()
Gets the description. The description of the trusted profile template. Describe the template for enterprise account users.- Returns:
- the description
-
accountSettings
public AccountSettingsComponent accountSettings()
Gets the accountSettings.- Returns:
- the accountSettings
-
-