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 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">
        <binding>your_string_0</binding>
        <preference>your_string_0</preference>
        <statement>your_string_0</statement>
</obh:subscriptionActionBinding>

Referenced By Representaions