@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListUserAuditedSpacesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUserAuditedSpacesRequest.Builder
Builds instances of type
ListUserAuditedSpacesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListUserAuditedSpacesRequest.Builder |
builder()
Creates a builder for
ListUserAuditedSpacesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListUserAuditedSpacesRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
String |
getDeveloperId()
The developer id
|
String |
getName()
The name
|
OrderDirection |
getOrderDirection()
The order direction
|
String |
getOrganizationId()
The organization id
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
String |
getUserId()
The id of the user
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, applicationId, developerId, name, organizationId, userId. |
String |
toString()
Prints the immutable value
ListUserAuditedSpacesRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getApplicationId()
public String getDeveloperId()
public String getName()
public String getOrganizationId()
public String getUserId()
public boolean equals(Object another)
ListUserAuditedSpacesRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, applicationId, developerId, name, organizationId, userId.public String toString()
ListUserAuditedSpacesRequest with attribute values.public static ListUserAuditedSpacesRequest.Builder builder()
ListUserAuditedSpacesRequest.
ListUserAuditedSpacesRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.applicationId(String | null) // nullable applicationId
.developerId(String | null) // nullable developerId
.name(String | null) // nullable name
.organizationId(String | null) // nullable organizationId
.userId(String) // required userId
.build();
Copyright © 2020. All rights reserved.