Uses of Class
org.odata4j.internal.FeedCustomizationMapping

Packages that use FeedCustomizationMapping
org.odata4j.consumer   
org.odata4j.internal   
 

Uses of FeedCustomizationMapping in org.odata4j.consumer
 

Constructors in org.odata4j.consumer with parameters of type FeedCustomizationMapping
OCreateImpl(ODataClient client, String serviceRootUri, String entitySetName, FeedCustomizationMapping fcMapping)
           
OEntityRefImpl(boolean isDelete, ODataClient client, Class<T> entityType, String serviceRootUri, String entitySetName, Object[] key, FeedCustomizationMapping fcMapping)
           
OQueryImpl(ODataClient client, Class<T> entityType, String serviceRootUri, String entitySetName, FeedCustomizationMapping fcMapping)
           
 

Uses of FeedCustomizationMapping in org.odata4j.internal
 

Methods in org.odata4j.internal with parameters of type FeedCustomizationMapping
static
<T> T
InternalUtil.toEntity(Class<T> entityType, AtomFeedFormatParser.DataServicesAtomEntry dsae, FeedCustomizationMapping fcMapping)
           
static OEntity InternalUtil.toOEntity(AtomFeedFormatParser.DataServicesAtomEntry dsae, FeedCustomizationMapping mapping)
           
 



http://odata4j.org