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