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