@Generated(value={"Immutables.generator","_ListServiceBindingsRequest"}) public final class ListServiceBindingsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceBindingsRequest.Builder
Builds instances of type
ListServiceBindingsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceBindingsRequest.Builder |
builder()
Creates a builder for
ListServiceBindingsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceBindingsRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The application ids
|
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getServiceInstanceIds()
The service instance ids
|
int |
hashCode()
Computes a hash code from attributes:
applicationIds, serviceInstanceIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListServiceBindingsRequest 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)
ListServiceBindingsRequest that have equal attribute values.public int hashCode()
applicationIds, serviceInstanceIds, orderDirection, page, resultsPerPage.public String toString()
ListServiceBindingsRequest with attribute values.public static ListServiceBindingsRequest.Builder builder()
ListServiceBindingsRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.