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