|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CcbsAccountState | |
|---|---|
| de.starface.integration.uci.java.v30.messages.events | This package contains the events that the UCI client implementation can receive from STARFACE. |
| de.starface.integration.uci.java.v30.messages.requests | This package contains the requests that the UCI client implementation can send to STARFACE. |
| de.starface.integration.uci.java.v30.types | This package contains the entity types that are transferred using the UCI service interfaces |
| de.starface.integration.uci.java.v30.ucp.messages.requests | This package contains the UCP server interfaces that define the UCI requests provided by the server. |
| de.starface.integration.uci.java.v30.values | This package contains the enumerations holding the String constants for values and property names used for the UCI messages. |
| Uses of CcbsAccountState in de.starface.integration.uci.java.v30.messages.events |
|---|
| Methods in de.starface.integration.uci.java.v30.messages.events with parameters of type CcbsAccountState | |
|---|---|
void |
UciCcbsCallEvents.receiveCcbsAccountState(CcbsAccountState ccbsAccountState)
The receiveCcbsAccountState event provides a number of properties about the account the state is changing of. |
| Uses of CcbsAccountState in de.starface.integration.uci.java.v30.messages.requests |
|---|
| Methods in de.starface.integration.uci.java.v30.messages.requests that return CcbsAccountState | |
|---|---|
CcbsAccountState |
UciCcbsCallRequests.getCcbsAccountState()
This request tells the UCI server to get the CcbsAccountState. |
| Uses of CcbsAccountState in de.starface.integration.uci.java.v30.types |
|---|
| Fields in de.starface.integration.uci.java.v30.types declared as CcbsAccountState | |
|---|---|
protected CcbsAccountState |
CcbsAccount.ccbsAccountState
The state of the call |
| Methods in de.starface.integration.uci.java.v30.types that return CcbsAccountState | |
|---|---|
CcbsAccountState |
CcbsAccount.getCcbsAccountState()
|
| Methods in de.starface.integration.uci.java.v30.types with parameters of type CcbsAccountState | |
|---|---|
void |
CcbsAccount.setCcbsAccountState(CcbsAccountState state)
|
| Uses of CcbsAccountState in de.starface.integration.uci.java.v30.ucp.messages.requests |
|---|
| Methods in de.starface.integration.uci.java.v30.ucp.messages.requests that return CcbsAccountState | |
|---|---|
CcbsAccountState |
UcpCcbsCallRequests.getCcbsAccountState()
This request tells the UCI server to get the CcbsAccountState. |
| Uses of CcbsAccountState in de.starface.integration.uci.java.v30.values |
|---|
| Methods in de.starface.integration.uci.java.v30.values that return CcbsAccountState | |
|---|---|
static CcbsAccountState |
CcbsAccountState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcbsAccountState[] |
CcbsAccountState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||