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