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