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