Uses of Class
com.pkrete.jsip2.variables.HoldType

Packages that use HoldType
com.pkrete.jsip2.messages.requests   
com.pkrete.jsip2.variables   
 

Uses of HoldType in com.pkrete.jsip2.messages.requests
 

Methods in com.pkrete.jsip2.messages.requests that return HoldType
 HoldType SIP2HoldRequest.getHoldType()
          Returns the type of the hold: other, any copy, specific copy or any copy at a single branch or sublocation.
 

Methods in com.pkrete.jsip2.messages.requests with parameters of type HoldType
 void SIP2HoldRequest.setHoldType(HoldType holdType)
          Sets the type of the hold: other, any copy, specific copy or any copy at a single branch or sublocation.
 

Uses of HoldType in com.pkrete.jsip2.variables
 

Methods in com.pkrete.jsip2.variables that return HoldType
static HoldType HoldType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HoldType[] HoldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012-2014. All Rights Reserved.