@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListRolesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRolesRequest.Builder
Builds instances of type
ListRolesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListRolesRequest.Builder |
builder()
Creates a builder for
ListRolesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListRolesRequest that have equal attribute values. |
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
The organization ids filter
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getRoleIds()
The role ids filter
|
List<String> |
getSpaceIds()
The space ids filter
|
List<RoleType> |
getTypes()
The types filter
|
List<String> |
getUserIds()
The user ids filter
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, roleIds, organizationIds, spaceIds, types, userIds. |
String |
toString()
Prints the immutable value
ListRolesRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListRolesRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, roleIds, organizationIds, spaceIds, types, userIds.public String toString()
ListRolesRequest with attribute values.public static ListRolesRequest.Builder builder()
ListRolesRequest.
ListRolesRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.roleId|addAllRoleIds(String) // roleIds elements
.organizationId|addAllOrganizationIds(String) // organizationIds elements
.spaceId|addAllSpaceIds(String) // spaceIds elements
.type|addAllTypes(org.cloudfoundry.client.v3.roles.RoleType) // types elements
.userId|addAllUserIds(String) // userIds elements
.build();
Copyright © 2022. All rights reserved.