public class EntitySerializerOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EntitySerializerOptions.Builder
Builder of OData serializer options.
|
| Modifier and Type | Method and Description |
|---|---|
ContextURL |
getContextURL()
Gets the
ContextURL. |
ExpandOption |
getExpand()
Gets the $expand system query option.
|
SelectOption |
getSelect()
Gets the $select system query option.
|
static EntitySerializerOptions.Builder |
with()
Initializes the options builder.
|
public ContextURL getContextURL()
ContextURL.public ExpandOption getExpand()
public SelectOption getSelect()
public static final EntitySerializerOptions.Builder with()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.