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