Class JourneyCustomer

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

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

    • JourneyCustomer

      public JourneyCustomer()
    • JourneyCustomer

      public JourneyCustomer(Boolean initWithEmptyList)
  • Method Details

    • id

      public JourneyCustomer id(String id)
      An ID of a customer within the Journey System at a point-in-time. Note that a customer entity can have multiple customerIds based on the stitching process. Depending on the context within the PureCloud conversation, this may or may not be mutable.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • idType

      public JourneyCustomer idType(String idType)
      The type of the customerId within the Journey System (e.g. cookie).
    • getIdType

      public String getIdType()
    • setIdType

      public void setIdType(String idType)
    • 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