Class UpdateRepresentativeRequest


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

      • UpdateRepresentativeRequest

        public UpdateRepresentativeRequest​(java.lang.String accountID,
                                           java.lang.String representativeID,
                                           UpdateRepresentative updateRepresentative)
    • Method Detail

      • accountID

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

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

        public UpdateRepresentativeRequest 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