@Generated(value={"Immutables.generator","_ListSpaceApplicationsRequest"}) public final class ListSpaceApplicationsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceApplicationsRequest.Builder
Builds instances of type
ListSpaceApplicationsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceApplicationsRequest.Builder |
builder()
Creates a builder for
ListSpaceApplicationsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceApplicationsRequest that have equal attribute values. |
Boolean |
getDiego()
The diego flag
|
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
|
String |
getSpaceId()
The space id
|
List<String> |
getStackIds()
The stack ids
|
int |
hashCode()
Computes a hash code from attributes:
diego, names, organizationIds, spaceId, stackIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListSpaceApplicationsRequest with attribute values. |
public Boolean getDiego()
public String getSpaceId()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListSpaceApplicationsRequest that have equal attribute values.public int hashCode()
diego, names, organizationIds, spaceId, stackIds, orderDirection, page, resultsPerPage.public String toString()
ListSpaceApplicationsRequest with attribute values.public static ListSpaceApplicationsRequest.Builder builder()
ListSpaceApplicationsRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.