Class CustomizableFeedMappings
java.lang.Object
org.apache.olingo.odata2.api.edm.provider.CustomizableFeedMappings
- All Implemented Interfaces:
EdmCustomizableFeedMappings
Objects of this class represent customizable feed mappings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the content kindGet the XML namespace prefixGet the XML namespace URIGet the source pathGet the target pathGet the information if the property should be kept in the contentsetFcContentKind(EdmContentKind fcContentKind) Sets theEdmContentKind.setFcKeepInContent(Boolean fcKeepInContent) Sets if this is kept in content.setFcNsPrefix(String fcNsPrefix) Sets the prefix.setFcNsUri(String fcNsUri) Sets the Uri.setFcSourcePath(String fcSourcePath) Sets the source path.setFcTargetPath(String fcTargetPath) Sets the target path.
-
Constructor Details
-
CustomizableFeedMappings
public CustomizableFeedMappings()
-
-
Method Details
-
isFcKeepInContent
Description copied from interface:EdmCustomizableFeedMappingsGet the information if the property should be kept in the content- Specified by:
isFcKeepInContentin interfaceEdmCustomizableFeedMappings- Returns:
trueif the property must be kept in the content
-
getFcContentKind
Description copied from interface:EdmCustomizableFeedMappingsGet the content kind- Specified by:
getFcContentKindin interfaceEdmCustomizableFeedMappings- Returns:
EdmContentKind
-
getFcNsPrefix
Description copied from interface:EdmCustomizableFeedMappingsGet the XML namespace prefix- Specified by:
getFcNsPrefixin interfaceEdmCustomizableFeedMappings- Returns:
- String
-
getFcNsUri
Description copied from interface:EdmCustomizableFeedMappingsGet the XML namespace URI- Specified by:
getFcNsUriin interfaceEdmCustomizableFeedMappings- Returns:
- String
-
getFcSourcePath
Description copied from interface:EdmCustomizableFeedMappingsGet the source path- Specified by:
getFcSourcePathin interfaceEdmCustomizableFeedMappings- Returns:
- String
-
getFcTargetPath
Description copied from interface:EdmCustomizableFeedMappingsGet the target path- Specified by:
getFcTargetPathin interfaceEdmCustomizableFeedMappings- Returns:
- String
-
getFcKeepInContent
- Returns:
- boolean
-
setFcKeepInContent
Sets if this is kept in content.- Parameters:
fcKeepInContent-- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcContentKind
Sets theEdmContentKind.- Parameters:
fcContentKind-- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcNsPrefix
Sets the prefix.- Parameters:
fcNsPrefix-- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcNsUri
Sets the Uri.- Parameters:
fcNsUri-- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcSourcePath
Sets the source path.- Parameters:
fcSourcePath-- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcTargetPath
Sets the target path.
For standard Atom elements, constants are available in
EdmTargetPath.- Parameters:
fcTargetPath-- Returns:
CustomizableFeedMappingsfor method chaining
-