| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.users |
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
UserEntity.Builder.build()
Builds a new
UserEntity. |
UserEntity |
GetUserResponse.getEntity()
The resource's entity
|
UserEntity |
CreateUserResponse.getEntity()
The resource's entity
|
UserEntity |
UpdateUserResponse.getEntity()
The resource's entity
|
UserEntity |
UserResource.getEntity()
The resource's entity
|
| Modifier and Type | Method and Description |
|---|---|
GetUserResponse.Builder |
GetUserResponse.Builder.entity(UserEntity entity)
Initializes the value for the
entity attribute. |
CreateUserResponse.Builder |
CreateUserResponse.Builder.entity(UserEntity entity)
Initializes the value for the
entity attribute. |
UpdateUserResponse.Builder |
UpdateUserResponse.Builder.entity(UserEntity entity)
Initializes the value for the
entity attribute. |
UserResource.Builder |
UserResource.Builder.entity(UserEntity entity)
Initializes the value for the
entity attribute. |
UserEntity.Builder |
UserEntity.Builder.from(UserEntity instance)
Fill a builder with attribute values from the provided
UserEntity instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.