/AWS1/CL_IVRLSTPARTICIPANTRP01¶
ListParticipantReplicasResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_replicas
TYPE /AWS1/CL_IVRPARTICIPANTREPLICA=>TT_PARTICIPANTREPLICALIST
TT_PARTICIPANTREPLICALIST
¶
List of all participant replicas.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/IVRPAGINATIONTOKEN
/AWS1/IVRPAGINATIONTOKEN
¶
If there are more participants than
maxResults
, usenextToken
in the request to get the next set.
Queryable Attributes¶
replicas¶
List of all participant replicas.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLICAS() |
Getter for REPLICAS, with configurable default |
ASK_REPLICAS() |
Getter for REPLICAS w/ exceptions if field has no value |
HAS_REPLICAS() |
Determine if REPLICAS has a value |
nextToken¶
If there are more participants than
maxResults
, usenextToken
in the request to get the next set.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |