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.
|
SelectOption |
getSelect()
Gets the $select system query option.
|
static EntityCollectionSerializerOptions.Builder |
with()
Initializes the options builder.
|
public ContextURL getContextURL()
ContextURL
.public CountOption getCount()
public ExpandOption getExpand()
public SelectOption getSelect()
public static EntityCollectionSerializerOptions.Builder with()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.