/AWS1/CL_KNVCHANNELNAMECOND¶
An optional input parameter for the ListSignalingChannels API. When this
parameter is specified while invoking ListSignalingChannels, the API
returns only the channels that satisfy a condition specified in
ChannelNameCondition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_comparisonoperator TYPE /AWS1/KNVCOMPARISONOPERATOR /AWS1/KNVCOMPARISONOPERATOR¶
A comparison operator. Currently, you can only specify the
BEGINS_WITHoperator, which finds signaling channels whose names begin with a given prefix.
iv_comparisonvalue TYPE /AWS1/KNVCHANNELNAME /AWS1/KNVCHANNELNAME¶
A value to compare.
Queryable Attributes¶
ComparisonOperator¶
A comparison operator. Currently, you can only specify the
BEGINS_WITHoperator, which finds signaling channels whose names begin with a given prefix.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPARISONOPERATOR() |
Getter for COMPARISONOPERATOR, with configurable default |
ASK_COMPARISONOPERATOR() |
Getter for COMPARISONOPERATOR w/ exceptions if field has no |
HAS_COMPARISONOPERATOR() |
Determine if COMPARISONOPERATOR has a value |
ComparisonValue¶
A value to compare.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPARISONVALUE() |
Getter for COMPARISONVALUE, with configurable default |
ASK_COMPARISONVALUE() |
Getter for COMPARISONVALUE w/ exceptions if field has no val |
HAS_COMPARISONVALUE() |
Determine if COMPARISONVALUE has a value |