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

Packages that use LogLevel
com.telapi.api   
com.telapi.api.domain   
com.telapi.api.domain.enums   
com.telapi.api.restproxies   
 

Uses of LogLevel in com.telapi.api
 

Methods in com.telapi.api with parameters of type LogLevel
 NotificationList TelapiConnector.listCallNotifications(String callSid, LogLevel log, Long page, Long pageSize)
          Returns a list of notifications associated with a certain Call.
 NotificationList TelapiConnector.listCallNotifications(String accountSid, String callSid, LogLevel log, Long page, Long pageSize)
           
 NotificationList TelapiConnector.listNotifications(LogLevel log, Long page, Long pageSize)
          Returns a list of notifications associated with the account.
 NotificationList TelapiConnector.listNotifications(String accountSid, LogLevel log, Long page, Long pageSize)
           
 

Uses of LogLevel in com.telapi.api.domain
 

Methods in com.telapi.api.domain that return LogLevel
 LogLevel Notification.getLog()
           
 

Methods in com.telapi.api.domain with parameters of type LogLevel
 void Notification.setLog(LogLevel log)
           
 

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

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

Uses of LogLevel in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies with parameters of type LogLevel
 org.jboss.resteasy.client.ClientResponse<NotificationList> NotificationProxy.listCallNotifications(String accountSid, String callSid, LogLevel log, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<NotificationList> NotificationProxy.listNotifications(String accountSid, LogLevel log, Long page, Long pageSize)
           
 



Copyright © 2012. All Rights Reserved.