public class MallFullTransactionInstallmentsResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
MallFullTransactionInstallmentsResponse |
add(MallFullTransactionInstallmentResponse response)
Adds a new item to the response list.
|
static MallFullTransactionInstallmentsResponse |
build()
Builds a new MallFullTransactionInstallmentsResponse.
|
static MallFullTransactionInstallmentsResponse |
build(MallFullTransactionInstallmentResponse response)
Builds a new MallFullTransactionInstallmentsResponse with the provided list of responses.
|
List<MallFullTransactionInstallmentResponse> |
getResponseList()
Returns the response list.
|
boolean |
remove(MallFullTransactionInstallmentResponse response)
Removes an item from the response list.
|
public static MallFullTransactionInstallmentsResponse build()
public static MallFullTransactionInstallmentsResponse build(MallFullTransactionInstallmentResponse response)
response - The list of responses.public MallFullTransactionInstallmentsResponse add(MallFullTransactionInstallmentResponse response)
response - The response to add.public boolean remove(MallFullTransactionInstallmentResponse response)
response - The response to remove.public List<MallFullTransactionInstallmentResponse> getResponseList()
Copyright © 2018–2024. All rights reserved.