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