Class FindTransfersResponse


  • public class FindTransfersResponse
    extends Object
    FindTransfersResponse
    • Constructor Detail

      • FindTransfersResponse

        public FindTransfersResponse()
    • Method Detail

      • links

        public FindTransfersResponse links​(Links links)
        links
        Parameters:
        links -
        Returns:
        the current FindTransfersResponse instance, allowing for method chaining
      • getLinks

        public Links getLinks()
        links
        Returns:
        links
      • setLinks

        public void setLinks​(Links links)
        links
        Parameters:
        links -
      • data

        public FindTransfersResponse data​(List<TransferData> data)
        Contains the transfers that match the query parameters.
        Parameters:
        data -
        Returns:
        the current FindTransfersResponse instance, allowing for method chaining
      • getData

        public List<TransferData> getData()
        Contains the transfers that match the query parameters.
        Returns:
        data
      • setData

        public void setData​(List<TransferData> data)
        Contains the transfers that match the query parameters.
        Parameters:
        data -
      • equals

        public boolean equals​(Object o)
        Return true if this FindTransfersResponse object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static FindTransfersResponse fromJson​(String jsonString)
                                              throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of FindTransfersResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of FindTransfersResponse
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to FindTransfersResponse
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of FindTransfersResponse to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException