java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AppointmentRef

public class AppointmentRef extends Object
If the product order item requires an appointment between the service provider and the customer.
  • Constructor Details

    • AppointmentRef

      public AppointmentRef()
  • Method Details

    • href

      public AppointmentRef href(String href)
    • getHref

      public String getHref()
      Hyperlink to access the appointment
      Returns:
      href
    • setHref

      public void setHref(String href)
    • id

      public AppointmentRef id(String id)
    • getId

      @NotNull @NotBlank public @NotNull @NotBlank String getId()
      id of the appointment
      Returns:
      id
    • setId

      public void setId(String id)
    • atReferredType

      public AppointmentRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      Indicates the (class) type of resource.
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • 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