| Package | Description | 
|---|---|
| org.apache.olingo.client.api.domain | |
| org.apache.olingo.ext.proxy.context | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClientLinkType | ClientLinkType. fromString(String rel,
          String type)Gets
  LinkTypeinstance from the given rel and type. | 
| ClientLinkType | ClientLink. getType()Gets link type. | 
| static ClientLinkType | ClientLinkType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ClientLinkType[] | ClientLinkType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientLink.Builder | ClientLink.Builder. setType(ClientLinkType type) | 
| Constructor and Description | 
|---|
| ClientInlineEntity(URI uri,
                  ClientLinkType type,
                  String title,
                  ClientEntity entity)Constructor. | 
| ClientInlineEntity(URI baseURI,
                  String href,
                  ClientLinkType type,
                  String title,
                  ClientEntity entity)Constructor. | 
| ClientInlineEntitySet(URI uri,
                     ClientLinkType type,
                     String title,
                     ClientEntitySet entitySet)Constructor. | 
| ClientInlineEntitySet(URI baseURI,
                     String href,
                     ClientLinkType type,
                     String title,
                     ClientEntitySet entitySet)Constructor. | 
| ClientLink(URI uri,
          ClientLinkType type,
          String title)Constructor. | 
| ClientLink(URI uri,
          ClientLinkType type,
          String title,
          String eTag) | 
| ClientLink(URI baseURI,
          String href,
          ClientLinkType type,
          String title)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientLinkType | EntityLinkDesc. getType() | 
| Constructor and Description | 
|---|
| EntityLinkDesc(String sourceName,
              EntityInvocationHandler source,
              Collection<EntityInvocationHandler> target,
              ClientLinkType type) | 
| EntityLinkDesc(String sourceName,
              EntityInvocationHandler source,
              EntityInvocationHandler target,
              ClientLinkType type) | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.