@Generated(value="org.immutables.processor.ProxyProcessor") 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:
orderDirection, page, resultsPerPage, diego, names, organizationIds, spaceId, stackIds. |
String |
toString()
Prints the immutable value
ListSpaceApplicationsRequest 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 String getSpaceId()
public boolean equals(Object another)
ListSpaceApplicationsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, diego, names, organizationIds, spaceId, stackIds.public String toString()
ListSpaceApplicationsRequest with attribute values.public static ListSpaceApplicationsRequest.Builder builder()
ListSpaceApplicationsRequest.
ListSpaceApplicationsRequest.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
.spaceId(String) // required spaceId
.stackIds(List<String> | null) // nullable stackIds
.build();
Copyright © 2020. All rights reserved.