@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListPackagesResponse extends PaginatedResponse<PackageResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPackagesResponse.Builder
Builds instances of type
ListPackagesResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListPackagesResponse.Builder |
builder()
Creates a builder for
ListPackagesResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListPackagesResponse that have equal attribute values. |
Pagination |
getPagination()
The pagination
|
List<PackageResource> |
getResources()
The resources
|
int |
hashCode()
Computes a hash code from attributes:
pagination, resources. |
String |
toString()
Prints the immutable value
ListPackagesResponse with attribute values. |
public Pagination getPagination()
getPagination in class PaginatedResponse<PackageResource>public List<PackageResource> getResources()
getResources in class PaginatedResponse<PackageResource>public boolean equals(Object another)
ListPackagesResponse that have equal attribute values.public int hashCode()
pagination, resources.public String toString()
ListPackagesResponse with attribute values.public static ListPackagesResponse.Builder builder()
ListPackagesResponse.
ListPackagesResponse.builder()
.pagination(org.cloudfoundry.client.v3.Pagination | null) // nullable pagination
.resources(List<PackageResource> | null) // nullable resources
.build();
Copyright © 2020. All rights reserved.