Uses of Interface
com.sap.cloudfoundry.client.facade.domain.Derivable
-
Packages that use Derivable Package Description com.sap.cloudfoundry.client.facade.adapters com.sap.cloudfoundry.client.facade.domain -
-
Uses of Derivable in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return Derivable Modifier and Type Method Description Derivable<CloudServiceInstance>ImmutableRawCloudServiceKey. getServiceInstance()abstract Derivable<CloudServiceInstance>RawCloudServiceKey. getServiceInstance()Derivable<CloudSpace>ImmutableRawCloudApplication. getSpace()abstract Derivable<CloudSpace>RawCloudApplication. getSpace()Methods in com.sap.cloudfoundry.client.facade.adapters that return types with arguments of type Derivable Modifier and Type Method Description List<Derivable<CloudServicePlan>>ImmutableRawCloudServiceOffering. getServicePlans()abstract List<Derivable<CloudServicePlan>>RawCloudServiceOffering. getServicePlans()Methods in com.sap.cloudfoundry.client.facade.adapters with parameters of type Derivable Modifier and Type Method Description ImmutableRawCloudServiceOffering.BuilderImmutableRawCloudServiceOffering.Builder. addServicePlan(Derivable<CloudServicePlan> element)Adds one element toservicePlanslist.ImmutableRawCloudServiceOffering.BuilderImmutableRawCloudServiceOffering.Builder. addServicePlans(Derivable<CloudServicePlan>... elements)Adds elements toservicePlanslist.protected static <D> DRawCloudEntity. deriveFromNullable(Derivable<D> derivable)ImmutableRawCloudServiceKey.BuilderImmutableRawCloudServiceKey.Builder. serviceInstance(Derivable<CloudServiceInstance> serviceInstance)Initializes the value for theserviceInstanceattribute.ImmutableRawCloudApplication.BuilderImmutableRawCloudApplication.Builder. space(Derivable<CloudSpace> space)Initializes the value for thespaceattribute.ImmutableRawCloudServiceKeyImmutableRawCloudServiceKey. withServiceInstance(Derivable<CloudServiceInstance> value)Copy the current immutable object by setting a value for theserviceInstanceattribute.ImmutableRawCloudServiceOfferingImmutableRawCloudServiceOffering. withServicePlans(Derivable<CloudServicePlan>... elements)Copy the current immutable object with elements that replace the content ofservicePlans.ImmutableRawCloudApplicationImmutableRawCloudApplication. withSpace(Derivable<CloudSpace> value)Copy the current immutable object by setting a value for thespaceattribute.Method parameters in com.sap.cloudfoundry.client.facade.adapters with type arguments of type Derivable Modifier and Type Method Description ImmutableRawCloudServiceOffering.BuilderImmutableRawCloudServiceOffering.Builder. addAllServicePlans(Iterable<? extends Derivable<CloudServicePlan>> elements)Adds elements toservicePlanslist.protected static <D> Collection<D>RawCloudEntity. derive(Collection<Derivable<D>> derivables)ImmutableRawCloudServiceOffering.BuilderImmutableRawCloudServiceOffering.Builder. servicePlans(Iterable<? extends Derivable<CloudServicePlan>> elements)Sets or replaces all elements forservicePlanslist.ImmutableRawCloudServiceOfferingImmutableRawCloudServiceOffering. withServicePlans(Iterable<? extends Derivable<CloudServicePlan>> elements)Copy the current immutable object with elements that replace the content ofservicePlans. -
Uses of Derivable in com.sap.cloudfoundry.client.facade.domain
-