@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListDropletsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListDropletsRequest.Builder
Builds instances of type
ListDropletsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListDropletsRequest.Builder |
builder()
Creates a builder for
ListDropletsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListDropletsRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The application ids
|
List<String> |
getDropletIds()
The droplet ids
|
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getSpaceIds()
The space ids
|
List<DropletState> |
getStates()
The states
|
int |
hashCode()
Computes a hash code from attributes:
applicationIds, dropletIds, organizationIds, spaceIds, states, orderBy, page, perPage. |
String |
toString()
Prints the immutable value
ListDropletsRequest with attribute values. |
public List<DropletState> getStates()
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListDropletsRequest that have equal attribute values.public int hashCode()
applicationIds, dropletIds, organizationIds, spaceIds, states, orderBy, page, perPage.public String toString()
ListDropletsRequest with attribute values.public static ListDropletsRequest.Builder builder()
ListDropletsRequest.
ListDropletsRequest.builder()
.applicationId|addAllApplicationIds(String) // applicationIds elements
.dropletId|addAllDropletIds(String) // dropletIds elements
.organizationId|addAllOrganizationIds(String) // organizationIds elements
.spaceId|addAllSpaceIds(String) // spaceIds elements
.state|addAllStates(org.cloudfoundry.client.v3.droplets.DropletState) // states elements
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.build();
Copyright © 2019. All rights reserved.