Class Transfer

java.lang.Object
com.bandwidth.sdk.model.bxml.Transfer
All Implemented Interfaces:
Verb

public class Transfer extends Object implements Verb
  • Field Details

    • TYPE_NAME

      public static final String TYPE_NAME
      See Also:
    • destinations

      protected List<OutboundDestination> destinations
    • transferCallerId

      protected String transferCallerId
    • transferCallerDisplayName

      protected String transferCallerDisplayName
    • callTimeout

      protected Double callTimeout
      Call timeout in seconds.
    • username

      protected String username
    • password

      protected String password
    • fallbackUsername

      protected String fallbackUsername
    • fallbackPassword

      protected String fallbackPassword
    • transferCompleteUrl

      protected URI transferCompleteUrl
    • transferCompleteMethod

      protected String transferCompleteMethod
    • transferCompleteFallbackUrl

      protected URI transferCompleteFallbackUrl
    • transferCompleteFallbackMethod

      protected String transferCompleteFallbackMethod
    • tag

      protected String tag
    • diversionTreatment

      protected DiversionTreatment diversionTreatment
    • diversionReason

      protected DiversionReason diversionReason
  • Constructor Details

    • Transfer

      public Transfer()
  • Method Details