@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListDeploymentsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListDeploymentsRequest.Builder
Builds instances of type
ListDeploymentsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListDeploymentsRequest.Builder |
builder()
Creates a builder for
ListDeploymentsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListDeploymentsRequest that have equal attribute values. |
List<String> |
getApplicationIds()
List of app guids to filter by
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<DeploymentState> |
getStates()
List of states to filter by
|
List<DeploymentStatusReason> |
getStatusReasons()
List of status reasons to filter by
|
List<DeploymentStatusValue> |
getStatusValues()
List of status values to filter by
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationIds, states, statusReasons, statusValues. |
String |
toString()
Prints the immutable value
ListDeploymentsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic List<DeploymentState> getStates()
public List<DeploymentStatusReason> getStatusReasons()
public List<DeploymentStatusValue> getStatusValues()
public boolean equals(Object another)
ListDeploymentsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationIds, states, statusReasons, statusValues.public String toString()
ListDeploymentsRequest with attribute values.public static ListDeploymentsRequest.Builder builder()
ListDeploymentsRequest.
ListDeploymentsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId|addAllApplicationIds(String) // applicationIds elements
.state|addAllStates(org.cloudfoundry.client.v3.deployments.DeploymentState) // states elements
.statusReason|addAllStatusReasons(org.cloudfoundry.client.v3.deployments.DeploymentStatusReason) // statusReasons elements
.statusValue|addAllStatusValues(org.cloudfoundry.client.v3.deployments.DeploymentStatusValue) // statusValues elements
.build();
Copyright © 2020. All rights reserved.