| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.users |
| Modifier and Type | Method and Description |
|---|---|
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.applicationId(String applicationId)
Initializes the value for the
applicationId attribute. |
static ListUserSpacesRequest.Builder |
ListUserSpacesRequest.builder()
Creates a builder for
ListUserSpacesRequest. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.developerId(String developerId)
Initializes the value for the
developerId attribute. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.from(org.cloudfoundry.client.v2.users._ListUserSpacesRequest instance)
Copy abstract value type
_ListUserSpacesRequest instance into builder. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.from(ListUserSpacesRequest instance)
Fill a builder with attribute values from the provided
ListUserSpacesRequest instance. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.from(PaginatedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.PaginatedRequest instance. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListUserSpacesRequest.Builder |
ListUserSpacesRequest.Builder.userId(String userId)
Initializes the value for the
userId attribute. |
Copyright © 2020. All rights reserved.