Class UpdateAccountSettingsAssignmentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.UpdateAccountSettingsAssignmentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateAccountSettingsAssignmentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateAccountSettingsAssignment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateAccountSettingsAssignmentOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringassignmentId()Gets the assignmentId.java.lang.StringifMatch()Gets the ifMatch.UpdateAccountSettingsAssignmentOptions.BuildernewBuilder()New builder.java.lang.LongtemplateVersion()Gets the templateVersion.
-
-
-
Method Detail
-
newBuilder
public UpdateAccountSettingsAssignmentOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateAccountSettingsAssignmentOptions builder
-
assignmentId
public java.lang.String assignmentId()
Gets the assignmentId. ID of the Assignment Record.- Returns:
- the assignmentId
-
ifMatch
public java.lang.String ifMatch()
Gets the ifMatch. Version of the assignment to be updated. Specify the version that you retrieved when reading the assignment. 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
-
templateVersion
public java.lang.Long templateVersion()
Gets the templateVersion. Template version to be applied to the assignment. To retry all failed assignments, provide the existing version. To migrate to a different version, provide the new version number.- Returns:
- the templateVersion
-
-