|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HoldMode | |
|---|---|
| com.pkrete.jsip2.messages.requests | |
| com.pkrete.jsip2.variables | |
| Uses of HoldMode in com.pkrete.jsip2.messages.requests |
|---|
| Methods in com.pkrete.jsip2.messages.requests that return HoldMode | |
|---|---|
HoldMode |
SIP2HoldRequest.getHoldMode()
Returns the type of the hold transaction: create, delete or modify. |
| Methods in com.pkrete.jsip2.messages.requests with parameters of type HoldMode | |
|---|---|
void |
SIP2HoldRequest.setHoldMode(HoldMode holdMode)
Sets the type of the hold transaction: create, delete or modify. |
| Uses of HoldMode in com.pkrete.jsip2.variables |
|---|
| Methods in com.pkrete.jsip2.variables that return HoldMode | |
|---|---|
static HoldMode |
HoldMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HoldMode[] |
HoldMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||