Class CreateAssignmentOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CreateAssignmentOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createAssignment options.
    • Method Detail

      • 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