|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.ep.EntityProviderWriteProperties
public class EntityProviderWriteProperties
EntityProviderWriteProperties
contains all additional properties which are necessary to write
(serialize) an ODataEntry
into an specific format (e.g.
XML
or JSON
or ...).
Nested Class Summary | |
---|---|
static class |
EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder
|
Method Summary | |
---|---|
static EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder |
fromProperties(EntityProviderWriteProperties properties)
|
Map<String,Map<String,Object>> |
getAdditionalLinks()
Gets the additional links that should be in the payload. |
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 |
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 |
isContentOnly()
|
boolean |
isIncludeSimplePropertyType()
Returns if type information of simple properties should be in the payload. |
boolean |
isOmitETag()
|
boolean |
isOmitJsonWrapper()
|
static EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder |
serviceRoot(URI serviceRoot)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final boolean isOmitETag()
public final boolean isContentOnly()
public final boolean isOmitJsonWrapper()
public final boolean isIncludeSimplePropertyType()
public final URI getSelfLink()
public final URI getServiceRoot()
public final InlineCount getInlineCountType()
public final Map<String,ODataCallback> getCallbacks()
public final ExpandSelectTreeNode getExpandSelectTree()
public final Integer getInlineCount()
getInlineCountType()
public final String getNextLink()
public final Map<String,Map<String,Object>> getAdditionalLinks()
public static EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder serviceRoot(URI serviceRoot)
public static EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder fromProperties(EntityProviderWriteProperties properties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |