All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tsugi.lti13.objects.BasicOutcome Maven / Gradle / Ivy

There is a newer version: 23.3
Show newest version
package org.tsugi.lti13.objects;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;

@JsonSerialize(include = JsonSerialize.Inclusion.NON_NULL)
/*
    "https://purl.imsglobal.org/spec/lti/claim/context": {
        "id": "6",
        "label": "12345",
        "title": "qwertyuio",
        "type": [
            "0987654321"
        ]
    },
 */
public class BasicOutcome extends org.tsugi.jackson.objects.JacksonBase {

	@JsonProperty("lis_result_sourcedid")
	public String lis_result_sourcedid;
	@JsonProperty("lis_outcome_service_url")
	public String lis_outcome_service_url;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy