@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSpaceAuditorsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceAuditorsRequest.Builder
Builds instances of type
ListSpaceAuditorsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceAuditorsRequest.Builder |
builder()
Creates a builder for
ListSpaceAuditorsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceAuditorsRequest 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
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
String |
getSpaceId()
The space id
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, auditedOrganizationIds, auditedSpaceIds, billingManagedOrganizationIds, managedOrganizationIds, managedSpaceIds, organizationIds, spaceId. |
String |
toString()
Prints the immutable value
ListSpaceAuditorsRequest 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 getSpaceId()
public boolean equals(Object another)
ListSpaceAuditorsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, auditedOrganizationIds, auditedSpaceIds, billingManagedOrganizationIds, managedOrganizationIds, managedSpaceIds, organizationIds, spaceId.public String toString()
ListSpaceAuditorsRequest with attribute values.public static ListSpaceAuditorsRequest.Builder builder()
ListSpaceAuditorsRequest.
ListSpaceAuditorsRequest.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
.organizationIds(List<String> | null) // nullable organizationIds
.spaceId(String) // required spaceId
.build();
Copyright © 2020. All rights reserved.