OData Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.modules.odata
org.mule.modules.odata.adapter
org.mule.modules.odata.adapters
org.mule.modules.odata.agents
org.mule.modules.odata.basic
org.mule.modules.odata.callback
org.mule.modules.odata.config
org.mule.modules.odata.connection
org.mule.modules.odata.connectivity
org.mule.modules.odata.devkit
org.mule.modules.odata.exception
org.mule.modules.odata.factory
org.mule.modules.odata.oauth
org.mule.modules.odata.odata4j.extensions
org.mule.modules.odata.process
org.mule.modules.odata.processors
org.mule.modules.odata.reflection
org.mule.modules.odata.transformers
org.odata4j.command
org.odata4j.consumer
org.odata4j.consumer.behaviors
org.odata4j.core
org.odata4j.core.transformers
org.odata4j.edm
org.odata4j.expression
org.odata4j.format
org.odata4j.format.json
org.odata4j.format.transformers
org.odata4j.format.xml
org.odata4j.internal
org.odata4j.jersey.consumer
org.odata4j.jersey.consumer.behaviors
org.odata4j.jersey.internal
org.odata4j.jersey.producer.resources
org.odata4j.jersey.producer.server
org.odata4j.producer
org.odata4j.producer.command
org.odata4j.producer.edm
org.odata4j.producer.exceptions
org.odata4j.producer.inmemory
org.odata4j.producer.jdbc
org.odata4j.producer.jpa
org.odata4j.producer.jpa.eclipselink
org.odata4j.producer.resources
org.odata4j.producer.server
org.odata4j.repack.org.apache.commons.codec
org.odata4j.repack.org.apache.commons.codec.binary
org.odata4j.stax2
org.odata4j.stax2.domimpl
org.odata4j.stax2.staximpl
org.odata4j.stax2.xppimpl
Interfaces
Action1
<T>
AtomInfo
Delegate
<T>
EntitySetInfo
Named
NamedValue
<T>
NamespacedAnnotation
<T>
OAtomEntity
OAtomStreamEntity
OCollection
<T extends
OObject
>
OCollection.Builder
<T extends
OObject
>
OComplexObject
OComplexObject.Builder
OCreateRequest
<T>
OEntity
OEntityGetRequest
<T>
OEntityId
OEntityRequest
<T>
OExtensible
<T>
OExtension
<T>
OFunctionParameter
OFunctionRequest
<T>
OLink
OModifyRequest
<T>
OObject
OProperty
<T>
OQueryRequest
<T>
ORelatedEntitiesLink
ORelatedEntitiesLinkInline
ORelatedEntityLink
ORelatedEntityLinkInline
OSimpleObject
<V>
OStructuralObject
Titled
Classes
GenericAnnotation
<T>
Guid
ImmutableList
<T>
ImmutableMap
<K, V>
ImmutableMap.Builder
<K, V>
NamedValues
OCollections
OComparators
OComplexObjects
ODataConstants
ODataConstants.Headers
OEntities
OEntityIds
OEntityKey
OFuncs
OFunctionParameters
OLinks
OPredicates
OProperties
OSimpleObjects
PrefixedNamespace
Throwables
UnsignedByte
Enums
ODataVersion
OEntityKey.KeyType
Exceptions
UmbrellaException
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public static class
ImmutableMap.Builder
extends Object
java.lang.Object
↳
org.odata4j.core.ImmutableMap.Builder<K, V>
Summary
Fields
private final LinkedHashMap<K, V>
map
Public Constructors
ImmutableMap.Builder
()
Public Methods
ImmutableMap
<K, V>
build
()
Builder
<K, V>
put
(K key, V value)
Builder
<K, V>
putAll
(Map<? extends K, ? extends V> map)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private final LinkedHashMap<K, V>
map
Public Constructors
public
ImmutableMap.Builder
()
Public Methods
public
ImmutableMap
<K, V>
build
()
public
Builder
<K, V>
put
(K key, V value)
Parameters
key
value
public
Builder
<K, V>
putAll
(Map<? extends K, ? extends V> map)
Parameters
map