@Generated(value={"Immutables.generator","_ListOrganizationSpacesRequest"}) public final class ListOrganizationSpacesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOrganizationSpacesRequest.Builder
Builds instances of type
ListOrganizationSpacesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListOrganizationSpacesRequest.Builder |
builder()
Creates a builder for
ListOrganizationSpacesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListOrganizationSpacesRequest 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
|
String |
getOrganizationId()
The organization id
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
applicationIds, developerIds, names, organizationId, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListOrganizationSpacesRequest with attribute values. |
public String getOrganizationId()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListOrganizationSpacesRequest that have equal attribute values.public int hashCode()
applicationIds, developerIds, names, organizationId, orderDirection, page, resultsPerPage.public String toString()
ListOrganizationSpacesRequest with attribute values.public static ListOrganizationSpacesRequest.Builder builder()
ListOrganizationSpacesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.