public class V1ListPaymentsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1ListPaymentsResponse.Builder
Class to build instances of
V1ListPaymentsResponse. |
| Constructor and Description |
|---|
V1ListPaymentsResponse(List<V1Payment> items)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<V1Payment> |
getItems()
Getter for Items.
|
int |
hashCode() |
V1ListPaymentsResponse.Builder |
toBuilder()
Builds a new
V1ListPaymentsResponse.Builder object. |
String |
toString()
Converts this V1ListPaymentsResponse into string format.
|
public String toString()
public V1ListPaymentsResponse.Builder toBuilder()
V1ListPaymentsResponse.Builder object.
Creates the instance with the state of the current model.V1ListPaymentsResponse.Builder objectCopyright © 2022. All rights reserved.