| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFeatureResource |
ApplicationFeatureResource.Builder.build()
Builds a new
ApplicationFeatureResource. |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationFeatureResource> |
ListApplicationFeaturesResponse.getResources()
The resources
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationFeatureResource.Builder |
ApplicationFeatureResource.Builder.from(ApplicationFeatureResource instance)
Fill a builder with attribute values from the provided
ApplicationFeatureResource instance. |
ListApplicationFeaturesResponse.Builder |
ListApplicationFeaturesResponse.Builder.resource(ApplicationFeatureResource element)
Adds one element to
resources list. |
ListApplicationFeaturesResponse.Builder |
ListApplicationFeaturesResponse.Builder.resources(ApplicationFeatureResource... elements)
Adds elements to
resources list. |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationFeaturesResponse.Builder |
ListApplicationFeaturesResponse.Builder.addAllResources(Iterable<? extends ApplicationFeatureResource> elements)
Adds elements to
resources list. |
ListApplicationFeaturesResponse.Builder |
ListApplicationFeaturesResponse.Builder.resources(Iterable<? extends ApplicationFeatureResource> elements)
Sets or replaces all elements for
resources list. |
Copyright © 2020. All rights reserved.