| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.serviceplans |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.Builder.build()
Builds a new
Organization. |
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
UpdateServicePlanVisibilityResponse.getOrganizations()
The organizations where the service plan is visible
|
List<Organization> |
UpdateServicePlanVisibilityRequest.getOrganizations()
The organizations where the service plan is visible
|
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
Organization.Builder.from(Organization instance)
Fill a builder with attribute values from the provided
Organization instance. |
UpdateServicePlanVisibilityResponse.Builder |
UpdateServicePlanVisibilityResponse.Builder.organization(Organization element)
Adds one element to
organizations list. |
UpdateServicePlanVisibilityRequest.Builder |
UpdateServicePlanVisibilityRequest.Builder.organization(Organization element)
Adds one element to
organizations list. |
UpdateServicePlanVisibilityResponse.Builder |
UpdateServicePlanVisibilityResponse.Builder.organizations(Organization... elements)
Adds elements to
organizations list. |
UpdateServicePlanVisibilityRequest.Builder |
UpdateServicePlanVisibilityRequest.Builder.organizations(Organization... elements)
Adds elements to
organizations list. |
| Modifier and Type | Method and Description |
|---|---|
UpdateServicePlanVisibilityResponse.Builder |
UpdateServicePlanVisibilityResponse.Builder.addAllOrganizations(Iterable<? extends Organization> elements)
Adds elements to
organizations list. |
UpdateServicePlanVisibilityRequest.Builder |
UpdateServicePlanVisibilityRequest.Builder.addAllOrganizations(Iterable<? extends Organization> elements)
Adds elements to
organizations list. |
UpdateServicePlanVisibilityResponse.Builder |
UpdateServicePlanVisibilityResponse.Builder.organizations(Iterable<? extends Organization> elements)
Sets or replaces all elements for
organizations list. |
UpdateServicePlanVisibilityRequest.Builder |
UpdateServicePlanVisibilityRequest.Builder.organizations(Iterable<? extends Organization> elements)
Sets or replaces all elements for
organizations list. |
Copyright © 2024. All rights reserved.