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