Class CallCommand

java.lang.Object
com.mypurecloud.sdk.v2.model.CallCommand
All Implemented Interfaces:
Serializable

public class CallCommand extends Object implements Serializable
CallCommand
See Also:
  • Constructor Details

    • CallCommand

      public CallCommand()
    • CallCommand

      public CallCommand(Boolean initWithEmptyList)
  • Method Details

    • callNumber

      public CallCommand callNumber(String callNumber)
      The phone number to dial for this call.
    • getCallNumber

      public String getCallNumber()
    • setCallNumber

      public void setCallNumber(String callNumber)
    • phoneColumn

      public CallCommand phoneColumn(String phoneColumn)
      For a dialer preview or scheduled callback, the phone column associated with the phone number
    • getPhoneColumn

      public String getPhoneColumn()
    • setPhoneColumn

      public void setPhoneColumn(String phoneColumn)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object