Class DeleteRepresentativeRequest


  • public class DeleteRepresentativeRequest
    extends java.lang.Object
    • Constructor Detail

      • DeleteRepresentativeRequest

        public DeleteRepresentativeRequest​(java.lang.String accountID,
                                           java.lang.String representativeID)
    • Method Detail

      • accountID

        public java.lang.String accountID()
        ID of the account.
      • representativeID

        public java.lang.String representativeID()
        ID of the representative.
      • withRepresentativeID

        public DeleteRepresentativeRequest withRepresentativeID​(java.lang.String representativeID)
        ID of the representative.
      • 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