Uses of Class
org.apache.olingo.commons.api.format.AcceptType
Packages that use AcceptType
Package
Description
Contains all the format-related objects used for the handling of
OData responses and OData requests.
-
Uses of AcceptType in org.apache.olingo.commons.api.format
Methods in org.apache.olingo.commons.api.format that return types with arguments of type AcceptTypeModifier and TypeMethodDescriptionstatic List<AcceptType>
Creates a list ofAcceptType
objects based on given input string.static List<AcceptType>
AcceptType.fromContentType
(ContentType contentType) Creates a list ofAcceptType
objects based on given content type.