public static class ListAgreementsResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListAgreementsResponse |
build() |
ListAgreementsResponse.Builder |
copy(ListAgreementsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListAgreementsResponse.Builder |
items(List<AgreementSummary> items) |
ListAgreementsResponse.Builder |
opcNextPage(String opcNextPage) |
ListAgreementsResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public ListAgreementsResponse.Builder copy(ListAgreementsResponse o)
Copy method to populate the builder with values from the given instance.
public ListAgreementsResponse.Builder opcRequestId(String opcRequestId)
public ListAgreementsResponse.Builder opcNextPage(String opcNextPage)
public ListAgreementsResponse.Builder items(List<AgreementSummary> items)
public ListAgreementsResponse build()
Copyright © 2016–2020. All rights reserved.