Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Represents the binding value defined in subscription action.

Members

Name Type Description

binding

string

Set the binding of subscription action

preference

string

Set the preferences of subscription action

statement

string

Set the statement of subscription action

Hierarchy

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:subscriptionActionBinding xsi:type="obh:subscriptionActionBinding" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:binding>your_string_0</obh:binding>
        <obh:preference>your_string_0</obh:preference>
        <obh:statement>your_string_0</obh:statement>
</obh:subscriptionActionBinding>

JSON Example

(show inherited members)

{
    "beeType":"subscriptionActionBinding",
        "binding":"your_{http://www.oracle.com/beehive}binding_as_string0",
        "preference":"your_{http://www.oracle.com/beehive}preference_as_string0",
        "statement":"your_{http://www.oracle.com/beehive}statement_as_string0"
}

XML Schema


<xs:complexType name="subscriptionActionBinding">
    <xs:sequence>
        <xs:element minOccurs="0" name="binding" type="xs:string"/>
        <xs:element minOccurs="0" name="preference" type="xs:string"/>
        <xs:element minOccurs="0" name="statement" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to subscriptionActionBinding

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions