| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.adapters |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudService |
ImmutableRawCloudService.Builder.build()
Builds a new
ImmutableRawCloudService. |
static ImmutableRawCloudService |
ImmutableRawCloudService.copyOf(RawCloudService instance)
Creates an immutable copy of a
RawCloudService value. |
static ImmutableRawCloudService |
ImmutableRawCloudService.of(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceinstances.UnionServiceInstanceEntity> resource)
Construct a new immutable
RawCloudService instance. |
ImmutableRawCloudService |
ImmutableRawCloudService.withResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceinstances.UnionServiceInstanceEntity> value)
Copy the current immutable object by setting a value for the
resource attribute. |
ImmutableRawCloudService |
ImmutableRawCloudService.withServicePlanResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceplans.ServicePlanEntity> value)
Copy the current immutable object by setting a value for the
servicePlanResource attribute. |
ImmutableRawCloudService |
ImmutableRawCloudService.withServiceResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.services.ServiceEntity> value)
Copy the current immutable object by setting a value for the
serviceResource attribute. |
Copyright © 2020 SAP SE. All rights reserved.