@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListBuildsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListBuildsRequest.Builder
Builds instances of type
ListBuildsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListBuildsRequest.Builder |
builder()
Creates a builder for
ListBuildsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListBuildsRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The application ids
|
String |
getOrderBy()
The order by
|
List<String> |
getPackageIds()
The package ids
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getStates()
The build states
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationIds, packageIds, states. |
String |
toString()
Prints the immutable value
ListBuildsRequest 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)
ListBuildsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationIds, packageIds, states.public String toString()
ListBuildsRequest with attribute values.public static ListBuildsRequest.Builder builder()
ListBuildsRequest.
ListBuildsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId|addAllApplicationIds(String) // applicationIds elements
.packageId|addAllPackageIds(String) // packageIds elements
.state|addAllStates(String) // states elements
.build();
Copyright © 2020. All rights reserved.