Search
Plugins
>
vRealize Automation Infrastructure 7.0.0
>
org.odata4j.consumer.ex.ODataConsumerEx
>
Interface org.odata4j.consumer.ex.ODataConsumerEx
Extends
java.lang.Object
This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.
Attributes
None
Methods
Name
Returns
createEntity
(
String
)
org.odata4j.core.ex.OCreateRequestEx
createLink
(
org.odata4j.core.OEntityId
,
String
,
org.odata4j.core.OEntityId
)
org.odata4j.core.ex.OCreateLinkRequestEx
deleteEntity
(
org.odata4j.core.OEntity
)
org.odata4j.core.ex.OEntityDeleteRequestEx
deleteEntity
(
String
,
Object
)
org.odata4j.core.ex.OEntityDeleteRequestEx
deleteEntity
(
String
,
org.odata4j.core.OEntityKey
)
org.odata4j.core.ex.OEntityDeleteRequestEx
deleteLink
(
org.odata4j.core.OEntityId
,
String
,
Object[]
)
org.odata4j.core.ex.OEntityRequestEx
getClient
()
org.odata4j.consumer.ex.ODataClientEx
updateEntity
(
org.odata4j.core.OEntity
)
org.odata4j.core.ex.OModifyRequestEx
updateLink
(
org.odata4j.core.OEntityId
,
org.odata4j.core.OEntityId
,
String
,
Object[]
)
org.odata4j.core.ex.OEntityRequestEx
Returned by
Method
Returns
com.vmware.o11n.plugin.dynamicops.model.VcacHostConnection.getBatchConsumer
(
String
,
Properties
)
org.odata4j.consumer.ex.ODataConsumerEx
Referenced in
None