Uses of Class
org.javastro.ivoa.entities.uws.ResultReference
Packages that use ResultReference
-
Uses of ResultReference in org.javastro.ivoa.entities.uws
Fields in org.javastro.ivoa.entities.uws with type parameters of type ResultReferenceModifier and TypeFieldDescriptionprotected List<ResultReference>Job.resultsThe results for the job - can also be retrieved at /{jobs}/{job-id}/resultsMethods in org.javastro.ivoa.entities.uws that return ResultReferenceModifier and TypeMethodDescriptionObjectFactory.createResultReference()Create an instance ofResultReferenceResultReference.withMimeType(String value) Methods in org.javastro.ivoa.entities.uws that return types with arguments of type ResultReferenceMethods in org.javastro.ivoa.entities.uws with parameters of type ResultReferenceMethod parameters in org.javastro.ivoa.entities.uws with type arguments of type ResultReferenceModifier and TypeMethodDescriptionvoidJob.setResults(List<ResultReference> results) Job.withResults(Collection<ResultReference> values) Job.withResults(List<ResultReference> results)