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