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