@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListPackageDropletsRequest extends PaginatedRequest
_ListPackageDropletsRequest.
Use the builder to create immutable instances:
ListPackageDropletsRequest.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPackageDropletsRequest.Builder
Builds instances of type
ListPackageDropletsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListPackageDropletsRequest.Builder |
builder()
Creates a builder for
ListPackageDropletsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListPackageDropletsRequest that have equal attribute values. |
List<String> |
getDropletIds()
The droplet ids to filter by
|
String |
getOrderBy()
The order by
|
String |
getPackageId()
The package id
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<DropletState> |
getStates()
The droplet states to filter by
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, dropletIds, packageId, states. |
String |
toString()
Prints the immutable value
ListPackageDropletsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getPackageId()
public List<DropletState> getStates()
public boolean equals(Object another)
ListPackageDropletsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, dropletIds, packageId, states.public String toString()
ListPackageDropletsRequest with attribute values.public static ListPackageDropletsRequest.Builder builder()
ListPackageDropletsRequest.
ListPackageDropletsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.dropletId|addAllDropletIds(String) // dropletIds elements
.packageId(String) // required packageId
.state|addAllStates(org.cloudfoundry.client.v3.droplets.DropletState) // states elements
.build();
Copyright © 2020. All rights reserved.