@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:
orderBy, page, perPage, applicationIds, dropletIds, organizationIds, spaceIds, states. |
String |
toString()
Prints the immutable value
ListDropletsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic List<DropletState> getStates()
public boolean equals(Object another)
ListDropletsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationIds, dropletIds, organizationIds, spaceIds, states.public String toString()
ListDropletsRequest with attribute values.public static ListDropletsRequest.Builder builder()
ListDropletsRequest.
ListDropletsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.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
.build();
Copyright © 2020. All rights reserved.