Class AcceptCharset
java.lang.Object
org.apache.olingo.commons.api.format.AcceptCharset
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<AcceptCharset>
Creates a list ofAcceptCharset
objects based on given input string.getParameter
(String name) toString()
-
Method Details
-
create
Creates a list ofAcceptCharset
objects based on given input string.- Parameters:
acceptCharsets
- accept types, comma-separated, as specified for the HTTP headerAccept-Charset
- Returns:
- a list of
AcceptType
objects - Throws:
Exception
IllegalArgumentException
- if input string is not parseable
-
getCharset
-
getParameters
-
getParameter
-
getQuality
-
toString
-