Class EdmCustomizableFeedMappingsImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmCustomizableFeedMappingsImpl
-
- All Implemented Interfaces:
org.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings
public class EdmCustomizableFeedMappingsImpl extends Object implements org.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings
Objects of this class represent customizable feed mappings.
-
-
Constructor Summary
Constructors Constructor Description EdmCustomizableFeedMappingsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.EdmContentKindgetFcContentKind()BooleangetFcKeepInContent()StringgetFcNsPrefix()StringgetFcNsUri()StringgetFcSourcePath()StringgetFcTargetPath()BooleanisFcKeepInContent()EdmCustomizableFeedMappingsImplsetFcContentKind(org.apache.olingo.odata2.api.edm.EdmContentKind fcContentKind)Sets theEdmContentKind.EdmCustomizableFeedMappingsImplsetFcKeepInContent(Boolean fcKeepInContent)Sets if this is kept in content.EdmCustomizableFeedMappingsImplsetFcNsPrefix(String fcNsPrefix)Sets the prefix.EdmCustomizableFeedMappingsImplsetFcNsUri(String fcNsUri)Sets the Uri.EdmCustomizableFeedMappingsImplsetFcSourcePath(String fcSourcePath)Sets the source path.EdmCustomizableFeedMappingsImplsetFcTargetPath(String fcTargetPath)Sets the target path.StringtoString()
-
-
-
Method Detail
-
isFcKeepInContent
public Boolean isFcKeepInContent()
- Specified by:
isFcKeepInContentin interfaceorg.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings
-
getFcContentKind
public org.apache.olingo.odata2.api.edm.EdmContentKind getFcContentKind()
- Specified by:
getFcContentKindin interfaceorg.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings
-
getFcNsPrefix
public String getFcNsPrefix()
- Specified by:
getFcNsPrefixin interfaceorg.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings
-
getFcNsUri
public String getFcNsUri()
- Specified by:
getFcNsUriin interfaceorg.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings
-
getFcSourcePath
public String getFcSourcePath()
- Specified by:
getFcSourcePathin interfaceorg.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings
-
getFcTargetPath
public String getFcTargetPath()
- Specified by:
getFcTargetPathin interfaceorg.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings
-
getFcKeepInContent
public Boolean getFcKeepInContent()
- Returns:
- boolean
-
setFcKeepInContent
public EdmCustomizableFeedMappingsImpl setFcKeepInContent(Boolean fcKeepInContent)
Sets if this is kept in content.- Parameters:
fcKeepInContent- boolean- Returns:
EdmCustomizableFeedMappingsImplfor method chaining
-
setFcContentKind
public EdmCustomizableFeedMappingsImpl setFcContentKind(org.apache.olingo.odata2.api.edm.EdmContentKind fcContentKind)
Sets theEdmContentKind.- Parameters:
fcContentKind- EdmContentKind- Returns:
EdmCustomizableFeedMappingsImplfor method chaining
-
setFcNsPrefix
public EdmCustomizableFeedMappingsImpl setFcNsPrefix(String fcNsPrefix)
Sets the prefix.- Parameters:
fcNsPrefix- Prefixo- Returns:
EdmCustomizableFeedMappingsImplfor method chaining
-
setFcNsUri
public EdmCustomizableFeedMappingsImpl setFcNsUri(String fcNsUri)
Sets the Uri.- Parameters:
fcNsUri- URI- Returns:
EdmCustomizableFeedMappingsImplfor method chaining
-
setFcSourcePath
public EdmCustomizableFeedMappingsImpl setFcSourcePath(String fcSourcePath)
Sets the source path.- Parameters:
fcSourcePath- Caminho- Returns:
EdmCustomizableFeedMappingsImplfor method chaining
-
setFcTargetPath
public EdmCustomizableFeedMappingsImpl setFcTargetPath(String fcTargetPath)
Sets the target path.
For standard Atom elements, constants are available in
EdmTargetPath.- Parameters:
fcTargetPath- Caminho- Returns:
EdmCustomizableFeedMappingsImplfor method chaining
-
-