Class ConsultTransferResponse

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

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

    • ConsultTransferResponse

      public ConsultTransferResponse()
    • ConsultTransferResponse

      public ConsultTransferResponse(Boolean initWithEmptyList)
  • Method Details

    • destinationParticipantId

      public ConsultTransferResponse destinationParticipantId(String destinationParticipantId)
      Participant ID to whom the call is being transferred.
    • getDestinationParticipantId

      public String getDestinationParticipantId()
    • setDestinationParticipantId

      public void setDestinationParticipantId(String destinationParticipantId)
    • 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