|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedCustomizationMapping | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.format | |
org.odata4j.format.xml |
Uses of FeedCustomizationMapping in org.odata4j.consumer |
---|
Constructors in org.odata4j.consumer with parameters of type FeedCustomizationMapping | |
---|---|
ConsumerCreateEntityRequest(ODataClient client,
String serviceRootUri,
EdmDataServices metadata,
String entitySetName,
FeedCustomizationMapping fcMapping)
|
|
ConsumerGetEntityRequest(ODataClient client,
Class<T> entityType,
String serviceRootUri,
EdmDataServices metadata,
String entitySetName,
OEntityKey key,
FeedCustomizationMapping fcMapping)
|
|
ConsumerQueryEntitiesRequest(ODataClient client,
Class<T> entityType,
String serviceRootUri,
EdmDataServices metadata,
String entitySetName,
FeedCustomizationMapping fcMapping)
|
Uses of FeedCustomizationMapping in org.odata4j.format |
---|
Fields in org.odata4j.format declared as FeedCustomizationMapping | |
---|---|
FeedCustomizationMapping |
Settings.fcMapping
|
Constructors in org.odata4j.format with parameters of type FeedCustomizationMapping | |
---|---|
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)
|
Uses of FeedCustomizationMapping in org.odata4j.format.xml |
---|
Fields in org.odata4j.format.xml declared as FeedCustomizationMapping | |
---|---|
protected FeedCustomizationMapping |
AtomFeedFormatParser.fcMapping
|
protected FeedCustomizationMapping |
AtomEntryFormatParser.fcMapping
|
Constructors in org.odata4j.format.xml with parameters of type FeedCustomizationMapping | |
---|---|
AtomEntryFormatParser(EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping)
|
|
AtomFeedFormatParser(EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |