Class CreateConfirmServiceDetailsRequest


  • public class CreateConfirmServiceDetailsRequest
    extends java.lang.Object
    The request schema for the createConfirmServiceDetails operation.
    • Constructor Detail

      • CreateConfirmServiceDetailsRequest

        public CreateConfirmServiceDetailsRequest()
    • Method Detail

      • getText

        public java.lang.String getText()
        The text to be sent to the buyer. Only links related to Home Service calls are allowed. Do not include HTML or email addresses. The text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation.
        Returns:
        text
      • setText

        public void setText​(java.lang.String text)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object