Uses of Enum Class
org.apache.olingo.server.api.serializer.RepresentationType
Packages that use RepresentationType
Package
Description
Olingo Server API - Serializer
-
Uses of RepresentationType in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer that return RepresentationTypeModifier and TypeMethodDescriptionstatic RepresentationTypeReturns the enum constant of this class with the specified name.static RepresentationType[]RepresentationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.server.api.serializer with parameters of type RepresentationTypeModifier and TypeMethodDescriptionCustomContentTypeSupport.modifySupportedContentTypes(List<ContentType> defaultContentTypes, RepresentationType type) Returns a list of supported content types. -
Uses of RepresentationType in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core with parameters of type RepresentationTypeModifier and TypeMethodDescriptionstatic voidContentNegotiator.checkSupport(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) static ContentTypeContentNegotiator.doContentNegotiation(FormatOption formatOption, ODataRequest request, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType) static booleanContentNegotiator.isSupported(ContentType contentType, CustomContentTypeSupport customContentTypeSupport, RepresentationType representationType)