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