Uses of Class
com.telapi.api.inboundxml.elements.enums.RejectReason

Packages that use RejectReason
com.telapi.api.inboundxml.elements   
com.telapi.api.inboundxml.elements.enums   
 

Uses of RejectReason in com.telapi.api.inboundxml.elements
 

Methods in com.telapi.api.inboundxml.elements with parameters of type RejectReason
 Response Response.reject(RejectReason reason)
          Adds a Reject element to the Response element.
 

Uses of RejectReason in com.telapi.api.inboundxml.elements.enums
 

Methods in com.telapi.api.inboundxml.elements.enums that return RejectReason
static RejectReason RejectReason.forValue(String s)
           
static RejectReason RejectReason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RejectReason[] RejectReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.