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