Uses of Class
de.dlr.proseo.ingestor.rest.model.RestParameter
Packages that use RestParameter
Package
Description
Utility classes for handling products and product files
-
Uses of RestParameter in de.dlr.proseo.ingestor.rest.model
Fields in de.dlr.proseo.ingestor.rest.model with type parameters of type RestParameterModifier and TypeFieldDescriptionprotected List<RestParameter> RestProduct.parametersA collection of mission-specific parameters for this objectMethods in de.dlr.proseo.ingestor.rest.model that return types with arguments of type RestParameterModifier and TypeMethodDescription@NotNull List<RestParameter> IngestorProduct.getParameters()Returns the parameters.@NotNull @Valid List<RestParameter> RestProduct.getParameters()Returns the parameters.Method parameters in de.dlr.proseo.ingestor.rest.model with type arguments of type RestParameterModifier and TypeMethodDescriptionvoidRestProduct.setParameters(List<RestParameter> parameters) Set the parameters.