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