Project

General

Profile

« Previous | Next » 

Revision 54783

Updated docs to include software and orps

View differences:

modules/dnet-directindex-api/branches/solr75/src/main/java/eu/dnetlib/openaire/directindex/objects/ResultEntry.java
159 159
		this.accessRightCode = accessRightCode;
160 160
	}
161 161

  
162
	@ApiModelProperty(required = true, value = "Use 001 for articles, 021 for datasets. See: http://api.openaire.eu/vocabularies/dnet:publication_resource.")
162
	@ApiModelProperty(required = true, value = "Use 001 for articles, 021 for datasets, 0029 for software. See: http://api.openaire.eu/vocabularies/dnet:publication_resource for all the available resource types.")
163 163
	public String getResourceType() {
164 164
		return resourceType;
165 165
	}
......
212 212
		this.linksToProjects = linksToProjects;
213 213
	}
214 214

  
215
	@ApiModelProperty(allowableValues = "publication, dataset")
215
	@ApiModelProperty(allowableValues = "publication, dataset, software, other")
216 216
	public String getType() {
217 217
		return type;
218 218
	}

Also available in: Unified diff