@Generated(value={"Immutables.generator","_ListDomainSpacesRequest"}) 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:
applicationIds, developerIds, domainId, names, organizationIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListDomainSpacesRequest with attribute values. |
public String getDomainId()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListDomainSpacesRequest that have equal attribute values.public int hashCode()
applicationIds, developerIds, domainId, names, organizationIds, orderDirection, page, resultsPerPage.public String toString()
ListDomainSpacesRequest with attribute values.public static ListDomainSpacesRequest.Builder builder()
ListDomainSpacesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.