Class GetRepresentativeRequest


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

      • GetRepresentativeRequest

        public GetRepresentativeRequest​(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 GetRepresentativeRequest 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