| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
ManifestV3.Builder |
ManifestV3.Builder.addAllApplications(Iterable<? extends ManifestV3Application> elements)
Adds elements to
applications list. |
ManifestV3.Builder |
ManifestV3.Builder.application(ManifestV3Application element)
Adds one element to
applications list. |
ManifestV3.Builder |
ManifestV3.Builder.applications(Iterable<? extends ManifestV3Application> elements)
Sets or replaces all elements for
applications list. |
ManifestV3.Builder |
ManifestV3.Builder.applications(ManifestV3Application... elements)
Adds elements to
applications list. |
static ManifestV3.Builder |
ManifestV3.builder()
Creates a builder for
ManifestV3. |
ManifestV3.Builder |
ManifestV3.Builder.from(ManifestV3 instance)
Fill a builder with attribute values from the provided
ManifestV3 instance. |
ManifestV3.Builder |
ManifestV3.Builder.version(Integer version)
Initializes the value for the
version attribute. |
Copyright © 2024. All rights reserved.