com.telapi.api.restproxies
Interface FraudControlProxy
public interface FraudControlProxy
|
Method Summary |
org.jboss.resteasy.client.ClientResponse<FraudList> |
authorizeDestination(String accountSid,
String countryCode,
Boolean mobileEnabled,
Boolean landlineEnabled,
Boolean smsEnabled)
|
org.jboss.resteasy.client.ClientResponse<FraudList> |
blockDestination(String accountSid,
String countryCode,
Boolean mobileEnabled,
Boolean landlineEnabled,
Boolean smsEnabled)
|
org.jboss.resteasy.client.ClientResponse<FraudList> |
extendDestinationAuth(String accountSid,
String countryCode,
Boolean mobileEnabled,
Boolean landlineEnabled,
Boolean smsEnabled)
|
org.jboss.resteasy.client.ClientResponse<FraudList> |
listFraudControlResources(String accountSid,
Long page,
Long pageSize)
|
org.jboss.resteasy.client.ClientResponse<FraudList> |
whitelistDestination(String accountSid,
String countryCode,
Boolean mobileEnabled,
Boolean landlineEnabled,
Boolean smsEnabled)
|
listFraudControlResources
org.jboss.resteasy.client.ClientResponse<FraudList> listFraudControlResources(String accountSid,
Long page,
Long pageSize)
authorizeDestination
org.jboss.resteasy.client.ClientResponse<FraudList> authorizeDestination(String accountSid,
String countryCode,
Boolean mobileEnabled,
Boolean landlineEnabled,
Boolean smsEnabled)
blockDestination
org.jboss.resteasy.client.ClientResponse<FraudList> blockDestination(String accountSid,
String countryCode,
Boolean mobileEnabled,
Boolean landlineEnabled,
Boolean smsEnabled)
extendDestinationAuth
org.jboss.resteasy.client.ClientResponse<FraudList> extendDestinationAuth(String accountSid,
String countryCode,
Boolean mobileEnabled,
Boolean landlineEnabled,
Boolean smsEnabled)
whitelistDestination
org.jboss.resteasy.client.ClientResponse<FraudList> whitelistDestination(String accountSid,
String countryCode,
Boolean mobileEnabled,
Boolean landlineEnabled,
Boolean smsEnabled)
Copyright © 2012. All Rights Reserved.