| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.organizations |
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.addAllNames(Iterable<String> elements)
Adds elements to
names list. |
static ListOrganizationsRequest.Builder |
ListOrganizationsRequest.builder()
Creates a builder for
ListOrganizationsRequest. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.from(org.cloudfoundry.client.v3.organizations._ListOrganizationsRequest instance)
Copy abstract value type
_ListOrganizationsRequest instance into builder. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.from(ListOrganizationsRequest instance)
Fill a builder with attribute values from the provided
ListOrganizationsRequest instance. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.from(PaginatedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.PaginatedRequest instance. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.name(String element)
Adds one element to
names list. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.names(String... elements)
Adds elements to
names list. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.orderBy(String orderBy)
Initializes the value for the
orderBy attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
Copyright © 2020. All rights reserved.