org.odata4j.format
Class Settings
java.lang.Object
org.odata4j.format.Settings
public class Settings
- extends Object
Constructor Summary |
Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping)
|
Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping,
boolean isResponse)
|
Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping,
boolean isResponse,
EdmType parseType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityKey
public final OEntityKey entityKey
entitySetName
public final String entitySetName
fcMapping
public final FeedCustomizationMapping fcMapping
isResponse
public final boolean isResponse
metadata
public final EdmDataServices metadata
parseType
public final EdmType parseType
version
public final ODataVersion version
Settings
public Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping)
Settings
public Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping,
boolean isResponse)
Settings
public Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping,
boolean isResponse,
EdmType parseType)
http://odata4j.org