Uses of Class
com.telapi.api.domain.list.FraudList

Packages that use FraudList
com.telapi.api   
com.telapi.api.restproxies   
 

Uses of FraudList in com.telapi.api
 

Methods in com.telapi.api that return FraudList
 FraudList TelapiConnector.authorizeDestination(String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
          Used to authorize previously blocked destinations for outbound calls and sms messages.
 FraudList TelapiConnector.authorizeDestination(String accountSid, String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
           
 FraudList TelapiConnector.blockDestination(String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
          TelAPI will restrict outbound calls and sms messages to blocked destinations.
 FraudList TelapiConnector.blockDestination(String accountSid, String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
           
 FraudList TelapiConnector.extendDestinationAuth(String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
          By default, authorized destinations will expire and return to fully blocked status after 30 days.
 FraudList TelapiConnector.extendDestinationAuth(String accountSid, String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
           
 FraudList TelapiConnector.listFraudControlResources()
          Gets a list of Fraud control resources for a certain account.
 FraudList TelapiConnector.listFraudControlResources(Long page, Long pageSize)
          Gets a list of Fraud control resources for a certain account.
 FraudList TelapiConnector.listFraudControlResources(String accountSid, Long page, Long pageSize)
           
 FraudList TelapiConnector.whitelistDestination(String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
          Whitelisting is provided for destinations you wish to permanently authorize.
 FraudList TelapiConnector.whitelistDestination(String accountSid, String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
           
 

Uses of FraudList in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies that return types with arguments of type FraudList
 org.jboss.resteasy.client.ClientResponse<FraudList> FraudControlProxy.authorizeDestination(String accountSid, String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
           
 org.jboss.resteasy.client.ClientResponse<FraudList> FraudControlProxy.blockDestination(String accountSid, String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
           
 org.jboss.resteasy.client.ClientResponse<FraudList> FraudControlProxy.extendDestinationAuth(String accountSid, String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
           
 org.jboss.resteasy.client.ClientResponse<FraudList> FraudControlProxy.listFraudControlResources(String accountSid, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<FraudList> FraudControlProxy.whitelistDestination(String accountSid, String countryCode, Boolean mobileEnabled, Boolean landlineEnabled, Boolean smsEnabled)
           
 



Copyright © 2012. All Rights Reserved.