| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableCloudBuild.ImmutablePackageInfo
Immutable implementation of
CloudBuild.PackageInfo. |
| Modifier and Type | Method and Description |
|---|---|
CloudBuild.PackageInfo |
ImmutableCloudBuild.getPackageInfo() |
CloudBuild.PackageInfo |
CloudBuild.getPackageInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudBuild.ImmutablePackageInfo |
ImmutableCloudBuild.ImmutablePackageInfo.copyOf(CloudBuild.PackageInfo instance)
Creates an immutable copy of a
CloudBuild.PackageInfo value. |
ImmutableCloudBuild.ImmutablePackageInfo.Builder |
ImmutableCloudBuild.ImmutablePackageInfo.Builder.from(CloudBuild.PackageInfo instance)
Fill a builder with attribute values from the provided
PackageInfo instance. |
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.packageInfo(CloudBuild.PackageInfo packageInfo)
Initializes the value for the
packageInfo attribute. |
ImmutableCloudBuild |
ImmutableCloudBuild.withPackageInfo(CloudBuild.PackageInfo value)
Copy the current immutable object by setting a value for the
packageInfo attribute. |
Copyright © 2020 SAP SE. All rights reserved.