Class LmsCreateAssignmentRequestDto.Builder

    • Method Detail

      • passthrough

        public LmsCreateAssignmentRequestDto.Builder passthrough​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough)
        Value to pass through to the provider
      • externalReference

        @Deprecated
        public LmsCreateAssignmentRequestDto.Builder externalReference​(java.lang.String externalReference)
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
        The external reference associated with this assignment
      • externalReference

        @Deprecated
        public LmsCreateAssignmentRequestDto.Builder externalReference​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
        The external reference associated with this assignment
      • learningObjectId

        public LmsCreateAssignmentRequestDto.Builder learningObjectId​(java.lang.String learningObjectId)
        The learning_object_id associated with this assignment. This is not required unless specified in an integration.
      • learningObjectId

        public LmsCreateAssignmentRequestDto.Builder learningObjectId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectId)
        The learning_object_id associated with this assignment. This is not required unless specified in an integration.
      • learningObjectExternalReference

        public LmsCreateAssignmentRequestDto.Builder learningObjectExternalReference​(java.lang.String learningObjectExternalReference)
        The external reference of the learning object associated with this assignment, this is the main identifier for creating assignments.
      • learningObjectExternalReference

        public LmsCreateAssignmentRequestDto.Builder learningObjectExternalReference​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> learningObjectExternalReference)
        The external reference of the learning object associated with this assignment, this is the main identifier for creating assignments.
      • progress

        public LmsCreateAssignmentRequestDto.Builder progress​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> progress)
        The progress associated with this assigment
      • dueDate

        public LmsCreateAssignmentRequestDto.Builder dueDate​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> dueDate)
        The date the assignment is due to be completed