@Generated(value="org.immutables.processor.ProxyProcessor") 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:
orderDirection, page, resultsPerPage, diego, names, organizationIds, spaceIds, stackIds. |
String |
toString()
Prints the immutable value
ListApplicationsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic Boolean getDiego()
public boolean equals(Object another)
ListApplicationsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, diego, names, organizationIds, spaceIds, stackIds.public String toString()
ListApplicationsRequest with attribute values.public static ListApplicationsRequest.Builder builder()
ListApplicationsRequest.
ListApplicationsRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.diego(Boolean | null) // nullable diego
.names(List<String> | null) // nullable names
.organizationIds(List<String> | null) // nullable organizationIds
.spaceIds(List<String> | null) // nullable spaceIds
.stackIds(List<String> | null) // nullable stackIds
.build();
Copyright © 2020. All rights reserved.