Class ConnectCollectionTransfer

    • Constructor Detail

      • ConnectCollectionTransfer

        public ConnectCollectionTransfer()
    • Method Detail

      • getDestination

        public java.lang.String getDestination()
        Get ID of expandable destination object.
      • setDestination

        public void setDestination​(java.lang.String id)
      • getDestinationObject

        public Account getDestinationObject()
        Get expanded destination.
      • setDestinationObject

        public void setDestinationObject​(Account expandableObject)
      • getAmount

        public java.lang.Long getAmount()
        Amount transferred, in %s.
      • getLivemode

        public java.lang.Boolean getLivemode()
        Has the value true if the object exists in live mode or the value false if the object exists in test mode.
      • getObject

        public java.lang.String getObject()
        String representing the object's type. Objects of the same type share the same value.

        Equal to connect_collection_transfer.

      • setAmount

        public void setAmount​(java.lang.Long amount)
        Amount transferred, in %s.
      • setId

        public void setId​(java.lang.String id)
        Unique identifier for the object.
      • setLivemode

        public void setLivemode​(java.lang.Boolean livemode)
        Has the value true if the object exists in live mode or the value false if the object exists in test mode.
      • setObject

        public void setObject​(java.lang.String object)
        String representing the object's type. Objects of the same type share the same value.

        Equal to connect_collection_transfer.

      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String getId()
        Unique identifier for the object.
        Specified by:
        getId in interface HasId