@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListApplicationPackagesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationPackagesRequest.Builder
Builds instances of type
ListApplicationPackagesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationPackagesRequest.Builder |
builder()
Creates a builder for
ListApplicationPackagesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListApplicationPackagesRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
String |
getOrderBy()
The order by
|
List<String> |
getPackageIds()
Package ids to filter by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<PackageState> |
getStates()
Package states to filter by
|
List<PackageType> |
getTypes()
Package types to filter by
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationId, packageIds, states, types. |
String |
toString()
Prints the immutable value
ListApplicationPackagesRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getApplicationId()
public List<PackageState> getStates()
public List<PackageType> getTypes()
public boolean equals(Object another)
ListApplicationPackagesRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationId, packageIds, states, types.public String toString()
ListApplicationPackagesRequest with attribute values.public static ListApplicationPackagesRequest.Builder builder()
ListApplicationPackagesRequest.
ListApplicationPackagesRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId(String) // required applicationId
.packageId|addAllPackageIds(String) // packageIds elements
.state|addAllStates(org.cloudfoundry.client.v3.packages.PackageState) // states elements
.type|addAllTypes(org.cloudfoundry.client.v3.packages.PackageType) // types elements
.build();
Copyright © 2020. All rights reserved.