public class EntityCollectionSerializerProperties extends Object
EntityCollectionSerializerProperties
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 |
EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder
This class builds the Entity collection properties
|
Modifier and Type | Method and Description |
---|---|
static EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder |
fromProperties(EntityCollectionSerializerProperties properties) |
URI |
getSelfLink()
Gets the self link from an application.
|
URI |
getServiceRoot()
Gets the service root.
|
static EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder |
serviceRoot(URI serviceRoot) |
public final URI getSelfLink()
public final URI getServiceRoot()
public static EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder serviceRoot(URI serviceRoot)
serviceRoot
- public static EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder fromProperties(EntityCollectionSerializerProperties properties)
properties
- Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.