Uses of Enum
org.apache.olingo.client.api.domain.ClientLinkType
Packages that use ClientLinkType
-
Uses of ClientLinkType in org.apache.olingo.client.api.domain
Methods in org.apache.olingo.client.api.domain that return ClientLinkTypeModifier and TypeMethodDescriptionstatic ClientLinkType
ClientLinkType.fromString
(String rel, String type) GetsLinkType
instance from the given rel and type.ClientLink.getType()
Gets link type.static ClientLinkType
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.Methods in org.apache.olingo.client.api.domain with parameters of type ClientLinkTypeConstructors in org.apache.olingo.client.api.domain with parameters of type ClientLinkTypeModifierConstructorDescriptionClientInlineEntity
(URI baseURI, String href, ClientLinkType type, String title, ClientEntity entity) Constructor.ClientInlineEntity
(URI uri, ClientLinkType type, String title, ClientEntity entity) Constructor.ClientInlineEntitySet
(URI baseURI, String href, ClientLinkType type, String title, ClientEntitySet entitySet) Constructor.ClientInlineEntitySet
(URI uri, ClientLinkType type, String title, ClientEntitySet entitySet) Constructor.protected
ClientLink
(URI baseURI, String href, ClientLinkType type, String title) Constructor.ClientLink
(URI uri, ClientLinkType type, String title) Constructor.ClientLink
(URI uri, ClientLinkType type, String title, String eTag) -
Uses of ClientLinkType in org.apache.olingo.ext.proxy.context
Methods in org.apache.olingo.ext.proxy.context that return ClientLinkTypeConstructors in org.apache.olingo.ext.proxy.context with parameters of type ClientLinkTypeModifierConstructorDescriptionEntityLinkDesc
(String sourceName, EntityInvocationHandler source, Collection<EntityInvocationHandler> target, ClientLinkType type) EntityLinkDesc
(String sourceName, EntityInvocationHandler source, EntityInvocationHandler target, ClientLinkType type)