Uses of Class
org.apache.olingo.odata2.core.commons.ContentType.ODataFormat
-
Packages that use ContentType.ODataFormat Package Description org.apache.olingo.odata2.core.commons org.apache.olingo.odata2.core.ep -
-
Uses of ContentType.ODataFormat in org.apache.olingo.odata2.core.commons
Methods in org.apache.olingo.odata2.core.commons that return ContentType.ODataFormat Modifier and Type Method Description ContentType.ODataFormatContentType. getODataFormat()static ContentType.ODataFormatContentType.ODataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentType.ODataFormat[]ContentType.ODataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContentType.ODataFormat in org.apache.olingo.odata2.core.ep
Constructors in org.apache.olingo.odata2.core.ep with parameters of type ContentType.ODataFormat Constructor Description AtomEntityProvider(ContentType.ODataFormat odataFormat)
-