public class EntityCollectionSerializerOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EntityCollectionSerializerOptions.Builder
Builder of OData serializer options.
|
Constructor and Description |
---|
EntityCollectionSerializerOptions() |
Modifier and Type | Method and Description |
---|---|
ContextURL |
getContextURL()
Gets the
ContextURL . |
CountOption |
getCount()
Gets the $count system query option.
|
ExpandOption |
getExpand()
Gets the $expand system query option.
|
String |
getId()
Gets the id of the entity collection
|
ODataContentWriteErrorCallback |
getODataContentWriteErrorCallback()
Gets the callback which is used in case of an exception during
write of the content (in case the content will be written/streamed
in the future)
|
SelectOption |
getSelect()
Gets the $select system query option.
|
boolean |
getWriteOnlyReferences()
only writes the references of the entities
|
boolean |
isFullRepresentation()
Inline entries will not have @delta if representation is full
|
static EntityCollectionSerializerOptions.Builder |
with()
Initializes the options builder.
|
String |
xml10InvalidCharReplacement()
Gets the replacement string for unicode characters, that is not allowed in XML 1.0
|
public ContextURL getContextURL()
ContextURL
.public CountOption getCount()
public ExpandOption getExpand()
public SelectOption getSelect()
public boolean getWriteOnlyReferences()
public String getId()
public ODataContentWriteErrorCallback getODataContentWriteErrorCallback()
public String xml10InvalidCharReplacement()
public boolean isFullRepresentation()
public static EntityCollectionSerializerOptions.Builder with()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.