@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListUserProvidedServiceInstancesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUserProvidedServiceInstancesRequest.Builder
Builds instances of type
ListUserProvidedServiceInstancesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListUserProvidedServiceInstancesRequest.Builder |
builder()
Creates a builder for
ListUserProvidedServiceInstancesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListUserProvidedServiceInstancesRequest that have equal attribute values. |
List<String> |
getNames()
The names
|
OrderDirection |
getOrderDirection()
The order direction
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getSpaceIds()
The space ids
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, names, organizationIds, spaceIds. |
String |
toString()
Prints the immutable value
ListUserProvidedServiceInstancesRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListUserProvidedServiceInstancesRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, names, organizationIds, spaceIds.public String toString()
ListUserProvidedServiceInstancesRequest with attribute values.public static ListUserProvidedServiceInstancesRequest.Builder builder()
ListUserProvidedServiceInstancesRequest.
ListUserProvidedServiceInstancesRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.names(List<String> | null) // nullable names
.organizationIds(List<String> | null) // nullable organizationIds
.spaceIds(List<String> | null) // nullable spaceIds
.build();
Copyright © 2020. All rights reserved.