public class EntityProviderWriteProperties extends Object
EntityProviderWriteProperties
contains all additional properties which are necessary to write
(serialize) an ODataEntry
into an specific format (e.g.
XML
or JSON
or ...).Modifier and Type | Class and Description |
---|---|
static class |
EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder |
Modifier and Type | Method and Description |
---|---|
static EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder |
fromProperties(EntityProviderWriteProperties properties) |
Map<String,ODataCallback> |
getCallbacks() |
ExpandSelectTreeNode |
getExpandSelectTree()
Gets the expand select tree data structure resulting from $expand and $select query options.
|
Integer |
getInlineCount()
Gets the inlinecount.
|
InlineCount |
getInlineCountType()
Gets the type of the inlinecount request from the system query option.
|
String |
getMediaResourceMimeType()
Deprecated.
use instead the functionality of 'EdmMapping -> mediaResourceMimeTypeKey' to reference via a key
to the 'mime type' of the media resource provided in the entity data map
|
String |
getNextLink()
Gets the next link used for server-side paging of feeds.
|
URI |
getSelfLink()
Gets the self link from an application.
|
URI |
getServiceRoot()
Gets the service root.
|
boolean |
isIncludeSimplePropertyType()
Returns if type information of simple properties should be in the payload.
|
static EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder |
serviceRoot(URI serviceRoot) |
public final boolean isIncludeSimplePropertyType()
public final URI getSelfLink()
public final URI getServiceRoot()
@Deprecated public final String getMediaResourceMimeType()
public final InlineCount getInlineCountType()
public final Map<String,ODataCallback> getCallbacks()
public final ExpandSelectTreeNode getExpandSelectTree()
public final Integer getInlineCount()
getInlineCountType()
public final String getNextLink()
public static EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder serviceRoot(URI serviceRoot)
public static EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder fromProperties(EntityProviderWriteProperties properties)
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.