Uses of Class
org.apache.olingo.odata2.api.edm.provider.CustomizableFeedMappings

Packages that use CustomizableFeedMappings
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

Uses of CustomizableFeedMappings in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return CustomizableFeedMappings
 CustomizableFeedMappings Property.getCustomizableFeedMappings()
           
 CustomizableFeedMappings EntityType.getCustomizableFeedMappings()
           
 CustomizableFeedMappings CustomizableFeedMappings.setFcContentKind(EdmContentKind fcContentKind)
          Sets the EdmContentKind.
 CustomizableFeedMappings CustomizableFeedMappings.setFcKeepInContent(Boolean fcKeepInContent)
          Sets if this is kept in content.
 CustomizableFeedMappings CustomizableFeedMappings.setFcNsPrefix(String fcNsPrefix)
          Sets the prefix.
 CustomizableFeedMappings CustomizableFeedMappings.setFcNsUri(String fcNsUri)
          Sets the Uri.
 CustomizableFeedMappings CustomizableFeedMappings.setFcSourcePath(String fcSourcePath)
          Sets the source path.
 CustomizableFeedMappings CustomizableFeedMappings.setFcTargetPath(String fcTargetPath)
          Sets the target path.
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type CustomizableFeedMappings
 SimpleProperty SimpleProperty.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
           
 Property Property.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
          Sets the CustomizableFeedMappings for this Property
 EntityType EntityType.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
          Sets the CustomizableFeedMappings for this EntityType
 ComplexProperty ComplexProperty.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.