@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListApplicationProcessesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationProcessesRequest.Builder
Builds instances of type
ListApplicationProcessesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationProcessesRequest.Builder |
builder()
Creates a builder for
ListApplicationProcessesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListApplicationProcessesRequest 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> |
getProcessId()
List of process ids to filter by
|
List<String> |
getTypes()
List of process types to filter by
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationId, processId, types. |
String |
toString()
Prints the immutable value
ListApplicationProcessesRequest 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)
ListApplicationProcessesRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationId, processId, types.public String toString()
ListApplicationProcessesRequest with attribute values.public static ListApplicationProcessesRequest.Builder builder()
ListApplicationProcessesRequest.
ListApplicationProcessesRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId(String) // required applicationId
.processId|addAllProcessId(String) // processId elements
.type|addAllTypes(String) // types elements
.build();
Copyright © 2020. All rights reserved.