| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.roles |
| Modifier and Type | Field and Description |
|---|---|
static Set<RoleType> |
RoleType.ORGANIZATION_ROLE_TYPES |
static Set<RoleType> |
RoleType.SPACE_ROLE_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static RoleType |
RoleType.from(String s) |
abstract RoleType |
Role.getType()
The type
|
RoleType |
RoleResource.getType()
The type
|
RoleType |
CreateRoleResponse.getType()
The type
|
RoleType |
GetRoleResponse.getType()
The type
|
RoleType |
CreateRoleRequest.getType()
The type
|
static RoleType |
RoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleType[] |
RoleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleType> |
ListRolesRequest.getTypes()
The types filter
|
| Modifier and Type | Method and Description |
|---|---|
RoleResource.Builder |
RoleResource.Builder.type(RoleType type)
Initializes the value for the
type attribute. |
CreateRoleResponse.Builder |
CreateRoleResponse.Builder.type(RoleType type)
Initializes the value for the
type attribute. |
GetRoleResponse.Builder |
GetRoleResponse.Builder.type(RoleType type)
Initializes the value for the
type attribute. |
CreateRoleRequest.Builder |
CreateRoleRequest.Builder.type(RoleType type)
Initializes the value for the
type attribute. |
ListRolesRequest.Builder |
ListRolesRequest.Builder.type(RoleType element)
Adds one element to
types list. |
ListRolesRequest.Builder |
ListRolesRequest.Builder.types(RoleType... elements)
Adds elements to
types list. |
| Modifier and Type | Method and Description |
|---|---|
ListRolesRequest.Builder |
ListRolesRequest.Builder.addAllTypes(Iterable<? extends RoleType> elements)
Adds elements to
types list. |
ListRolesRequest.Builder |
ListRolesRequest.Builder.types(Iterable<? extends RoleType> elements)
Sets or replaces all elements for
types list. |
Copyright © 2021. All rights reserved.