@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListUserProvidedServiceInstanceServiceBindingsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUserProvidedServiceInstanceServiceBindingsRequest.Builder
Builds instances of type
ListUserProvidedServiceInstanceServiceBindingsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListUserProvidedServiceInstanceServiceBindingsRequest.Builder |
builder()
Creates a builder for
ListUserProvidedServiceInstanceServiceBindingsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListUserProvidedServiceInstanceServiceBindingsRequest 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 |
getUserProvidedServiceInstanceId()
The user provided service instance id
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, applicationIds, userProvidedServiceInstanceId. |
String |
toString()
Prints the immutable value
ListUserProvidedServiceInstanceServiceBindingsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getUserProvidedServiceInstanceId()
public boolean equals(Object another)
ListUserProvidedServiceInstanceServiceBindingsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, applicationIds, userProvidedServiceInstanceId.public String toString()
ListUserProvidedServiceInstanceServiceBindingsRequest with attribute values.public static ListUserProvidedServiceInstanceServiceBindingsRequest.Builder builder()
ListUserProvidedServiceInstanceServiceBindingsRequest.
ListUserProvidedServiceInstanceServiceBindingsRequest.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
.userProvidedServiceInstanceId(String) // required userProvidedServiceInstanceId
.build();
Copyright © 2020. All rights reserved.