Uses of Class
org.apache.olingo.odata2.api.edm.provider.CustomizableFeedMappings
-
Packages that use CustomizableFeedMappings Package Description 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 Modifier and Type Method Description CustomizableFeedMappingsEntityType. getCustomizableFeedMappings()CustomizableFeedMappingsProperty. getCustomizableFeedMappings()CustomizableFeedMappingsCustomizableFeedMappings. setFcContentKind(EdmContentKind fcContentKind)Sets theEdmContentKind.CustomizableFeedMappingsCustomizableFeedMappings. setFcKeepInContent(Boolean fcKeepInContent)Sets if this is kept in content.CustomizableFeedMappingsCustomizableFeedMappings. setFcNsPrefix(String fcNsPrefix)Sets the prefix.CustomizableFeedMappingsCustomizableFeedMappings. setFcNsUri(String fcNsUri)Sets the Uri.CustomizableFeedMappingsCustomizableFeedMappings. setFcSourcePath(String fcSourcePath)Sets the source path.CustomizableFeedMappingsCustomizableFeedMappings. setFcTargetPath(String fcTargetPath)Sets the target path.Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type CustomizableFeedMappings Modifier and Type Method Description ComplexPropertyComplexProperty. setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)EntityTypeEntityType. setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)Sets theCustomizableFeedMappingsfor thisEntityTypePropertyProperty. setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)Sets theCustomizableFeedMappingsfor thisPropertySimplePropertySimpleProperty. setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
-