@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListApplicationsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationsRequest.Builder
Builds instances of type
ListApplicationsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationsRequest.Builder |
builder()
Creates a builder for
ListApplicationsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListApplicationsRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The ids
|
String |
getLabelSelector()
The metadata query
|
List<String> |
getNames()
The names
|
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getSpaceIds()
The space ids
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationIds, labelSelector, names, organizationIds, spaceIds. |
String |
toString()
Prints the immutable value
ListApplicationsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getLabelSelector()
public boolean equals(Object another)
ListApplicationsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationIds, labelSelector, names, organizationIds, spaceIds.public String toString()
ListApplicationsRequest with attribute values.public static ListApplicationsRequest.Builder builder()
ListApplicationsRequest.
ListApplicationsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId|addAllApplicationIds(String) // applicationIds elements
.labelSelector(String | null) // nullable labelSelector
.name|addAllNames(String) // names elements
.organizationId|addAllOrganizationIds(String) // organizationIds elements
.spaceId|addAllSpaceIds(String) // spaceIds elements
.build();
Copyright © 2020. All rights reserved.