@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListOrganizationSpaceQuotaDefinitionsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder
Builds instances of type
ListOrganizationSpaceQuotaDefinitionsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
builder()
Creates a builder for
ListOrganizationSpaceQuotaDefinitionsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListOrganizationSpaceQuotaDefinitionsRequest that have equal attribute values. |
OrderDirection |
getOrderDirection()
The order direction
|
String |
getOrganizationId()
The organization id
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, organizationId. |
String |
toString()
Prints the immutable value
ListOrganizationSpaceQuotaDefinitionsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getOrganizationId()
public boolean equals(Object another)
ListOrganizationSpaceQuotaDefinitionsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, organizationId.public String toString()
ListOrganizationSpaceQuotaDefinitionsRequest with attribute values.public static ListOrganizationSpaceQuotaDefinitionsRequest.Builder builder()
ListOrganizationSpaceQuotaDefinitionsRequest.
ListOrganizationSpaceQuotaDefinitionsRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.organizationId(String) // required organizationId
.build();
Copyright © 2020. All rights reserved.