Uses of Class
com.telapi.api.domain.enums.AnsweredBy

Packages that use AnsweredBy
com.telapi.api.domain   
com.telapi.api.domain.enums   
 

Uses of AnsweredBy in com.telapi.api.domain
 

Methods in com.telapi.api.domain that return AnsweredBy
 AnsweredBy Call.getAnsweredBy()
           
 

Methods in com.telapi.api.domain with parameters of type AnsweredBy
 void Call.setAnsweredBy(AnsweredBy answeredBy)
           
 

Uses of AnsweredBy in com.telapi.api.domain.enums
 

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



Copyright © 2012. All Rights Reserved.