@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListOrganizationAuditorsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOrganizationAuditorsRequest.Builder
Builds instances of type
ListOrganizationAuditorsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListOrganizationAuditorsRequest.Builder |
builder()
Creates a builder for
ListOrganizationAuditorsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListOrganizationAuditorsRequest that have equal attribute values. |
List<String> |
getAuditedOrganizationIds()
The audited organization ids
|
List<String> |
getAuditedSpaceIds()
The audited space ids
|
List<String> |
getBillingManagedOrganizationIds()
The billing managed organization ids
|
List<String> |
getManagedOrganizationIds()
The managed organization ids
|
List<String> |
getManagedSpaceIds()
The managed space ids
|
OrderDirection |
getOrderDirection()
The order direction
|
String |
getOrganizationId()
The organization id
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getSpaceIds()
The space ids
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, auditedOrganizationIds, auditedSpaceIds, billingManagedOrganizationIds, managedOrganizationIds, managedSpaceIds, organizationId, spaceIds. |
String |
toString()
Prints the immutable value
ListOrganizationAuditorsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic List<String> getAuditedOrganizationIds()
public List<String> getBillingManagedOrganizationIds()
public List<String> getManagedOrganizationIds()
public String getOrganizationId()
public boolean equals(Object another)
ListOrganizationAuditorsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, auditedOrganizationIds, auditedSpaceIds, billingManagedOrganizationIds, managedOrganizationIds, managedSpaceIds, organizationId, spaceIds.public String toString()
ListOrganizationAuditorsRequest with attribute values.public static ListOrganizationAuditorsRequest.Builder builder()
ListOrganizationAuditorsRequest.
ListOrganizationAuditorsRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.auditedOrganizationIds(List<String> | null) // nullable auditedOrganizationIds
.auditedSpaceIds(List<String> | null) // nullable auditedSpaceIds
.billingManagedOrganizationIds(List<String> | null) // nullable billingManagedOrganizationIds
.managedOrganizationIds(List<String> | null) // nullable managedOrganizationIds
.managedSpaceIds(List<String> | null) // nullable managedSpaceIds
.organizationId(String) // required organizationId
.spaceIds(List<String> | null) // nullable spaceIds
.build();
Copyright © 2020. All rights reserved.