Package | Description |
---|---|
org.apache.olingo.commons.api.domain | |
org.apache.olingo.commons.api.domain.v4 | |
org.apache.olingo.ext.proxy.context |
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) |
Modifier and Type | Method and Description |
---|---|
ODataLinkType |
EntityLinkDesc.getType() |
Constructor and Description |
---|
EntityLinkDesc(String sourceName,
EntityInvocationHandler source,
Collection<EntityInvocationHandler> target,
ODataLinkType type) |
EntityLinkDesc(String sourceName,
EntityInvocationHandler source,
EntityInvocationHandler target,
ODataLinkType type) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.