@Generated(value="org.immutables.processor.ProxyProcessor") 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
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getStacks()
The stacks
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, names, stacks. |
String |
toString()
Prints the immutable value
ListBuildpacksRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListBuildpacksRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, names, stacks.public String toString()
ListBuildpacksRequest with attribute values.public static ListBuildpacksRequest.Builder builder()
ListBuildpacksRequest.
ListBuildpacksRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.names(List<String> | null) // nullable names
.stacks(List<String> | null) // nullable stacks
.build();
Copyright © 2021. All rights reserved.