HttpMethod

public enum HttpMethod

The HTTP call to trigger an outgoing call from the IVR provider can be either GET or POST

Enum Constants

GET

public static final HttpMethod GET

POST

public static final HttpMethod POST