Uses of Class
org.restlet.data.Warning
-
Packages that use Warning Package Description org.restlet Core classes of the API. -
-
Uses of Warning in org.restlet
Methods in org.restlet that return types with arguments of type Warning Modifier and Type Method Description java.util.List<Warning>
Message. getWarnings()
Returns the additional warnings information.
Note that when used with HTTP connectors, this property maps to the "Warning" headers.Method parameters in org.restlet with type arguments of type Warning Modifier and Type Method Description void
Message. setWarnings(java.util.List<Warning> warnings)
Sets the additional warnings information.
-