@Generated(value={"Immutables.generator","_ListSpacesRequest"}) public final class ListSpacesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpacesRequest.Builder
Builds instances of type
ListSpacesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpacesRequest.Builder |
builder()
Creates a builder for
ListSpacesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpacesRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The application ids
|
List<String> |
getDeveloperIds()
The developer ids
|
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, names, organizationIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListSpacesRequest 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)
ListSpacesRequest that have equal attribute values.public int hashCode()
applicationIds, developerIds, names, organizationIds, orderDirection, page, resultsPerPage.public String toString()
ListSpacesRequest with attribute values.public static ListSpacesRequest.Builder builder()
ListSpacesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.