| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.adapters | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
List<CloudServiceOffering> |
CloudControllerClientImpl.getServiceOfferings() |
List<CloudServiceOffering> |
CloudControllerClient.getServiceOfferings()
Get all service offerings.
|
| Modifier and Type | Method and Description |
|---|---|
CloudServiceOffering |
RawCloudServiceOffering.derive() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudServiceOffering
Immutable implementation of
CloudServiceOffering. |
| Modifier and Type | Method and Description |
|---|---|
default CloudServiceOffering |
CloudServiceOffering.derive() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.copyOf(CloudServiceOffering instance)
Creates an immutable copy of a
CloudServiceOffering value. |
ImmutableCloudServiceOffering.Builder |
ImmutableCloudServiceOffering.Builder.from(CloudServiceOffering instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudServiceOffering instance. |
| Modifier and Type | Method and Description |
|---|---|
List<CloudServiceOffering> |
CloudControllerRestClient.getServiceOfferings() |
List<CloudServiceOffering> |
CloudControllerRestClientImpl.getServiceOfferings() |
Copyright © 2020 SAP SE. All rights reserved.