@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListOrganizationPrivateDomainsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOrganizationPrivateDomainsRequest.Builder
Builds instances of type
ListOrganizationPrivateDomainsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListOrganizationPrivateDomainsRequest.Builder |
builder()
Creates a builder for
ListOrganizationPrivateDomainsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListOrganizationPrivateDomainsRequest that have equal attribute values. |
List<String> |
getNames()
The names
|
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, names, organizationId. |
String |
toString()
Prints the immutable value
ListOrganizationPrivateDomainsRequest 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)
ListOrganizationPrivateDomainsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, names, organizationId.public String toString()
ListOrganizationPrivateDomainsRequest with attribute values.public static ListOrganizationPrivateDomainsRequest.Builder builder()
ListOrganizationPrivateDomainsRequest.
ListOrganizationPrivateDomainsRequest.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
.organizationId(String) // required organizationId
.build();
Copyright © 2020. All rights reserved.