Package com.docusign.esign.model
Class BillingPaymentsResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPaymentsResponse
-
public class BillingPaymentsResponse extends java.lang.ObjectDefines a billing payments response object..
-
-
Constructor Summary
Constructors Constructor Description BillingPaymentsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPaymentsResponseaddBillingPaymentsItem(BillingPaymentItem billingPaymentsItem)addBillingPaymentsItem.BillingPaymentsResponsebillingPayments(java.util.List<BillingPaymentItem> billingPayments)billingPayments.booleanequals(java.lang.Object o)Compares objects.java.util.List<BillingPaymentItem>getBillingPayments()Reserved: TBD.java.lang.StringgetNextUri()The URI to the next chunk of records based on the search request.java.lang.StringgetPreviousUri()The postal code for the billing address..inthashCode()Returns the HashCode.BillingPaymentsResponsenextUri(java.lang.String nextUri)nextUri.BillingPaymentsResponsepreviousUri(java.lang.String previousUri)previousUri.voidsetBillingPayments(java.util.List<BillingPaymentItem> billingPayments)setBillingPayments.voidsetNextUri(java.lang.String nextUri)setNextUri.voidsetPreviousUri(java.lang.String previousUri)setPreviousUri.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingPayments
public BillingPaymentsResponse billingPayments(java.util.List<BillingPaymentItem> billingPayments)
billingPayments.- Returns:
- BillingPaymentsResponse
-
addBillingPaymentsItem
public BillingPaymentsResponse addBillingPaymentsItem(BillingPaymentItem billingPaymentsItem)
addBillingPaymentsItem.- Returns:
- BillingPaymentsResponse
-
getBillingPayments
public java.util.List<BillingPaymentItem> getBillingPayments()
Reserved: TBD.- Returns:
- billingPayments
-
setBillingPayments
public void setBillingPayments(java.util.List<BillingPaymentItem> billingPayments)
setBillingPayments.
-
nextUri
public BillingPaymentsResponse nextUri(java.lang.String nextUri)
nextUri.- Returns:
- BillingPaymentsResponse
-
getNextUri
public java.lang.String getNextUri()
The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. .- Returns:
- nextUri
-
setNextUri
public void setNextUri(java.lang.String nextUri)
setNextUri.
-
previousUri
public BillingPaymentsResponse previousUri(java.lang.String previousUri)
previousUri.- Returns:
- BillingPaymentsResponse
-
getPreviousUri
public java.lang.String getPreviousUri()
The postal code for the billing address..- Returns:
- previousUri
-
setPreviousUri
public void setPreviousUri(java.lang.String previousUri)
setPreviousUri.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-