@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListPackagesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPackagesRequest.Builder
Builds instances of type
ListPackagesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListPackagesRequest.Builder |
builder()
Creates a builder for
ListPackagesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListPackagesRequest that have equal attribute values. |
List<String> |
getApplicationIds()
List of application ids to filter by
|
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
List of organization ids to filter by
|
List<String> |
getPackageIds()
List of package ids to filter by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getSpaceIds()
List of space ids to filter by
|
List<PackageState> |
getStates()
List of package states to filter by
|
List<PackageType> |
getTypes()
List of package types to filter by
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationIds, organizationIds, packageIds, spaceIds, states, types. |
String |
toString()
Prints the immutable value
ListPackagesRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic List<PackageState> getStates()
public List<PackageType> getTypes()
public boolean equals(Object another)
ListPackagesRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationIds, organizationIds, packageIds, spaceIds, states, types.public String toString()
ListPackagesRequest with attribute values.public static ListPackagesRequest.Builder builder()
ListPackagesRequest.
ListPackagesRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId|addAllApplicationIds(String) // applicationIds elements
.organizationId|addAllOrganizationIds(String) // organizationIds elements
.packageId|addAllPackageIds(String) // packageIds elements
.spaceId|addAllSpaceIds(String) // spaceIds 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.