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