| Package | Description |
|---|---|
| org.apache.olingo.commons.api.domain | |
| org.apache.olingo.commons.api.domain.v4 |
| Modifier and Type | Field and Description |
|---|---|
protected ODataLinkType |
ODataLink.type
Link type.
|
protected ODataLinkType |
ODataLink.Builder.type |
| Modifier and Type | Method and Description |
|---|---|
static ODataLinkType |
ODataLinkType.fromString(ODataServiceVersion version,
String rel,
String type)
Gets
LinkType instance from the given rel and type. |
ODataLinkType |
ODataLink.getType()
Gets link type.
|
static ODataLinkType |
ODataLinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODataLinkType[] |
ODataLinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ODataLink.Builder |
ODataLink.Builder.setType(ODataLinkType type) |
| Constructor and Description |
|---|
ODataInlineEntity(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title,
CommonODataEntity entity)
Constructor.
|
ODataInlineEntity(ODataServiceVersion version,
URI baseURI,
String href,
ODataLinkType type,
String title,
CommonODataEntity entity)
Constructor.
|
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.
|
ODataLink(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title)
Constructor.
|
ODataLink(ODataServiceVersion version,
URI baseURI,
String href,
ODataLinkType type,
String title)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ODataLink.Builder |
ODataLink.Builder.setType(ODataLinkType type) |
| Constructor and Description |
|---|
ODataLink(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title) |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.