Class GDPRJourneyCustomer

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

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

    • GDPRJourneyCustomer

      public GDPRJourneyCustomer()
    • GDPRJourneyCustomer

      public GDPRJourneyCustomer(Boolean initWithEmptyList)
  • Method Details

    • type

      public GDPRJourneyCustomer type(String type)
      The type of the customerId within the Journey System (e.g. cookie). Required if `id` is defined.
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • id

      public GDPRJourneyCustomer id(String id)
      An ID of a customer within the Journey System at a point-in-time. Required if `type` is defined.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • 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