@Generated(value={"Immutables.generator","_ListApplicationsRequest"}) public final class ListApplicationsRequest extends PaginatedAndSortedRequest
| 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> |
getIds()
The ids
|
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:
ids, names, organizationIds, spaceIds, orderBy, page, perPage. |
String |
toString()
Prints the immutable value
ListApplicationsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedAndSortedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListApplicationsRequest that have equal attribute values.public int hashCode()
ids, names, organizationIds, spaceIds, orderBy, page, perPage.public String toString()
ListApplicationsRequest with attribute values.public static ListApplicationsRequest.Builder builder()
ListApplicationsRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.