@Generated(value={"Immutables.generator","_ListOrganizationsRequest"}) public final class ListOrganizationsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOrganizationsRequest.Builder
Builds instances of type
ListOrganizationsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListOrganizationsRequest.Builder |
builder()
Creates a builder for
ListOrganizationsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListOrganizationsRequest that have equal attribute values. |
List<String> |
getAuditorIds()
The auditor ids
|
List<String> |
getBillingManagerIds()
The billing manager ids
|
List<String> |
getManagerIds()
The manager ids
|
List<String> |
getNames()
The names
|
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getSpaceIds()
The space ids
|
List<String> |
getStatuses()
The statuses
|
List<String> |
getUserIds()
The user ids
|
int |
hashCode()
Computes a hash code from attributes:
auditorIds, billingManagerIds, managerIds, names, spaceIds, statuses, userIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListOrganizationsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListOrganizationsRequest that have equal attribute values.public int hashCode()
auditorIds, billingManagerIds, managerIds, names, spaceIds, statuses, userIds, orderDirection, page, resultsPerPage.public String toString()
ListOrganizationsRequest with attribute values.public static ListOrganizationsRequest.Builder builder()
ListOrganizationsRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.