@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSpaceQuotasRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceQuotasRequest.Builder
Builds instances of type
ListSpaceQuotasRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceQuotasRequest.Builder |
builder()
Creates a builder for
ListSpaceQuotasRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceQuotasRequest that have equal attribute values. |
List<String> |
getGuids()
Comma-delimited list of space quota guids to filter by
|
List<String> |
getNames()
Comma-delimited list of space quota names to filter by
|
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationGuids()
Comma-delimited list of organization guids to filter by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getSpaceGuids()
Comma-delimited list of space guids to filter by
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, guids, names, organizationGuids, spaceGuids. |
String |
toString()
Prints the immutable value
ListSpaceQuotasRequest with attribute values. |
checkpublic String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic List<String> getOrganizationGuids()
public boolean equals(Object another)
ListSpaceQuotasRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, guids, names, organizationGuids, spaceGuids.public String toString()
ListSpaceQuotasRequest with attribute values.public static ListSpaceQuotasRequest.Builder builder()
ListSpaceQuotasRequest.
ListSpaceQuotasRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.guids(List<String> | null) // nullable guids
.names(List<String> | null) // nullable names
.organizationGuids(List<String> | null) // nullable organizationGuids
.spaceGuids(List<String> | null) // nullable spaceGuids
.build();
Copyright © 2026. All rights reserved.