| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.adapters | |
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
Derivable<CloudDomain> |
ImmutableRawCloudRoute.getDomain() |
abstract Derivable<CloudDomain> |
RawCloudRoute.getDomain() |
abstract Derivable<CloudOrganization> |
RawCloudSpace.getOrganization() |
Derivable<CloudOrganization> |
ImmutableRawCloudSpace.getOrganization() |
abstract Derivable<CloudService> |
RawCloudServiceInstance.getService() |
abstract Derivable<CloudService> |
RawCloudServiceKey.getService() |
Derivable<CloudService> |
ImmutableRawCloudServiceKey.getService() |
Derivable<CloudService> |
ImmutableRawCloudServiceInstance.getService() |
Derivable<CloudSpace> |
ImmutableRawCloudApplication.getSpace() |
abstract Derivable<CloudSpace> |
RawCloudApplication.getSpace() |
Derivable<CloudStack> |
ImmutableRawCloudApplication.getStack() |
abstract Derivable<CloudStack> |
RawCloudApplication.getStack() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Derivable<CloudServiceBinding>> |
RawCloudServiceInstance.getServiceBindings() |
List<Derivable<CloudServiceBinding>> |
ImmutableRawCloudServiceInstance.getServiceBindings() |
List<Derivable<CloudServicePlan>> |
ImmutableRawCloudServiceOffering.getServicePlans() |
abstract List<Derivable<CloudServicePlan>> |
RawCloudServiceOffering.getServicePlans() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudServiceInstance.Builder |
ImmutableRawCloudServiceInstance.Builder.addServiceBinding(Derivable<CloudServiceBinding> element)
Adds one element to
serviceBindings list. |
ImmutableRawCloudServiceInstance.Builder |
ImmutableRawCloudServiceInstance.Builder.addServiceBindings(Derivable<CloudServiceBinding>... elements)
Adds elements to
serviceBindings list. |
ImmutableRawCloudServiceOffering.Builder |
ImmutableRawCloudServiceOffering.Builder.addServicePlan(Derivable<CloudServicePlan> element)
Adds one element to
servicePlans list. |
ImmutableRawCloudServiceOffering.Builder |
ImmutableRawCloudServiceOffering.Builder.addServicePlans(Derivable<CloudServicePlan>... elements)
Adds elements to
servicePlans list. |
protected static <D> D |
RawCloudEntity.deriveFromNullable(Derivable<D> derivable) |
ImmutableRawCloudRoute.Builder |
ImmutableRawCloudRoute.Builder.domain(Derivable<CloudDomain> domain)
Initializes the value for the
domain attribute. |
ImmutableRawCloudSpace.Builder |
ImmutableRawCloudSpace.Builder.organization(Derivable<CloudOrganization> organization)
Initializes the value for the
organization attribute. |
ImmutableRawCloudServiceKey.Builder |
ImmutableRawCloudServiceKey.Builder.service(Derivable<CloudService> service)
Initializes the value for the
service attribute. |
ImmutableRawCloudServiceInstance.Builder |
ImmutableRawCloudServiceInstance.Builder.service(Derivable<CloudService> service)
Initializes the value for the
service attribute. |
ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.Builder.space(Derivable<CloudSpace> space)
Initializes the value for the
space attribute. |
ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.Builder.stack(Derivable<CloudStack> stack)
Initializes the value for the
stack attribute. |
ImmutableRawCloudRoute |
ImmutableRawCloudRoute.withDomain(Derivable<CloudDomain> value)
Copy the current immutable object by setting a value for the
domain attribute. |
ImmutableRawCloudSpace |
ImmutableRawCloudSpace.withOrganization(Derivable<CloudOrganization> value)
Copy the current immutable object by setting a value for the
organization attribute. |
ImmutableRawCloudServiceKey |
ImmutableRawCloudServiceKey.withService(Derivable<CloudService> value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.withService(Derivable<CloudService> value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.withServiceBindings(Derivable<CloudServiceBinding>... elements)
Copy the current immutable object with elements that replace the content of
serviceBindings. |
ImmutableRawCloudServiceOffering |
ImmutableRawCloudServiceOffering.withServicePlans(Derivable<CloudServicePlan>... elements)
Copy the current immutable object with elements that replace the content of
servicePlans. |
ImmutableRawCloudApplication |
ImmutableRawCloudApplication.withSpace(Derivable<CloudSpace> value)
Copy the current immutable object by setting a value for the
space attribute. |
ImmutableRawCloudApplication |
ImmutableRawCloudApplication.withStack(Derivable<CloudStack> value)
Copy the current immutable object by setting a value for the
stack attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudServiceInstance.Builder |
ImmutableRawCloudServiceInstance.Builder.addAllServiceBindings(Iterable<? extends Derivable<CloudServiceBinding>> elements)
Adds elements to
serviceBindings list. |
ImmutableRawCloudServiceOffering.Builder |
ImmutableRawCloudServiceOffering.Builder.addAllServicePlans(Iterable<? extends Derivable<CloudServicePlan>> elements)
Adds elements to
servicePlans list. |
protected static <D> Collection<D> |
RawCloudEntity.derive(Collection<Derivable<D>> derivables) |
ImmutableRawCloudServiceInstance.Builder |
ImmutableRawCloudServiceInstance.Builder.serviceBindings(Iterable<? extends Derivable<CloudServiceBinding>> elements)
Sets or replaces all elements for
serviceBindings list. |
ImmutableRawCloudServiceOffering.Builder |
ImmutableRawCloudServiceOffering.Builder.servicePlans(Iterable<? extends Derivable<CloudServicePlan>> elements)
Sets or replaces all elements for
servicePlans list. |
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.withServiceBindings(Iterable<? extends Derivable<CloudServiceBinding>> elements)
Copy the current immutable object with elements that replace the content of
serviceBindings. |
ImmutableRawCloudServiceOffering |
ImmutableRawCloudServiceOffering.withServicePlans(Iterable<? extends Derivable<CloudServicePlan>> elements)
Copy the current immutable object with elements that replace the content of
servicePlans. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloudApplication |
interface |
CloudBuild |
interface |
CloudDomain |
interface |
CloudEvent |
interface |
CloudJob |
interface |
CloudOrganization |
interface |
CloudPackage |
interface |
CloudQuota |
interface |
CloudRoute |
interface |
CloudSecurityGroup |
interface |
CloudService |
interface |
CloudServiceBinding |
interface |
CloudServiceBroker |
interface |
CloudServiceInstance |
interface |
CloudServiceKey |
interface |
CloudServiceOffering |
interface |
CloudServicePlan |
interface |
CloudSpace |
interface |
CloudStack |
interface |
CloudTask |
interface |
CloudUser |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudApplication
Immutable implementation of
CloudApplication. |
class |
ImmutableCloudBuild
Immutable implementation of
CloudBuild. |
class |
ImmutableCloudDomain
Immutable implementation of
CloudDomain. |
class |
ImmutableCloudEvent
Immutable implementation of
CloudEvent. |
class |
ImmutableCloudJob
Immutable implementation of
CloudJob. |
class |
ImmutableCloudOrganization
Immutable implementation of
CloudOrganization. |
class |
ImmutableCloudPackage
Immutable implementation of
CloudPackage. |
class |
ImmutableCloudQuota
Immutable implementation of
CloudQuota. |
class |
ImmutableCloudRoute
Immutable implementation of
CloudRoute. |
class |
ImmutableCloudSecurityGroup
Immutable implementation of
CloudSecurityGroup. |
class |
ImmutableCloudService
Immutable implementation of
CloudService. |
class |
ImmutableCloudServiceBinding
Immutable implementation of
CloudServiceBinding. |
class |
ImmutableCloudServiceBroker
Immutable implementation of
CloudServiceBroker. |
class |
ImmutableCloudServiceInstance
Immutable implementation of
CloudServiceInstance. |
class |
ImmutableCloudServiceKey
Immutable implementation of
CloudServiceKey. |
class |
ImmutableCloudServiceOffering
Immutable implementation of
CloudServiceOffering. |
class |
ImmutableCloudServicePlan
Immutable implementation of
CloudServicePlan. |
class |
ImmutableCloudSpace
Immutable implementation of
CloudSpace. |
class |
ImmutableCloudStack
Immutable implementation of
CloudStack. |
class |
ImmutableCloudTask
Immutable implementation of
CloudTask. |
class |
ImmutableCloudUser
Immutable implementation of
CloudUser. |
Copyright © 2020 SAP SE. All rights reserved.