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