Class CustomizableFeedMappings
- java.lang.Object
-
- org.apache.olingo.odata2.api.edm.provider.CustomizableFeedMappings
-
- All Implemented Interfaces:
EdmCustomizableFeedMappings
public class CustomizableFeedMappings extends Object implements EdmCustomizableFeedMappings
Objects of this class represent customizable feed mappings.
-
-
Constructor Summary
Constructors Constructor Description CustomizableFeedMappings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmContentKindgetFcContentKind()Get the content kindBooleangetFcKeepInContent()StringgetFcNsPrefix()Get the XML namespace prefixStringgetFcNsUri()Get the XML namespace URIStringgetFcSourcePath()Get the source pathStringgetFcTargetPath()Get the target pathBooleanisFcKeepInContent()Get the information if the property should be kept in the contentCustomizableFeedMappingssetFcContentKind(EdmContentKind fcContentKind)Sets theEdmContentKind.CustomizableFeedMappingssetFcKeepInContent(Boolean fcKeepInContent)Sets if this is kept in content.CustomizableFeedMappingssetFcNsPrefix(String fcNsPrefix)Sets the prefix.CustomizableFeedMappingssetFcNsUri(String fcNsUri)Sets the Uri.CustomizableFeedMappingssetFcSourcePath(String fcSourcePath)Sets the source path.CustomizableFeedMappingssetFcTargetPath(String fcTargetPath)Sets the target path.
-
-
-
Method Detail
-
isFcKeepInContent
public Boolean 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
public EdmContentKind getFcContentKind()
Description copied from interface:EdmCustomizableFeedMappingsGet the content kind- Specified by:
getFcContentKindin interfaceEdmCustomizableFeedMappings- Returns:
EdmContentKind
-
getFcNsPrefix
public String getFcNsPrefix()
Description copied from interface:EdmCustomizableFeedMappingsGet the XML namespace prefix- Specified by:
getFcNsPrefixin interfaceEdmCustomizableFeedMappings- Returns:
- String
-
getFcNsUri
public String getFcNsUri()
Description copied from interface:EdmCustomizableFeedMappingsGet the XML namespace URI- Specified by:
getFcNsUriin interfaceEdmCustomizableFeedMappings- Returns:
- String
-
getFcSourcePath
public String getFcSourcePath()
Description copied from interface:EdmCustomizableFeedMappingsGet the source path- Specified by:
getFcSourcePathin interfaceEdmCustomizableFeedMappings- Returns:
- String
-
getFcTargetPath
public String getFcTargetPath()
Description copied from interface:EdmCustomizableFeedMappingsGet the target path- Specified by:
getFcTargetPathin interfaceEdmCustomizableFeedMappings- Returns:
- String
-
getFcKeepInContent
public Boolean getFcKeepInContent()
- Returns:
- boolean
-
setFcKeepInContent
public CustomizableFeedMappings setFcKeepInContent(Boolean fcKeepInContent)
Sets if this is kept in content.- Parameters:
fcKeepInContent- boolean- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcContentKind
public CustomizableFeedMappings setFcContentKind(EdmContentKind fcContentKind)
Sets theEdmContentKind.- Parameters:
fcContentKind- Tipo- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcNsPrefix
public CustomizableFeedMappings setFcNsPrefix(String fcNsPrefix)
Sets the prefix.- Parameters:
fcNsPrefix- prefixo- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcNsUri
public CustomizableFeedMappings setFcNsUri(String fcNsUri)
Sets the Uri.- Parameters:
fcNsUri- URI- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcSourcePath
public CustomizableFeedMappings setFcSourcePath(String fcSourcePath)
Sets the source path.- Parameters:
fcSourcePath- Path- Returns:
CustomizableFeedMappingsfor method chaining
-
setFcTargetPath
public CustomizableFeedMappings setFcTargetPath(String fcTargetPath)
Sets the target path.
For standard Atom elements, constants are available in
EdmTargetPath.- Parameters:
fcTargetPath- Path- Returns:
CustomizableFeedMappingsfor method chaining
-
-