@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListApplicationBuildsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationBuildsRequest.Builder
Builds instances of type
ListApplicationBuildsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationBuildsRequest.Builder |
builder()
Creates a builder for
ListApplicationBuildsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListApplicationBuildsRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
String |
getOrderBy()
The order by
|
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, applicationId, states. |
String |
toString()
Prints the immutable value
ListApplicationBuildsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getApplicationId()
public boolean equals(Object another)
ListApplicationBuildsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationId, states.public String toString()
ListApplicationBuildsRequest with attribute values.public static ListApplicationBuildsRequest.Builder builder()
ListApplicationBuildsRequest.
ListApplicationBuildsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId(String) // required applicationId
.state|addAllStates(String) // states elements
.build();
Copyright © 2020. All rights reserved.