@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListPrivateDomainSharedOrganizationsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPrivateDomainSharedOrganizationsRequest.Builder
Builds instances of type
ListPrivateDomainSharedOrganizationsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListPrivateDomainSharedOrganizationsRequest.Builder |
builder()
Creates a builder for
ListPrivateDomainSharedOrganizationsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListPrivateDomainSharedOrganizationsRequest 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
|
String |
getPrivateDomainId()
The private domain id
|
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:
orderDirection, page, resultsPerPage, auditorIds, billingManagerIds, managerIds, names, privateDomainId, spaceIds, statuses, userIds. |
String |
toString()
Prints the immutable value
ListPrivateDomainSharedOrganizationsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getPrivateDomainId()
public boolean equals(Object another)
ListPrivateDomainSharedOrganizationsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, auditorIds, billingManagerIds, managerIds, names, privateDomainId, spaceIds, statuses, userIds.public String toString()
ListPrivateDomainSharedOrganizationsRequest with attribute values.public static ListPrivateDomainSharedOrganizationsRequest.Builder builder()
ListPrivateDomainSharedOrganizationsRequest.
ListPrivateDomainSharedOrganizationsRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.auditorIds(List<String> | null) // nullable auditorIds
.billingManagerIds(List<String> | null) // nullable billingManagerIds
.managerIds(List<String> | null) // nullable managerIds
.names(List<String> | null) // nullable names
.privateDomainId(String) // required privateDomainId
.spaceIds(List<String> | null) // nullable spaceIds
.statuses(List<String> | null) // nullable statuses
.userIds(List<String> | null) // nullable userIds
.build();
Copyright © 2020. All rights reserved.