public class ODataInlineEntitySet extends ODataLink
ODataLink.Builder
Constructor and Description |
---|
ODataInlineEntitySet(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title,
CommonODataEntitySet entitySet)
Constructor.
|
ODataInlineEntitySet(ODataServiceVersion version,
URI baseURI,
String href,
ODataLinkType type,
String title,
CommonODataEntitySet entitySet)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CommonODataEntitySet |
getEntitySet()
Gets wrapped entity set.
|
asInlineEntity, asInlineEntitySet, getMediaETag, getRel, getType
public ODataInlineEntitySet(ODataServiceVersion version, URI uri, ODataLinkType type, String title, CommonODataEntitySet entitySet)
version
- OData service version.uri
- edit link.type
- type.title
- title.entitySet
- entity set.public ODataInlineEntitySet(ODataServiceVersion version, URI baseURI, String href, ODataLinkType type, String title, CommonODataEntitySet entitySet)
version
- OData service version.baseURI
- base URI.href
- href.type
- type.title
- title.entitySet
- entity set.public CommonODataEntitySet getEntitySet()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.