Class CreateAssignmentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_access_groups.v2.model.CreateAssignmentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateAssignmentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createAssignment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateAssignmentOptions.BuilderBuilder.static interfaceCreateAssignmentOptions.TargetTypeThe type of the entity to which the template should be assigned, e.g.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateAssignmentOptions.BuildernewBuilder()New builder.java.lang.Stringtarget()Gets the target.java.lang.StringtargetType()Gets the targetType.java.lang.StringtemplateId()Gets the templateId.java.lang.StringtemplateVersion()Gets the templateVersion.java.lang.StringtransactionId()Gets the transactionId.
-
-
-
Method Detail
-
newBuilder
public CreateAssignmentOptions.Builder newBuilder()
New builder.- Returns:
- a CreateAssignmentOptions builder
-
templateId
public java.lang.String templateId()
Gets the templateId. The unique identifier of the template to be assigned.- Returns:
- the templateId
-
templateVersion
public java.lang.String templateVersion()
Gets the templateVersion. The version number of the template to be assigned.- Returns:
- the templateVersion
-
targetType
public java.lang.String targetType()
Gets the targetType. The type of the entity to which the template should be assigned, e.g. 'Account', 'AccountGroup', etc.- Returns:
- the targetType
-
target
public java.lang.String target()
Gets the target. The unique identifier of the entity to which the template should be assigned.- Returns:
- the target
-
transactionId
public java.lang.String transactionId()
Gets the transactionId. An optional transaction id for the request.- Returns:
- the transactionId
-
-