A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

accessToken(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse.Builder
Initializes the value for the accessToken attribute.
actor(CloudEvent.Participant) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.Builder
Initializes the value for the actor attribute.
addAllBuildpacks(Iterable<String>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Adds elements to buildpacks list.
addAllInstances(Iterable<? extends InstanceInfo>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo.Builder
Adds elements to instances list.
addAllLogs(Iterable<? extends ApplicationLogEntity>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse.Builder
Adds elements to logs list.
addAllRoutes(Iterable<? extends CloudRoute>) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Adds elements to routes set.
addAllServicePlans(Iterable<? extends CloudServicePlan>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Adds elements to servicePlans list.
addAllServicePlans(Iterable<? extends Derivable<CloudServicePlan>>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering.Builder
Adds elements to servicePlans list.
addAllTags(Iterable<String>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Adds elements to tags list.
addBuildpack(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Adds one element to buildpacks list.
addBuildpacks(String...) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Adds elements to buildpacks list.
addDomain(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Add a private domain in the current organization.
addDomain(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
addDomain(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
addDomain(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
addInstance(InstanceInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo.Builder
Adds one element to instances list.
addInstances(InstanceInfo...) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo.Builder
Adds elements to instances list.
addLog(ApplicationLogEntity) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse.Builder
Adds one element to logs list.
addLogs(ApplicationLogEntity...) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse.Builder
Adds elements to logs list.
addRoute(CloudRoute) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Adds one element to routes set.
addRoute(String, String, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Register a new route to the a domain.
addRoute(String, String, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
addRoute(String, String, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
addRoute(String, String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
addRoutes(CloudRoute...) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Adds elements to routes set.
addServicePlan(CloudServicePlan) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Adds one element to servicePlans list.
addServicePlan(Derivable<CloudServicePlan>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering.Builder
Adds one element to servicePlans list.
addServicePlans(CloudServicePlan...) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Adds elements to servicePlans list.
addServicePlans(Derivable<CloudServicePlan>...) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering.Builder
Adds elements to servicePlans list.
addTag(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Adds one element to tags list.
addTags(String...) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Adds elements to tags list.
ADMIN - com.sap.cloudfoundry.client.facade.domain.ServicePlanVisibility
 
algorithm(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum.Builder
Initializes the value for the algorithm attribute.
application(Application) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication.Builder
Initializes the value for the application attribute.
applicationGuid(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog.Builder
Initializes the value for the applicationGuid attribute.
applicationGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding.Builder
Initializes the value for the applicationGuid attribute.
ApplicationLog - Class in com.sap.cloudfoundry.client.facade.domain
 
ApplicationLog() - Constructor for class com.sap.cloudfoundry.client.facade.domain.ApplicationLog
 
ApplicationLog.MessageType - Enum in com.sap.cloudfoundry.client.facade.domain
 
ApplicationLogEntity - Class in com.sap.cloudfoundry.client.facade.adapters
 
ApplicationLogEntity() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity
 
ApplicationLogEntity.LogBody - Interface in com.sap.cloudfoundry.client.facade.adapters
 
ApplicationLogListener - Interface in com.sap.cloudfoundry.client.facade
 
ApplicationLogs - Class in com.sap.cloudfoundry.client.facade.domain
 
ApplicationLogs() - Constructor for class com.sap.cloudfoundry.client.facade.domain.ApplicationLogs
 
ApplicationLogsResponse - Interface in com.sap.cloudfoundry.client.facade.adapters
 
ApplicationServicesUpdateCallback - Interface in com.sap.cloudfoundry.client.facade
 
ApplicationToCreateDto - Interface in com.sap.cloudfoundry.client.facade.dto
 
appsUsingRoute(int) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Initializes the value for the appsUsingRoute attribute.
asyncUploadApplication(String, Path) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
asyncUploadApplication(String, Path) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
asyncUploadApplication(String, Path, UploadStatusCallback) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
asyncUploadApplication(String, Path, UploadStatusCallback) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
asyncUploadApplication(String, Path, UploadStatusCallback) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
asyncUploadApplication(String, Path, UploadStatusCallback) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
AuthorizationEndpointGetter - Class in com.sap.cloudfoundry.client.facade.util
 
AuthorizationEndpointGetter(WebClient) - Constructor for class com.sap.cloudfoundry.client.facade.util.AuthorizationEndpointGetter
 
AWAITING_UPLOAD - com.sap.cloudfoundry.client.facade.domain.Status
 

B

bindDropletToApp(UUID, UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
bindDropletToApp(UUID, UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
bindDropletToApp(UUID, UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
bindDropletToApp(UUID, UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
bindServiceInstance(String, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Associate (provision) a service with an application.
bindServiceInstance(String, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
bindServiceInstance(String, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
bindServiceInstance(String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
bindServiceInstance(String, String, Map<String, Object>) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
bindServiceInstance(String, String, Map<String, Object>) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
bindServiceInstance(String, String, Map<String, Object>, ApplicationServicesUpdateCallback) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Associate (provision) a service with an application.
bindServiceInstance(String, String, Map<String, Object>, ApplicationServicesUpdateCallback) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
BITS - com.sap.cloudfoundry.client.facade.domain.CloudPackage.Type
 
BitsData - Interface in com.sap.cloudfoundry.client.facade.domain
 
BitsData.Checksum - Interface in com.sap.cloudfoundry.client.facade.domain
 
broker(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the broker attribute.
brokerId(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the brokerId attribute.
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody.Builder
Builds a new ImmutableLogBody.
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask.Builder
Builds a new ImmutableRawCloudTask.
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole.Builder
Builds a new ImmutableRawUserRole.
build() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.Builder
Builds a new ImmutableBitsData.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum.Builder
Builds a new ImmutableChecksum.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Builds a new ImmutableCloudBuild.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy.Builder
Builds a new ImmutableCreatedBy.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo.Builder
Builds a new ImmutablePackageInfo.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain.Builder
Builds a new ImmutableCloudDomain.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.Builder
Builds a new ImmutableCloudEvent.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant.Builder
Builds a new ImmutableParticipant.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob.Builder
Builds a new ImmutableCloudJob.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage.Builder
Builds a new ImmutableCloudPackage.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Builds a new ImmutableCloudProcess.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Builds a new ImmutableCloudRoute.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace.Builder
Builds a new ImmutableCloudSpace.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack.Builder
Builds a new ImmutableCloudStack.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Builds a new ImmutableCloudTask.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits.Builder
Builds a new ImmutableLimits.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult.Builder
Builds a new ImmutableResult.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData.Builder
Builds a new ImmutableDockerData.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo.Builder
Builds a new ImmutableDockerInfo.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo.Builder
Builds a new ImmutableDropletInfo.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails.Builder
Builds a new ImmutableErrorDetails.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo.Builder
Builds a new ImmutableInstanceInfo.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle.Builder
Builds a new ImmutableLifecycle.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Builds a new ImmutableStaging.
build() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload.Builder
Builds a new ImmutableUpload.
build() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse.Builder
build() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
Creates a builder for ImmutableApplicationLogEntity.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
Creates a builder for ImmutableLogBody.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse
Creates a builder for ImmutableApplicationLogsResponse.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Creates a builder for ImmutableCloudFoundryClientFactory.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
Creates a builder for ImmutableRawCloudApplication.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob
Creates a builder for ImmutableRawCloudAsyncJob.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild
Creates a builder for ImmutableRawCloudBuild.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain
Creates a builder for ImmutableRawCloudDomain.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent
Creates a builder for ImmutableRawCloudEvent.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage
Creates a builder for ImmutableRawCloudPackage.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess
Creates a builder for ImmutableRawCloudProcess.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute
Creates a builder for ImmutableRawCloudRoute.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding
Creates a builder for ImmutableRawCloudServiceBinding.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker
Creates a builder for ImmutableRawCloudServiceBroker.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
Creates a builder for ImmutableRawCloudServiceInstance.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
Creates a builder for ImmutableRawCloudServiceKey.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
Creates a builder for ImmutableRawCloudServiceOffering.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan
Creates a builder for ImmutableRawCloudServicePlan.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack
Creates a builder for ImmutableRawCloudStack.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask
Creates a builder for ImmutableRawCloudTask.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo
Creates a builder for ImmutableRawInstancesInfo.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole
Creates a builder for ImmutableRawUserRole.
builder() - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance
Creates a builder for ImmutableRawV3CloudServiceInstance.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
Creates a builder for ImmutableApplicationLog.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData
Creates a builder for ImmutableBitsData.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum
Creates a builder for ImmutableChecksum.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Creates a builder for ImmutableCloudApplication.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Creates a builder for ImmutableCloudAsyncJob.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Creates a builder for ImmutableCloudBuild.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy
Creates a builder for ImmutableCreatedBy.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo
Creates a builder for ImmutablePackageInfo.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
Creates a builder for ImmutableCloudDomain.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Creates a builder for ImmutableCloudEvent.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
Creates a builder for ImmutableParticipant.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
Creates a builder for ImmutableCloudJob.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
Creates a builder for ImmutableCloudMetadata.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
Creates a builder for ImmutableCloudOrganization.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Creates a builder for ImmutableCloudPackage.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Creates a builder for ImmutableCloudProcess.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Creates a builder for ImmutableCloudRoute.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Creates a builder for ImmutableCloudServiceBinding.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Creates a builder for ImmutableCloudServiceBroker.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Creates a builder for ImmutableCloudServiceInstance.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Creates a builder for ImmutableCloudServiceKey.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Creates a builder for ImmutableCloudServiceOffering.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Creates a builder for ImmutableCloudServicePlan.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
Creates a builder for ImmutableCloudSpace.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
Creates a builder for ImmutableCloudStack.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Creates a builder for ImmutableCloudTask.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits
Creates a builder for ImmutableLimits.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult
Creates a builder for ImmutableResult.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials
Creates a builder for ImmutableDockerCredentials.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
Creates a builder for ImmutableDockerData.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo
Creates a builder for ImmutableDockerInfo.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
Creates a builder for ImmutableDropletInfo.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
Creates a builder for ImmutableErrorDetails.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
Creates a builder for ImmutableInstanceInfo.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo
Creates a builder for ImmutableInstancesInfo.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
Creates a builder for ImmutableLifecycle.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Creates a builder for ImmutableSecurityGroupRule.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Creates a builder for ImmutableStaging.
builder() - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload
Creates a builder for ImmutableUpload.
builder() - Static method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Creates a builder for ImmutableApplicationToCreateDto.
builder() - Static method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Creates a builder for ImmutableOauth2AccessTokenResponse.
builder() - Static method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
BUILDPACK - com.sap.cloudfoundry.client.facade.domain.LifecycleType
 
buildpacks(Iterable<String>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Sets or replaces all elements for buildpacks list.

C

CALL_TO_0_FAILED_WITH_1 - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
CANCELING - com.sap.cloudfoundry.client.facade.domain.CloudTask.State
 
cancelTask(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Cancel the given task.
cancelTask(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
cancelTask(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
cancelTask(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
CANT_CREATE_SERVICE_KEY_FOR_USER_PROVIDED_SERVICE - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
CANT_DESERIALIZE_APP_LOGS_RESPONSE - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
CANT_READ_APP_LOGS_RESPONSE - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
checksum(BitsData.Checksum) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.Builder
Initializes the value for the checksum attribute.
clear() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
CLIENT_ID - Static variable in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
CloudApplication - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudApplication() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudApplication
 
CloudApplication.State - Enum in com.sap.cloudfoundry.client.facade.domain
 
CloudAsyncJob - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudAsyncJob() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob
 
CloudBuild - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudBuild() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudBuild
 
CloudBuild.CreatedBy - Interface in com.sap.cloudfoundry.client.facade.domain
 
CloudBuild.PackageInfo - Interface in com.sap.cloudfoundry.client.facade.domain
 
CloudBuild.State - Enum in com.sap.cloudfoundry.client.facade.domain
 
CloudControllerClient - Interface in com.sap.cloudfoundry.client.facade
The interface defining operations making up the Cloud Foundry Java client's API.
CloudControllerClientImpl - Class in com.sap.cloudfoundry.client.facade
A Java client to exercise the Cloud Foundry API.
CloudControllerClientImpl(CloudControllerRestClient) - Constructor for class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
Construct a client with a pre-configured CloudControllerClient
CloudControllerClientImpl(URL, CloudCredentials) - Constructor for class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
Construct client without a default organization and space.
CloudControllerClientImpl(URL, CloudCredentials, CloudSpace, boolean) - Constructor for class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
CloudControllerException - Exception in com.sap.cloudfoundry.client.facade
 
CloudControllerException(CloudOperationException) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudControllerException
 
CloudControllerException(HttpStatus) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudControllerException
 
CloudControllerException(HttpStatus, String) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudControllerException
 
CloudControllerException(HttpStatus, String, String) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudControllerException
 
CloudControllerResponseErrorHandler - Class in com.sap.cloudfoundry.client.facade.rest
 
CloudControllerResponseErrorHandler() - Constructor for class com.sap.cloudfoundry.client.facade.rest.CloudControllerResponseErrorHandler
 
CloudControllerRestClient - Interface in com.sap.cloudfoundry.client.facade.rest
Interface defining operations available for the cloud controller REST client implementations
CloudControllerRestClientFactory - Class in com.sap.cloudfoundry.client.facade.rest
 
CloudControllerRestClientFactory() - Constructor for class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
CloudControllerRestClientImpl - Class in com.sap.cloudfoundry.client.facade.rest
Abstract implementation of the CloudControllerClient intended to serve as the base.
CloudControllerRestClientImpl() - Constructor for class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
Only for unit tests.
CloudControllerRestClientImpl(CloudFoundryClient) - Constructor for class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
CloudControllerRestClientImpl(CloudFoundryClient, CloudSpace) - Constructor for class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
CloudCredentials - Class in com.sap.cloudfoundry.client.facade
Class that encapsulates credentials used for authentication
CloudCredentials(CloudCredentials, String) - Constructor for class com.sap.cloudfoundry.client.facade.CloudCredentials
Create proxy credentials.
CloudCredentials(OAuth2AccessTokenWithAdditionalInfo) - Constructor for class com.sap.cloudfoundry.client.facade.CloudCredentials
Create credentials using a token.
CloudCredentials(OAuth2AccessTokenWithAdditionalInfo, boolean) - Constructor for class com.sap.cloudfoundry.client.facade.CloudCredentials
Create credentials using a token and indicates if the token is refreshable or not.
CloudCredentials(OAuth2AccessTokenWithAdditionalInfo, String) - Constructor for class com.sap.cloudfoundry.client.facade.CloudCredentials
Create credentials using a token.
CloudCredentials(OAuth2AccessTokenWithAdditionalInfo, String, String) - Constructor for class com.sap.cloudfoundry.client.facade.CloudCredentials
Create credentials using a token.
CloudCredentials(String, String) - Constructor for class com.sap.cloudfoundry.client.facade.CloudCredentials
Create credentials using email and password.
CloudCredentials(String, String, String) - Constructor for class com.sap.cloudfoundry.client.facade.CloudCredentials
Create credentials using email, password, and client ID.
CloudCredentials(String, String, String, String) - Constructor for class com.sap.cloudfoundry.client.facade.CloudCredentials
Create credentials using email, password and client ID.
CloudCredentials(String, String, String, String, String) - Constructor for class com.sap.cloudfoundry.client.facade.CloudCredentials
Create credentials using email, password, client ID and login origin.
CloudDomain - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudDomain() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudDomain
 
CloudEntity - Class in com.sap.cloudfoundry.client.facade.domain
Do not extend Derivable<T> in this interface.
CloudEntity() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudEntity
 
CloudEvent - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudEvent() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudEvent
 
CloudEvent.Participant - Interface in com.sap.cloudfoundry.client.facade.domain
 
CloudException - Exception in com.sap.cloudfoundry.client.facade
 
CloudException(String) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudException
 
CloudException(String, Throwable) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudException
 
CloudException(Throwable) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudException
 
CloudFoundryClientFactory - Class in com.sap.cloudfoundry.client.facade.adapters
 
CloudFoundryClientFactory() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
CloudJob - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudJob() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudJob
 
CloudJob.Status - Enum in com.sap.cloudfoundry.client.facade.domain
 
CloudMetadata - Interface in com.sap.cloudfoundry.client.facade.domain
 
CloudOperationException - Exception in com.sap.cloudfoundry.client.facade
 
CloudOperationException(HttpStatus) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudOperationException
 
CloudOperationException(HttpStatus, String) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudOperationException
 
CloudOperationException(HttpStatus, String, String) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudOperationException
 
CloudOperationException(HttpStatus, String, String, Throwable) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudOperationException
 
CloudOrganization - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudOrganization() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudOrganization
 
CloudPackage - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudPackage() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudPackage
 
CloudPackage.PackageData - Interface in com.sap.cloudfoundry.client.facade.domain
 
CloudPackage.Type - Enum in com.sap.cloudfoundry.client.facade.domain
 
CloudProcess - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudProcess() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
CloudRoute - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudRoute() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
CloudServiceBinding - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudServiceBinding() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudServiceBinding
 
CloudServiceBroker - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudServiceBroker() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudServiceBroker
 
CloudServiceBrokerException - Exception in com.sap.cloudfoundry.client.facade
 
CloudServiceBrokerException(CloudOperationException) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudServiceBrokerException
 
CloudServiceBrokerException(HttpStatus) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudServiceBrokerException
 
CloudServiceBrokerException(HttpStatus, String) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudServiceBrokerException
 
CloudServiceBrokerException(HttpStatus, String, String) - Constructor for exception com.sap.cloudfoundry.client.facade.CloudServiceBrokerException
 
CloudServiceInstance - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudServiceInstance() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
CloudServiceKey - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudServiceKey() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudServiceKey
 
CloudServiceOffering - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudServiceOffering() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
CloudServicePlan - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudServicePlan() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudServicePlan
 
CloudSpace - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudSpace() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudSpace
 
CloudSpaceClient - Class in com.sap.cloudfoundry.client.facade.rest
 
CloudSpaceClient(SpacesV3, OrganizationsV3) - Constructor for class com.sap.cloudfoundry.client.facade.rest.CloudSpaceClient
 
CloudStack - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudStack() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudStack
 
CloudTask - Class in com.sap.cloudfoundry.client.facade.domain
 
CloudTask() - Constructor for class com.sap.cloudfoundry.client.facade.domain.CloudTask
 
CloudTask.Limits - Interface in com.sap.cloudfoundry.client.facade.domain
 
CloudTask.Result - Interface in com.sap.cloudfoundry.client.facade.domain
 
CloudTask.State - Enum in com.sap.cloudfoundry.client.facade.domain
 
CloudUtil - Class in com.sap.cloudfoundry.client.facade.util
Some helper utilities used by the Cloud Foundry Java client.
code(long) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails.Builder
Initializes the value for the code attribute.
code(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule.Builder
Initializes the value for the code attribute.
com.sap.cloudfoundry.client.facade - module com.sap.cloudfoundry.client.facade
 
com.sap.cloudfoundry.client.facade - package com.sap.cloudfoundry.client.facade
 
com.sap.cloudfoundry.client.facade.adapters - package com.sap.cloudfoundry.client.facade.adapters
 
com.sap.cloudfoundry.client.facade.domain - package com.sap.cloudfoundry.client.facade.domain
 
com.sap.cloudfoundry.client.facade.dto - package com.sap.cloudfoundry.client.facade.dto
 
com.sap.cloudfoundry.client.facade.oauth2 - package com.sap.cloudfoundry.client.facade.oauth2
 
com.sap.cloudfoundry.client.facade.rest - package com.sap.cloudfoundry.client.facade.rest
 
com.sap.cloudfoundry.client.facade.util - package com.sap.cloudfoundry.client.facade.util
 
command(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the command attribute.
command(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Initializes the value for the command attribute.
command(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Initializes the value for the command attribute.
compareTo(ApplicationLogEntity) - Method in class com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity
 
compareTo(ApplicationLog) - Method in class com.sap.cloudfoundry.client.facade.domain.ApplicationLog
 
connectionPoolSize(int) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value connectionPoolSize to connectionPoolSize.
connectionPoolSize(int) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value connectionPoolSize to connectionPoolSize.
connectionPoolSize(Optional<Integer>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value connectionPoolSize to connectionPoolSize.
connectionPoolSize(Optional<Integer>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value connectionPoolSize to connectionPoolSize.
connectTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value connectTimeout to connectTimeout.
connectTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value connectTimeout to connectTimeout.
connectTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value connectTimeout to connectTimeout.
connectTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value connectTimeout to connectTimeout.
Constants - Class in com.sap.cloudfoundry.client.facade
 
convertJsonToList(String) - Static method in class com.sap.cloudfoundry.client.facade.util.JsonUtil
 
convertJsonToMap(String) - Static method in class com.sap.cloudfoundry.client.facade.util.JsonUtil
 
convertToJson(Object) - Static method in class com.sap.cloudfoundry.client.facade.util.JsonUtil
 
convertToJson(Object, boolean) - Static method in class com.sap.cloudfoundry.client.facade.util.JsonUtil
 
convertToJsonList(InputStream) - Static method in class com.sap.cloudfoundry.client.facade.util.JsonUtil
 
COPYING - com.sap.cloudfoundry.client.facade.domain.Status
 
copyOf(ApplicationLogEntity) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
Creates an immutable copy of a ApplicationLogEntity value.
copyOf(ApplicationLogEntity.LogBody) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
Creates an immutable copy of a ApplicationLogEntity.LogBody value.
copyOf(ApplicationLogsResponse) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse
Creates an immutable copy of a ApplicationLogsResponse value.
copyOf(CloudFoundryClientFactory) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Creates an immutable copy of a CloudFoundryClientFactory value.
copyOf(RawCloudApplication) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
Creates an immutable copy of a RawCloudApplication value.
copyOf(RawCloudAsyncJob) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob
Creates an immutable copy of a RawCloudAsyncJob value.
copyOf(RawCloudBuild) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild
Creates an immutable copy of a RawCloudBuild value.
copyOf(RawCloudDomain) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain
Creates an immutable copy of a RawCloudDomain value.
copyOf(RawCloudEvent) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent
Creates an immutable copy of a RawCloudEvent value.
copyOf(RawCloudPackage) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage
Creates an immutable copy of a RawCloudPackage value.
copyOf(RawCloudProcess) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess
Creates an immutable copy of a RawCloudProcess value.
copyOf(RawCloudRoute) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute
Creates an immutable copy of a RawCloudRoute value.
copyOf(RawCloudServiceBinding) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding
Creates an immutable copy of a RawCloudServiceBinding value.
copyOf(RawCloudServiceBroker) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker
Creates an immutable copy of a RawCloudServiceBroker value.
copyOf(RawCloudServiceInstance) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
Creates an immutable copy of a RawCloudServiceInstance value.
copyOf(RawCloudServiceKey) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
Creates an immutable copy of a RawCloudServiceKey value.
copyOf(RawCloudServiceOffering) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
Creates an immutable copy of a RawCloudServiceOffering value.
copyOf(RawCloudServicePlan) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan
Creates an immutable copy of a RawCloudServicePlan value.
copyOf(RawCloudStack) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack
Creates an immutable copy of a RawCloudStack value.
copyOf(RawCloudTask) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask
Creates an immutable copy of a RawCloudTask value.
copyOf(RawInstancesInfo) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo
Creates an immutable copy of a RawInstancesInfo value.
copyOf(RawUserRole) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole
Creates an immutable copy of a RawUserRole value.
copyOf(RawV3CloudServiceInstance) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance
Creates an immutable copy of a RawV3CloudServiceInstance value.
copyOf(ApplicationLog) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
Creates an immutable copy of a ApplicationLog value.
copyOf(BitsData) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData
Creates an immutable copy of a BitsData value.
copyOf(BitsData.Checksum) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum
Creates an immutable copy of a BitsData.Checksum value.
copyOf(CloudApplication) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Creates an immutable copy of a CloudApplication value.
copyOf(CloudAsyncJob) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Creates an immutable copy of a CloudAsyncJob value.
copyOf(CloudBuild) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Creates an immutable copy of a CloudBuild value.
copyOf(CloudBuild.CreatedBy) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy
Creates an immutable copy of a CloudBuild.CreatedBy value.
copyOf(CloudBuild.PackageInfo) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo
Creates an immutable copy of a CloudBuild.PackageInfo value.
copyOf(CloudDomain) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
Creates an immutable copy of a CloudDomain value.
copyOf(CloudEvent) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Creates an immutable copy of a CloudEvent value.
copyOf(CloudEvent.Participant) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
Creates an immutable copy of a CloudEvent.Participant value.
copyOf(CloudJob) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
Creates an immutable copy of a CloudJob value.
copyOf(CloudMetadata) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
Creates an immutable copy of a CloudMetadata value.
copyOf(CloudOrganization) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
Creates an immutable copy of a CloudOrganization value.
copyOf(CloudPackage) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Creates an immutable copy of a CloudPackage value.
copyOf(CloudProcess) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Creates an immutable copy of a CloudProcess value.
copyOf(CloudRoute) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Creates an immutable copy of a CloudRoute value.
copyOf(CloudServiceBinding) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Creates an immutable copy of a CloudServiceBinding value.
copyOf(CloudServiceBroker) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Creates an immutable copy of a CloudServiceBroker value.
copyOf(CloudServiceInstance) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Creates an immutable copy of a CloudServiceInstance value.
copyOf(CloudServiceKey) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Creates an immutable copy of a CloudServiceKey value.
copyOf(CloudServiceOffering) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Creates an immutable copy of a CloudServiceOffering value.
copyOf(CloudServicePlan) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Creates an immutable copy of a CloudServicePlan value.
copyOf(CloudSpace) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
Creates an immutable copy of a CloudSpace value.
copyOf(CloudStack) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
Creates an immutable copy of a CloudStack value.
copyOf(CloudTask) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Creates an immutable copy of a CloudTask value.
copyOf(CloudTask.Limits) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits
Creates an immutable copy of a CloudTask.Limits value.
copyOf(CloudTask.Result) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult
Creates an immutable copy of a CloudTask.Result value.
copyOf(DockerCredentials) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials
Creates an immutable copy of a DockerCredentials value.
copyOf(DockerData) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
Creates an immutable copy of a DockerData value.
copyOf(DockerInfo) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo
Creates an immutable copy of a DockerInfo value.
copyOf(DropletInfo) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
Creates an immutable copy of a DropletInfo value.
copyOf(ErrorDetails) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
Creates an immutable copy of a ErrorDetails value.
copyOf(InstanceInfo) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
Creates an immutable copy of a InstanceInfo value.
copyOf(InstancesInfo) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo
Creates an immutable copy of a InstancesInfo value.
copyOf(Lifecycle) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
Creates an immutable copy of a Lifecycle value.
copyOf(SecurityGroupRule) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Creates an immutable copy of a SecurityGroupRule value.
copyOf(ServiceCredentialBindingOperation) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
Creates an immutable copy of a ServiceCredentialBindingOperation value.
copyOf(Staging) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Creates an immutable copy of a Staging value.
copyOf(Upload) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload
Creates an immutable copy of a Upload value.
copyOf(ApplicationToCreateDto) - Static method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Creates an immutable copy of a ApplicationToCreateDto value.
copyOf(Oauth2AccessTokenResponse) - Static method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Creates an immutable copy of a Oauth2AccessTokenResponse value.
copyOf(CloudControllerRestClientFactory) - Static method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Creates an immutable copy of a CloudControllerRestClientFactory value.
CRASHED - com.sap.cloudfoundry.client.facade.domain.InstanceState
 
CREATE - com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.Type
 
CREATE - com.sap.cloudfoundry.client.facade.domain.ServiceOperation.Type
 
createAndFetchServiceKey(CloudServiceKey, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
createAndFetchServiceKey(CloudServiceKey, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
createAndFetchServiceKey(CloudServiceKey, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
createAndFetchServiceKey(CloudServiceKey, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
createApplication(ApplicationToCreateDto) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Create application
createApplication(ApplicationToCreateDto) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
createApplication(ApplicationToCreateDto) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
createApplication(ApplicationToCreateDto) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
createBuild(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
createBuild(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
createBuild(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
createBuild(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
createClient(URL, CloudCredentials, CloudSpace) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
createClient(URL, CloudCredentials, CloudSpace, OAuthClient, Map<String, String>) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
createClient(URL, CloudCredentials, String, String, OAuthClient, Map<String, String>) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
createClient(URL, OAuthClient, Map<String, String>) - Method in class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
createdAt(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata.Builder
Initializes the value for the createdAt attribute.
createdAt(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation.Builder
Initializes the value for the createdAt attribute.
createdBy(CloudBuild.CreatedBy) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Initializes the value for the createdBy attribute.
createDockerPackage(UUID, DockerInfo) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
createDockerPackage(UUID, DockerInfo) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
createDockerPackage(UUID, DockerInfo) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
createDockerPackage(UUID, DockerInfo) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
createLogCacheClient(URL, OAuthClient, Map<String, String>) - Method in class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
createOAuthClient(URL, ConnectionContext, String, boolean) - Method in class com.sap.cloudfoundry.client.facade.util.RestUtil
 
createOAuthClientByControllerUrl(URL, boolean) - Method in class com.sap.cloudfoundry.client.facade.util.RestUtil
 
createServiceBroker(CloudServiceBroker) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Create a service broker.
createServiceBroker(CloudServiceBroker) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
createServiceBroker(CloudServiceBroker) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
createServiceBroker(CloudServiceBroker) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
createServiceInstance(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Create a service instance.
createServiceInstance(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
createServiceInstance(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
createServiceInstance(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
createServiceKey(CloudServiceKey, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
createServiceKey(CloudServiceKey, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
createServiceKey(CloudServiceKey, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
createServiceKey(CloudServiceKey, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
createServiceKey(String, String, Map<String, Object>) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Create a service key.
createServiceKey(String, String, Map<String, Object>) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
createServiceKey(String, String, Map<String, Object>) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
createServiceKey(String, String, Map<String, Object>) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
createSpaceClient(URL, OAuthClient, Map<String, String>) - Method in class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
createToken() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
createToken() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClientWithLoginHint
 
createToken(Oauth2AccessTokenResponse) - Method in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
createToken(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
createToken(String, Map<String, Object>) - Method in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
createUserProvidedServiceInstance(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Create a user-provided service instance.
createUserProvidedServiceInstance(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
createUserProvidedServiceInstance(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
createUserProvidedServiceInstance(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
createWebClient(boolean) - Method in class com.sap.cloudfoundry.client.facade.util.RestUtil
 
credentials - Variable in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
credentials(DockerCredentials) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo.Builder
Initializes the value for the credentials attribute.
credentials(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey.Builder
Sets or replaces all mappings from the specified map as entries for the credentials map.
credentials(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Sets or replaces all mappings from the specified map as entries for the credentials map.
credentials(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Sets or replaces all mappings from the specified map as entries for the credentials map.

D

data(CloudPackage.PackageData) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage.Builder
Initializes the value for the data attribute.
data(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle.Builder
Sets or replaces all mappings from the specified map as entries for the data map.
defaultMetadata() - Static method in interface com.sap.cloudfoundry.client.facade.domain.CloudMetadata
 
DELETE - com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.Type
 
DELETE - com.sap.cloudfoundry.client.facade.domain.ServiceOperation.Type
 
deleteApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Delete application.
deleteApplication(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
deleteApplication(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
deleteDomain(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Delete a private domain in the current organization.
deleteDomain(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteDomain(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
deleteDomain(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
deleteOrphanedRoutes() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Delete routes that do not have any application which is assigned to them.
deleteOrphanedRoutes() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteOrphanedRoutes() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
deleteOrphanedRoutes() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
Delete routes that do not have any application which is assigned to them.
deleteRoute(String, String, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Delete a registered route from the space of the current session.
deleteRoute(String, String, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteRoute(String, String, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
deleteRoute(String, String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
deleteServiceBinding(String, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Delete a service binding.
deleteServiceBinding(String, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteServiceBinding(String, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
deleteServiceBinding(String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
deleteServiceBinding(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Delete a service binding.
deleteServiceBinding(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteServiceBinding(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
deleteServiceBinding(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
deleteServiceBinding(UUID, ServiceBindingOperationCallback) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Delete a service binding.
deleteServiceBinding(UUID, ServiceBindingOperationCallback) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteServiceBroker(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Delete a service broker.
deleteServiceBroker(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteServiceBroker(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
deleteServiceBroker(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
deleteServiceInstance(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
deleteServiceInstance(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteServiceInstance(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
deleteServiceInstance(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
deleteServiceInstance(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Delete cloud service instance.
deleteServiceInstance(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
deleteServiceInstance(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
deleteServiceInstance(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
Derivable<T> - Interface in com.sap.cloudfoundry.client.facade.domain
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudApplication
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudAsyncJob
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudBuild
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudDomain
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEvent
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudPackage
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudProcess
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudRoute
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceBinding
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceBroker
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceInstance
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceKey
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceOffering
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServicePlan
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudStack
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudTask
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawInstancesInfo
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawUserRole
 
derive() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawV3CloudServiceInstance
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudApplication
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudBuild
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudDomain
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudEvent
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudJob
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudOrganization
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudPackage
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceBinding
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceBroker
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceKey
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServicePlan
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudSpace
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudStack
 
derive() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudTask
 
derive() - Method in interface com.sap.cloudfoundry.client.facade.domain.Derivable
 
derive(Collection<Derivable<D>>) - Static method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
 
deriveFromNullable(Derivable<D>) - Static method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
 
description(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the description attribute.
description(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Initializes the value for the description attribute.
description(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack.Builder
Initializes the value for the description attribute.
description(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails.Builder
Initializes the value for the description attribute.
description(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation.Builder
Initializes the value for the description attribute.
destination(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule.Builder
Initializes the value for the destination attribute.
detectedBuildpack(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Initializes the value for the detectedBuildpack attribute.
disk(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits.Builder
Initializes the value for the disk attribute.
diskInMb(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the diskInMb attribute.
diskQuotaInMb(Integer) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Initializes the value for the diskQuotaInMb attribute.
DOCKER - com.sap.cloudfoundry.client.facade.domain.CloudPackage.Type
 
DOCKER - com.sap.cloudfoundry.client.facade.domain.LifecycleType
 
DockerCredentials - Interface in com.sap.cloudfoundry.client.facade.domain
 
DockerData - Interface in com.sap.cloudfoundry.client.facade.domain
 
dockerInfo(DockerInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Initializes the value for the dockerInfo attribute.
DockerInfo - Interface in com.sap.cloudfoundry.client.facade.domain
 
docUrl(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the docUrl attribute.
domain(CloudDomain) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Initializes the value for the domain attribute.
DOWN - com.sap.cloudfoundry.client.facade.domain.InstanceState
 
dropletInfo(DropletInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Initializes the value for the dropletInfo attribute.
DropletInfo - Interface in com.sap.cloudfoundry.client.facade.domain
 

E

encodeChars(String, List<String>) - Static method in class com.sap.cloudfoundry.client.facade.util.UriUtil
 
env(Map<String, ? extends String>) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
This instance is equal to all instances of ImmutableApplicationLogEntity that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
This instance is equal to all instances of ImmutableLogBody that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse
This instance is equal to all instances of ImmutableApplicationLogsResponse that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
This instance is equal to all instances of ImmutableCloudFoundryClientFactory that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
This instance is equal to all instances of ImmutableRawCloudApplication that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob
This instance is equal to all instances of ImmutableRawCloudAsyncJob that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild
This instance is equal to all instances of ImmutableRawCloudBuild that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain
This instance is equal to all instances of ImmutableRawCloudDomain that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent
This instance is equal to all instances of ImmutableRawCloudEvent that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage
This instance is equal to all instances of ImmutableRawCloudPackage that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess
This instance is equal to all instances of ImmutableRawCloudProcess that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute
This instance is equal to all instances of ImmutableRawCloudRoute that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding
This instance is equal to all instances of ImmutableRawCloudServiceBinding that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker
This instance is equal to all instances of ImmutableRawCloudServiceBroker that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
This instance is equal to all instances of ImmutableRawCloudServiceInstance that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
This instance is equal to all instances of ImmutableRawCloudServiceKey that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
This instance is equal to all instances of ImmutableRawCloudServiceOffering that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan
This instance is equal to all instances of ImmutableRawCloudServicePlan that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack
This instance is equal to all instances of ImmutableRawCloudStack that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask
This instance is equal to all instances of ImmutableRawCloudTask that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo
This instance is equal to all instances of ImmutableRawInstancesInfo that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole
This instance is equal to all instances of ImmutableRawUserRole that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance
This instance is equal to all instances of ImmutableRawV3CloudServiceInstance that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
This instance is equal to all instances of ImmutableApplicationLog that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData
This instance is equal to all instances of ImmutableBitsData that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum
This instance is equal to all instances of ImmutableChecksum that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
This instance is equal to all instances of ImmutableCloudApplication that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
This instance is equal to all instances of ImmutableCloudAsyncJob that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
This instance is equal to all instances of ImmutableCloudBuild that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy
This instance is equal to all instances of ImmutableCreatedBy that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo
This instance is equal to all instances of ImmutablePackageInfo that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
This instance is equal to all instances of ImmutableCloudDomain that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
This instance is equal to all instances of ImmutableCloudEvent that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
This instance is equal to all instances of ImmutableParticipant that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
This instance is equal to all instances of ImmutableCloudJob that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
This instance is equal to all instances of ImmutableCloudMetadata that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
This instance is equal to all instances of ImmutableCloudOrganization that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
This instance is equal to all instances of ImmutableCloudPackage that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
This instance is equal to all instances of ImmutableCloudProcess that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
This instance is equal to all instances of ImmutableCloudServiceBinding that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
This instance is equal to all instances of ImmutableCloudServiceBroker that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
This instance is equal to all instances of ImmutableCloudServiceInstance that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
This instance is equal to all instances of ImmutableCloudServiceKey that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
This instance is equal to all instances of ImmutableCloudServiceOffering that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
This instance is equal to all instances of ImmutableCloudServicePlan that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
This instance is equal to all instances of ImmutableCloudSpace that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
This instance is equal to all instances of ImmutableCloudStack that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
This instance is equal to all instances of ImmutableCloudTask that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits
This instance is equal to all instances of ImmutableLimits that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult
This instance is equal to all instances of ImmutableResult that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials
This instance is equal to all instances of ImmutableDockerCredentials that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
This instance is equal to all instances of ImmutableDockerData that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo
This instance is equal to all instances of ImmutableDockerInfo that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
This instance is equal to all instances of ImmutableDropletInfo that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
This instance is equal to all instances of ImmutableErrorDetails that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
This instance is equal to all instances of ImmutableInstanceInfo that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo
This instance is equal to all instances of ImmutableInstancesInfo that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
This instance is equal to all instances of ImmutableLifecycle that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
This instance is equal to all instances of ImmutableSecurityGroupRule that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
This instance is equal to all instances of ImmutableServiceCredentialBindingOperation that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
This instance is equal to all instances of ImmutableStaging that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload
This instance is equal to all instances of ImmutableUpload that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceOperation
 
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
This instance is equal to all instances of ImmutableApplicationToCreateDto that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
This instance is equal to all instances of ImmutableOauth2AccessTokenResponse that have equal attribute values.
equals(Object) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
This instance is equal to all instances of ImmutableCloudControllerRestClientFactory that have equal attribute values.
error(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.Builder
Initializes the value for the error attribute.
error(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Initializes the value for the error attribute.
errorCode(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails.Builder
Initializes the value for the errorCode attribute.
errorDetails(ErrorDetails) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob.Builder
Initializes the value for the errorDetails attribute.
errorDetails(ErrorDetails) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload.Builder
Initializes the value for the errorDetails attribute.
ErrorDetails - Interface in com.sap.cloudfoundry.client.facade.domain
 
errors(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
Initializes the value for the errors attribute.
executeWithRetry(Supplier<T>) - Static method in class com.sap.cloudfoundry.client.facade.util.CloudUtil
 
EXPIRED - com.sap.cloudfoundry.client.facade.domain.Status
 
EXPIRES_AT_KEY - Static variable in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
expiresIn(long) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse.Builder
Initializes the value for the expiresIn attribute.
extra(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Sets or replaces all mappings from the specified map as entries for the extra map.
extra(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Sets or replaces all mappings from the specified map as entries for the extra map.

F

FAILED - com.sap.cloudfoundry.client.facade.domain.CloudBuild.State
 
FAILED - com.sap.cloudfoundry.client.facade.domain.CloudJob.Status
 
FAILED - com.sap.cloudfoundry.client.facade.domain.CloudTask.State
 
FAILED - com.sap.cloudfoundry.client.facade.domain.PackageState
 
FAILED - com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.State
 
FAILED - com.sap.cloudfoundry.client.facade.domain.ServiceOperation.State
 
FAILED - com.sap.cloudfoundry.client.facade.domain.Status
 
failureReason(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult.Builder
Initializes the value for the failureReason attribute.
FINISHED - com.sap.cloudfoundry.client.facade.domain.CloudJob.Status
 
from(ApplicationLogEntity) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
Fill a builder with attribute values from the provided ApplicationLogEntity instance.
from(ApplicationLogEntity.LogBody) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody.Builder
Fill a builder with attribute values from the provided LogBody instance.
from(ApplicationLogsResponse) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse.Builder
Fill a builder with attribute values from the provided ApplicationLogsResponse instance.
from(CloudFoundryClientFactory) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Fill a builder with attribute values from the provided CloudFoundryClientFactory instance.
from(RawCloudApplication) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication.Builder
Fill a builder with attribute values from the provided RawCloudApplication instance.
from(RawCloudAsyncJob) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob.Builder
Fill a builder with attribute values from the provided RawCloudAsyncJob instance.
from(RawCloudBuild) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild.Builder
Fill a builder with attribute values from the provided RawCloudBuild instance.
from(RawCloudDomain) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain.Builder
Fill a builder with attribute values from the provided RawCloudDomain instance.
from(RawCloudEvent) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent.Builder
Fill a builder with attribute values from the provided RawCloudEvent instance.
from(RawCloudPackage) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage.Builder
Fill a builder with attribute values from the provided RawCloudPackage instance.
from(RawCloudProcess) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess.Builder
Fill a builder with attribute values from the provided RawCloudProcess instance.
from(RawCloudRoute) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute.Builder
Fill a builder with attribute values from the provided RawCloudRoute instance.
from(RawCloudServiceBinding) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding.Builder
Fill a builder with attribute values from the provided RawCloudServiceBinding instance.
from(RawCloudServiceBroker) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker.Builder
Fill a builder with attribute values from the provided RawCloudServiceBroker instance.
from(RawCloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance.Builder
Fill a builder with attribute values from the provided RawCloudServiceInstance instance.
from(RawCloudServiceKey) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey.Builder
Fill a builder with attribute values from the provided RawCloudServiceKey instance.
from(RawCloudServiceOffering) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering.Builder
Fill a builder with attribute values from the provided RawCloudServiceOffering instance.
from(RawCloudServicePlan) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan.Builder
Fill a builder with attribute values from the provided RawCloudServicePlan instance.
from(RawCloudStack) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack.Builder
Fill a builder with attribute values from the provided RawCloudStack instance.
from(RawCloudTask) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask.Builder
Fill a builder with attribute values from the provided RawCloudTask instance.
from(RawInstancesInfo) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo.Builder
Fill a builder with attribute values from the provided RawInstancesInfo instance.
from(RawUserRole) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole.Builder
Fill a builder with attribute values from the provided RawUserRole instance.
from(RawV3CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance.Builder
Fill a builder with attribute values from the provided RawV3CloudServiceInstance instance.
from(ApplicationLog) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog.Builder
Fill a builder with attribute values from the provided ApplicationLog instance.
from(BitsData) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.Builder
Fill a builder with attribute values from the provided BitsData instance.
from(BitsData.Checksum) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum.Builder
Fill a builder with attribute values from the provided Checksum instance.
from(CloudApplication) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudApplication instance.
from(CloudAsyncJob) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob instance.
from(CloudBuild) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudBuild instance.
from(CloudBuild.CreatedBy) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy.Builder
Fill a builder with attribute values from the provided CreatedBy instance.
from(CloudBuild.PackageInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo.Builder
Fill a builder with attribute values from the provided PackageInfo instance.
from(CloudDomain) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudDomain instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEntity) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
from(CloudEvent) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEvent instance.
from(CloudEvent.Participant) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant.Builder
Fill a builder with attribute values from the provided Participant instance.
from(CloudJob) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudJob instance.
from(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata.Builder
Fill a builder with attribute values from the provided CloudMetadata instance.
from(CloudOrganization) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudOrganization instance.
from(CloudPackage) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudPackage instance.
from(CloudProcess) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudProcess instance.
from(CloudRoute) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudRoute instance.
from(CloudServiceBinding) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudServiceBinding instance.
from(CloudServiceBroker) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudServiceBroker instance.
from(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance instance.
from(CloudServiceKey) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudServiceKey instance.
from(CloudServiceOffering) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering instance.
from(CloudServicePlan) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudServicePlan instance.
from(CloudSpace) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudSpace instance.
from(CloudStack) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudStack instance.
from(CloudTask) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudTask instance.
from(CloudTask.Limits) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits.Builder
Fill a builder with attribute values from the provided Limits instance.
from(CloudTask.Result) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult.Builder
Fill a builder with attribute values from the provided Result instance.
from(DockerCredentials) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials.Builder
Fill a builder with attribute values from the provided DockerCredentials instance.
from(DockerData) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData.Builder
Fill a builder with attribute values from the provided DockerData instance.
from(DockerInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo.Builder
Fill a builder with attribute values from the provided DockerInfo instance.
from(DropletInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo.Builder
Fill a builder with attribute values from the provided DropletInfo instance.
from(ErrorDetails) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails.Builder
Fill a builder with attribute values from the provided ErrorDetails instance.
from(InstanceInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo.Builder
Fill a builder with attribute values from the provided InstanceInfo instance.
from(InstancesInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo.Builder
Fill a builder with attribute values from the provided InstancesInfo instance.
from(Lifecycle) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle.Builder
Fill a builder with attribute values from the provided Lifecycle instance.
from(SecurityGroupRule) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule.Builder
Fill a builder with attribute values from the provided SecurityGroupRule instance.
from(ServiceCredentialBindingOperation) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation.Builder
Fill a builder with attribute values from the provided ServiceCredentialBindingOperation instance.
from(Staging) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Fill a builder with attribute values from the provided Staging instance.
from(Upload) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload.Builder
Fill a builder with attribute values from the provided Upload instance.
from(ApplicationToCreateDto) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Fill a builder with attribute values from the provided ApplicationToCreateDto instance.
from(Oauth2AccessTokenResponse) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse.Builder
Fill a builder with attribute values from the provided Oauth2AccessTokenResponse instance.
from(CloudControllerRestClientFactory) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Fill a builder with attribute values from the provided CloudControllerRestClientFactory instance.
from(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudPackage.Type
 
from(LastOperation) - Static method in class com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation
 
fromLastOperation(LastOperation) - Static method in class com.sap.cloudfoundry.client.facade.domain.ServiceOperation
 
fromRoleType(RoleType) - Static method in enum com.sap.cloudfoundry.client.facade.domain.UserRole
 
fromString(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudJob.Status
 
fromString(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.State
 
fromString(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.Type
 
fromString(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceOperation.State
 
fromString(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceOperation.Type
 

G

getAccessToken() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
 
getAccessToken() - Method in interface com.sap.cloudfoundry.client.facade.oauth2.Oauth2AccessTokenResponse
 
getActor() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudEvent
 
getActor() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
 
getAdditionalInfo() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuth2AccessTokenWithAdditionalInfo
 
getAlgorithm() - Method in interface com.sap.cloudfoundry.client.facade.domain.BitsData.Checksum
 
getAlgorithm() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum
 
getAppBindings(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get the bindings for a particular application.
getAppBindings(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getAppBindings(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getAppBindings(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplication() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
 
getApplication() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudApplication
 
getApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get cloud application with the specified name.
getApplication(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplication(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplication(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get cloud application with the specified name.
getApplication(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplication(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplication(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationEnvironment(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get application environment variables for the app with the specified name.
getApplicationEnvironment(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationEnvironment(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationEnvironment(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationEnvironment(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get application environment variables for the app with the specified GUID.
getApplicationEnvironment(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationEnvironment(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationEnvironment(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationEvents(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get application events.
getApplicationEvents(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationEvents(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationEvents(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ApplicationLog
 
getApplicationGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceBinding
 
getApplicationGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
 
getApplicationGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
 
getApplicationGuid(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get the GUID of the cloud application with the specified name.
getApplicationGuid(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationGuid(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationGuid(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationInstances(CloudApplication) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get application instances info for application.
getApplicationInstances(CloudApplication) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationInstances(CloudApplication) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationInstances(CloudApplication) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationInstances(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getApplicationInstances(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationInstances(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationInstances(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationName(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getApplicationName(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationName(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationName(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationProcess(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getApplicationProcess(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationProcess(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationProcess(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationRoutes(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getApplicationRoutes(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationRoutes(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationRoutes(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplications() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get all applications in the currently targeted space.
getApplications() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplications() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplications() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationsByMetadataLabelSelector(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getApplicationsByMetadataLabelSelector(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationsByMetadataLabelSelector(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationsByMetadataLabelSelector(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getApplicationSshEnabled(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getApplicationSshEnabled(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getApplicationSshEnabled(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getApplicationSshEnabled(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getAppsUsingRoute() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
getAppsUsingRoute() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
 
getAsyncJob(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getAsyncJob(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getAsyncJob(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getAsyncJob(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getAuthorizationEndpoint() - Method in class com.sap.cloudfoundry.client.facade.util.AuthorizationEndpointGetter
 
getAuthorizationEndpoint(String) - Method in class com.sap.cloudfoundry.client.facade.util.AuthorizationEndpointGetter
 
getAuthorizationHeaderValue() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuth2AccessTokenWithAdditionalInfo
 
getAuthorizationHeaderValue() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
getBroker() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getBroker() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getBrokerId() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
getBrokerId() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
getBuild(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getBuild(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getBuild(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getBuild(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getBuildpack() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getBuildpacks() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
getBuildpacks() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getBuildsForApplication(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getBuildsForApplication(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getBuildsForApplication(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getBuildsForApplication(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getBuildsForPackage(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getBuildsForPackage(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getBuildsForPackage(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getBuildsForPackage(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getChecksum() - Method in interface com.sap.cloudfoundry.client.facade.domain.BitsData
 
getChecksum() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData
 
getClientId() - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Get the client ID.
getClientSecret() - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Get the client secret
getCloudFoundryClientFactory() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
getCloudFoundryClientFactory() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
 
getCode() - Method in interface com.sap.cloudfoundry.client.facade.domain.ErrorDetails
 
getCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
 
getCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
 
getCode() - Method in interface com.sap.cloudfoundry.client.facade.domain.SecurityGroupRule
 
getCommand() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
getCommand() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudTask
 
getCommand() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getCommand() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
 
getCommand() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
getCommand() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getConnectionPoolSize() - Method in class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
getConnectionPoolSize() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
 
getConnectionPoolSize() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
getConnectionPoolSize() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
 
getConnectTimeout() - Method in class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
getConnectTimeout() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
 
getConnectTimeout() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
getConnectTimeout() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
 
getCreatedAt() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudMetadata
 
getCreatedAt() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
 
getCreatedAt() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
 
getCreatedAt() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation
 
getCreatedBy() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudBuild
 
getCreatedBy() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
 
getCredentials() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
 
getCredentials() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceKey
 
getCredentials() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getCredentials() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceKey
 
getCredentials() - Method in interface com.sap.cloudfoundry.client.facade.domain.DockerInfo
 
getCredentials() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getCredentials() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
 
getCredentials() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo
 
getCurrentDropletForApplication(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getCurrentDropletForApplication(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getCurrentDropletForApplication(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getCurrentDropletForApplication(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getData() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudPackage
 
getData() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
 
getData() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
 
getData() - Method in interface com.sap.cloudfoundry.client.facade.domain.Lifecycle
 
getDefaultDomain() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Gets the default domain for the current org, which is the first shared domain.
getDefaultDomain() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getDefaultDomain() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getDefaultDomain() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getDescription() - Method in exception com.sap.cloudfoundry.client.facade.CloudOperationException
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServicePlan
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudStack
 
getDescription() - Method in interface com.sap.cloudfoundry.client.facade.domain.ErrorDetails
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation
 
getDescription() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceOperation
 
getDestination() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
 
getDestination() - Method in interface com.sap.cloudfoundry.client.facade.domain.SecurityGroupRule
 
getDetectedBuildpack() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
getDetectedBuildpack() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getDisk() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudTask.Limits
 
getDisk() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits
 
getDiskInMb() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
getDiskInMb() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getDiskQuotaInMb() - Method in interface com.sap.cloudfoundry.client.facade.dto.ApplicationToCreateDto
 
getDiskQuotaInMb() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
 
getDockerInfo() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
getDockerInfo() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getDocUrl() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
getDocUrl() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
getDomain() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
getDomain() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
 
getDomains() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get list of all domain shared and private domains.
getDomains() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getDomains() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getDomains() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getDomainsForOrganization() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get list of all domain registered for the current organization.
getDomainsForOrganization() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getDomainsForOrganization() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getDomainsForOrganization() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getDropletInfo() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudBuild
 
getDropletInfo() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
 
getEmail() - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Get the email.
getEnv() - Method in interface com.sap.cloudfoundry.client.facade.dto.ApplicationToCreateDto
 
getEnv() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
 
getError() - Method in interface com.sap.cloudfoundry.client.facade.domain.BitsData
 
getError() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudBuild
 
getError() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData
 
getError() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
 
getErrorCode() - Method in interface com.sap.cloudfoundry.client.facade.domain.ErrorDetails
 
getErrorCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
 
getErrorDetails() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudJob
 
getErrorDetails() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
 
getErrorDetails() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload
 
getErrorDetails() - Method in interface com.sap.cloudfoundry.client.facade.domain.Upload
 
getErrors() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob
 
getErrors() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
 
getEvents() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get system events.
getEvents() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getEvents() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getEvents() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getEventsByActee(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getEventsByActee(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getEventsByTarget(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getEventsByTarget(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getExpiresIn() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
 
getExpiresIn() - Method in interface com.sap.cloudfoundry.client.facade.oauth2.Oauth2AccessTokenResponse
 
getExtra() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
getExtra() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServicePlan
 
getExtra() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
getExtra() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
 
getFailureReason() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudTask.Result
 
getFailureReason() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult
 
getGuid() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudBuild.CreatedBy
 
getGuid() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudBuild.PackageInfo
 
getGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudEntity
 
getGuid() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudEvent.Participant
 
getGuid() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudMetadata
 
getGuid() - Method in interface com.sap.cloudfoundry.client.facade.domain.DropletInfo
 
getGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy
 
getGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo
 
getGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
 
getGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
 
getGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
 
getHealthCheckHttpEndpoint() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
getHealthCheckHttpEndpoint() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getHealthCheckHttpEndpoint() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
getHealthCheckHttpEndpoint() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getHealthCheckInvocationTimeout() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
getHealthCheckInvocationTimeout() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getHealthCheckTimeout() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
getHealthCheckTimeout() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getHealthCheckTimeout() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
getHealthCheckTimeout() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getHealthCheckType() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
getHealthCheckType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getHealthCheckType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
getHealthCheckType() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getHost() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
getHost() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
 
getIdToken() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
 
getIdToken() - Method in interface com.sap.cloudfoundry.client.facade.oauth2.Oauth2AccessTokenResponse
 
getImage() - Method in interface com.sap.cloudfoundry.client.facade.domain.DockerData
 
getImage() - Method in interface com.sap.cloudfoundry.client.facade.domain.DockerInfo
 
getImage() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
 
getImage() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo
 
getIndex() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
 
getIndex() - Method in interface com.sap.cloudfoundry.client.facade.domain.InstanceInfo
 
getInstanceId() - Method in class com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity
 
getInstanceId() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
 
getInstances() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
getInstances() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getInstances() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo
 
getInstances() - Method in interface com.sap.cloudfoundry.client.facade.domain.InstancesInfo
 
getInvocationTimeout() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
getInvocationTimeout() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getJob() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob
 
getJob() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudAsyncJob
 
getJti() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
 
getJti() - Method in interface com.sap.cloudfoundry.client.facade.oauth2.Oauth2AccessTokenResponse
 
getLabel() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getLabel() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getLastOperation() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getLastOperation() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getLifecycle() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudApplication
 
getLifecycle() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
 
getLimits() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudTask
 
getLimits() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
 
getLog() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
 
getLog() - Method in interface com.sap.cloudfoundry.client.facade.domain.SecurityGroupRule
 
getLogBody() - Method in class com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity
 
getLogBody() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
 
getLogs() - Method in interface com.sap.cloudfoundry.client.facade.adapters.ApplicationLogsResponse
 
getLogs() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse
 
getMemory() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudTask.Limits
 
getMemory() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits
 
getMemoryInMb() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudProcess
 
getMemoryInMb() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getMemoryInMb() - Method in interface com.sap.cloudfoundry.client.facade.dto.ApplicationToCreateDto
 
getMemoryInMb() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
 
getMessage() - Method in interface com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity.LogBody
 
getMessage() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
 
getMessage() - Method in exception com.sap.cloudfoundry.client.facade.CloudControllerException
 
getMessage() - Method in exception com.sap.cloudfoundry.client.facade.CloudServiceBrokerException
 
getMessage() - Method in class com.sap.cloudfoundry.client.facade.domain.ApplicationLog
 
getMessage() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
 
getMessageType() - Method in interface com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity.LogBody
 
getMessageType() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
 
getMessageType() - Method in class com.sap.cloudfoundry.client.facade.domain.ApplicationLog
 
getMessageType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudEntity
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
 
getMetadata() - Method in interface com.sap.cloudfoundry.client.facade.dto.ApplicationToCreateDto
 
getMetadata() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
 
getName() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudBuild.CreatedBy
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudEntity
 
getName() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudEvent.Participant
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
 
getName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
 
getName() - Method in enum com.sap.cloudfoundry.client.facade.domain.UserRole
 
getName() - Method in interface com.sap.cloudfoundry.client.facade.dto.ApplicationToCreateDto
 
getName() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
 
getOAuth2AccessToken() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuth2AccessTokenWithAdditionalInfo
 
getOperation() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob
 
getOperation() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
 
getOrCreateConnectionContext(String) - Method in class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
getOrganization() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudSpace
 
getOrganization() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
 
getOrigin() - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Get the origin
getPackage(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getPackage(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getPackage(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getPackage(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getPackageGuid() - Method in interface com.sap.cloudfoundry.client.facade.domain.DropletInfo
 
getPackageGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
 
getPackageInfo() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudBuild
 
getPackageInfo() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
 
getPackagesForApplication(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getPackagesForApplication(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getPackagesForApplication(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getPackagesForApplication(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getPassword() - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Get the password.
getPassword() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceBroker
 
getPassword() - Method in interface com.sap.cloudfoundry.client.facade.domain.DockerCredentials
 
getPassword() - Method in interface com.sap.cloudfoundry.client.facade.domain.DockerData
 
getPassword() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
 
getPassword() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials
 
getPassword() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
 
getPath() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
getPath() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
 
getPlan() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getPlan() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getPort() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
getPort() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
 
getPorts() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
 
getPorts() - Method in interface com.sap.cloudfoundry.client.facade.domain.SecurityGroupRule
 
getPrivateDomains() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get list of all private domains.
getPrivateDomains() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getPrivateDomains() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getPrivateDomains() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getProcess() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess
 
getProcess() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudProcess
 
getProcessStatisticsResponse() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo
 
getProcessStatisticsResponse() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawInstancesInfo
 
getProtocol() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
 
getProtocol() - Method in interface com.sap.cloudfoundry.client.facade.domain.SecurityGroupRule
 
getProvider() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getProvider() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getProxyUser() - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Get the proxy user.
getRecentLogs(UUID, LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.adapters.LogCacheClient
 
getRefreshToken() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
 
getRefreshToken() - Method in interface com.sap.cloudfoundry.client.facade.oauth2.Oauth2AccessTokenResponse
 
getRequiredServiceInstanceGuid(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get the GUID of a service instance.
getRequiredServiceInstanceGuid(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getRequiredServiceInstanceGuid(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getRequiredServiceInstanceGuid(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudBuild
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudDomain
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEvent
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudPackage
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceInstance
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServicePlan
 
getResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudTask
 
getResponseTimeout() - Method in class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
getResponseTimeout() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
 
getResponseTimeout() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
getResponseTimeout() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
 
getResult() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudTask
 
getResult() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
 
getRoleResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole
 
getRoleResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawUserRole
 
getRoute() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute
 
getRoute() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudRoute
 
getRoutes() - Method in interface com.sap.cloudfoundry.client.facade.dto.ApplicationToCreateDto
 
getRoutes() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
 
getRoutes(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get the info for all routes for a domain.
getRoutes(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getRoutes(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getRoutes(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getScope() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
 
getScope() - Method in interface com.sap.cloudfoundry.client.facade.oauth2.Oauth2AccessTokenResponse
 
getServiceAppBindings(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get the bindings for a particular service instance.
getServiceAppBindings(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceAppBindings(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceAppBindings(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceBinding() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding
 
getServiceBinding() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceBinding
 
getServiceBinding(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a service binding
getServiceBinding(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceBinding(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceBinding(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceBindingForApplication(UUID, UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get the binding between an application and a service instance.
getServiceBindingForApplication(UUID, UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceBindingForApplication(UUID, UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceBindingForApplication(UUID, UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceBindingOperation() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceBinding
 
getServiceBindingOperation() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
 
getServiceBindingParameters(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get all service binding parameters.
getServiceBindingParameters(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceBindingParameters(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceBindingParameters(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceBindingResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
 
getServiceBindingResource() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceKey
 
getServiceBroker() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker
 
getServiceBroker() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceBroker
 
getServiceBroker(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a service broker.
getServiceBroker(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceBroker(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceBroker(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceBroker(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a service broker.
getServiceBroker(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceBroker(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceBroker(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceBrokers() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get all service brokers.
getServiceBrokers() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceBrokers() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceBrokers() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceInstance() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
 
getServiceInstance() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance
 
getServiceInstance() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceKey
 
getServiceInstance() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawV3CloudServiceInstance
 
getServiceInstance() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceKey
 
getServiceInstance() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
 
getServiceInstance(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a service instance.
getServiceInstance(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceInstance(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceInstance(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceInstance(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a service instance.
getServiceInstance(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceInstance(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceInstance(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceInstanceGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceBinding
 
getServiceInstanceGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
 
getServiceInstanceName(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a service instance name.
getServiceInstanceName(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceInstanceName(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceInstanceName(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceInstanceParameters(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get all service instance parameters.
getServiceInstanceParameters(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceInstanceParameters(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceInstanceParameters(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceInstancesByMetadataLabelSelector(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getServiceInstancesByMetadataLabelSelector(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceInstancesByMetadataLabelSelector(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceInstancesByMetadataLabelSelector(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceInstancesWithoutAuxiliaryContentByMetadataLabelSelector(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getServiceInstancesWithoutAuxiliaryContentByMetadataLabelSelector(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceInstancesWithoutAuxiliaryContentByMetadataLabelSelector(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceInstancesWithoutAuxiliaryContentByMetadataLabelSelector(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceInstancesWithoutAuxiliaryContentByNames(List<String>) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getServiceInstancesWithoutAuxiliaryContentByNames(List<String>) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceInstancesWithoutAuxiliaryContentByNames(List<String>) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceInstancesWithoutAuxiliaryContentByNames(List<String>) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceInstanceWithoutAuxiliaryContent(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a service instance.
getServiceInstanceWithoutAuxiliaryContent(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceInstanceWithoutAuxiliaryContent(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceInstanceWithoutAuxiliaryContent(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceInstanceWithoutAuxiliaryContent(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a service instance.
getServiceInstanceWithoutAuxiliaryContent(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceInstanceWithoutAuxiliaryContent(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceInstanceWithoutAuxiliaryContent(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceKey(String, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a service key.
getServiceKey(String, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceKey(String, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceKey(String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceKeyOperation() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceKey
 
getServiceKeyOperation() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
 
getServiceKeys(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get service keys for a service instance.
getServiceKeys(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceKeys(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceKeys(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceKeys(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get service keys for a service instance.
getServiceKeys(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceKeys(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceKeys(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceKeysWithCredentials(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getServiceKeysWithCredentials(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceKeysWithCredentials(CloudServiceInstance) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceKeysWithCredentials(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceKeysWithCredentials(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getServiceKeysWithCredentials(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceKeysWithCredentials(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceKeysWithCredentials(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceOffering() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
 
getServiceOffering() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
 
getServiceOffering() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceInstance
 
getServiceOffering() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceOffering
 
getServiceOffering(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServiceOfferingId() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServicePlan
 
getServiceOfferingId() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
 
getServiceOfferings() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get all service offerings.
getServiceOfferings() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getServiceOfferings() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getServiceOfferings() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServicePlan() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
 
getServicePlan() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceInstance
 
getServicePlanResource(String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getServicePlans() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
 
getServicePlans() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceOffering
 
getServicePlans() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
getServicePlans() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
getSharedDomains() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get list of all shared domains.
getSharedDomains() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getSharedDomains() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getSharedDomains() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getSourceId() - Method in class com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity
 
getSourceId() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
 
getSourceName() - Method in class com.sap.cloudfoundry.client.facade.domain.ApplicationLog
 
getSourceName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
 
getSpace() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
 
getSpace() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudApplication
 
getSpace() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudApplication
 
getSpace() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
 
getSpace(String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudSpaceClient
 
getSpace(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudSpaceClient
 
getSpaceGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceBroker
 
getSpaceGuid() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
 
getSslHandshakeTimeout() - Method in class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
getSslHandshakeTimeout() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
 
getSslHandshakeTimeout() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
getSslHandshakeTimeout() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
 
getStack() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack
 
getStack() - Method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudStack
 
getStack(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a stack by name.
getStack(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getStack(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getStack(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getStack(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get a stack by name.
getStack(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getStack(String, boolean) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getStack(String, boolean) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getStackName() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
getStackName() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
getStacks() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get the list of stacks available for staging applications.
getStacks() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getStacks() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getStacks() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getStaging() - Method in interface com.sap.cloudfoundry.client.facade.dto.ApplicationToCreateDto
 
getStaging() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudApplication
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudBuild
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudTask
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
 
getState() - Method in interface com.sap.cloudfoundry.client.facade.domain.InstanceInfo
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation
 
getState() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceOperation
 
getStatus() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudJob
 
getStatus() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudPackage
 
getStatus() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
 
getStatus() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
 
getStatus() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload
 
getStatus() - Method in interface com.sap.cloudfoundry.client.facade.domain.Upload
 
getStatusCode() - Method in exception com.sap.cloudfoundry.client.facade.CloudOperationException
 
getStatusText() - Method in exception com.sap.cloudfoundry.client.facade.CloudOperationException
 
getSyslogDrainUrl() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getSyslogDrainUrl() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getTags() - Method in class com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity
 
getTags() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
 
getTags() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getTags() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getTarget() - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getTarget() - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getTarget() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudEvent
 
getTarget() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
 
getTarget() - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getTarget() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getTask(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getTask(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getTask(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getTask(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getTasks(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get the list of one-off tasks currently known for the given application.
getTasks(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getTasks(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getTasks(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getThreadPoolSize() - Method in class com.sap.cloudfoundry.client.facade.adapters.CloudFoundryClientFactory
 
getThreadPoolSize() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
 
getThreadPoolSize() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
getThreadPoolSize() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
 
getTimestamp() - Method in class com.sap.cloudfoundry.client.facade.domain.ApplicationLog
 
getTimestamp() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudEvent
 
getTimestamp() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
 
getTimestampInNanoseconds() - Method in class com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity
 
getTimestampInNanoseconds() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
 
getToken() - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Get the token.
getToken() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
getToken(ConnectionContext) - Method in class com.sap.cloudfoundry.client.facade.adapters.OAuthTokenProvider
 
getTokenProvider() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
getTokenProvider() - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClientWithLoginHint
 
getTokenType() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
 
getTokenType() - Method in interface com.sap.cloudfoundry.client.facade.oauth2.Oauth2AccessTokenResponse
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudEvent
 
getType() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudEvent.Participant
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudPackage
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
 
getType() - Method in interface com.sap.cloudfoundry.client.facade.domain.Lifecycle
 
getType() - Method in interface com.sap.cloudfoundry.client.facade.domain.SecurityGroupRule
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation
 
getType() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceOperation
 
getUniqueId() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
getUniqueId() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServicePlan
 
getUniqueId() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
getUniqueId() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
 
getUpdatedAt() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudMetadata
 
getUpdatedAt() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
 
getUpdatedAt() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
 
getUpdatedAt() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation
 
getUploadStatus(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getUploadStatus(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getUploadStatus(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getUploadStatus(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getUrl() - Method in interface com.sap.cloudfoundry.client.facade.domain.CloudMetadata
 
getUrl() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
getUrl() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceBroker
 
getUrl() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
 
getUrl() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
 
getUrl() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
 
getUsername() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceBroker
 
getUsername() - Method in interface com.sap.cloudfoundry.client.facade.domain.DockerCredentials
 
getUsername() - Method in interface com.sap.cloudfoundry.client.facade.domain.DockerData
 
getUsername() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
 
getUsername() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials
 
getUsername() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
 
getUserProvidedServiceInstanceParameters(UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Get all user-provided service instance parameters
getUserProvidedServiceInstanceParameters(UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getUserProvidedServiceInstanceParameters(UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getUserProvidedServiceInstanceParameters(UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getUserRolesBySpaceAndUser(UUID, UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
getUserRolesBySpaceAndUser(UUID, UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
getUserRolesBySpaceAndUser(UUID, UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
getUserRolesBySpaceAndUser(UUID, UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudEntity
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
 
getV3Metadata() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
 
getValue() - Method in interface com.sap.cloudfoundry.client.facade.domain.BitsData.Checksum
 
getValue() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum
 
getVersion() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 
getVersion() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
 
getWarnings() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob
 
getWarnings() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
 
guid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy.Builder
Initializes the value for the guid attribute.
guid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo.Builder
Initializes the value for the guid attribute.
guid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant.Builder
Initializes the value for the guid attribute.
guid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata.Builder
Initializes the value for the guid attribute.
guid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo.Builder
Initializes the value for the guid attribute.

H

handleError(ClientHttpResponse) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerResponseErrorHandler
 
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
Computes a hash code from attributes: timestampInNanoseconds, sourceId, instanceId, tags, logBody.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
Computes a hash code from attributes: message, messageType.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse
Computes a hash code from attributes: logs.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Computes a hash code from attributes: sslHandshakeTimeout, connectTimeout, connectionPoolSize, threadPoolSize, responseTimeout.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
Computes a hash code from attributes: application, space.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob
Computes a hash code from attributes: job.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild
Computes a hash code from attributes: resource.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain
Computes a hash code from attributes: resource.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent
Computes a hash code from attributes: resource.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage
Computes a hash code from attributes: resource.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess
Computes a hash code from attributes: process.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute
Computes a hash code from attributes: route.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding
Computes a hash code from attributes: serviceBinding.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker
Computes a hash code from attributes: serviceBroker.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
Computes a hash code from attributes: resource, servicePlan, serviceOffering.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
Computes a hash code from attributes: serviceBindingResource, credentials, serviceInstance.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
Computes a hash code from attributes: serviceOffering, servicePlans.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan
Computes a hash code from attributes: resource.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack
Computes a hash code from attributes: stack.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask
Computes a hash code from attributes: resource.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo
Computes a hash code from attributes: processStatisticsResponse.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole
Computes a hash code from attributes: roleResource.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance
Computes a hash code from attributes: serviceInstance.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
Computes a hash code from attributes: applicationGuid, message, timestamp, messageType, sourceName.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData
Computes a hash code from attributes: checksum, error.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum
Computes a hash code from attributes: algorithm, value.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Computes a hash code from attributes: name, metadata, v3Metadata, state, lifecycle, space.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Computes a hash code from attributes: name, metadata, v3Metadata, state, operation, warnings, errors.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Computes a hash code from attributes: name, metadata, v3Metadata, state, createdBy, dropletInfo, packageInfo, error.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy
Computes a hash code from attributes: guid, name.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo
Computes a hash code from attributes: guid.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
Computes a hash code from attributes: name, metadata, v3Metadata.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Computes a hash code from attributes: name, metadata, v3Metadata, type, actor, target.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
Computes a hash code from attributes: guid, name, type.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
Computes a hash code from attributes: name, metadata, v3Metadata, status, errorDetails.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
Computes a hash code from attributes: guid, createdAt, updatedAt, url.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
Computes a hash code from attributes: name, metadata, v3Metadata.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Computes a hash code from attributes: name, metadata, v3Metadata, type, data, status.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Computes a hash code from attributes: name, metadata, v3Metadata, command, diskInMb, instances, memoryInMb, healthCheckType, healthCheckHttpEndpoint, healthCheckInvocationTimeout, healthCheckTimeout.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Computes a hash code from attributes: name, metadata, v3Metadata, applicationGuid, serviceInstanceGuid, serviceBindingOperation.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Computes a hash code from attributes: name, metadata, v3Metadata, username, password, url, spaceGuid.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Computes a hash code from attributes: name, metadata, v3Metadata, label, plan, provider, broker, version, credentials, syslogDrainUrl, tags, type, lastOperation.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Computes a hash code from attributes: name, metadata, v3Metadata, credentials, serviceInstance, serviceKeyOperation.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Computes a hash code from attributes: name, metadata, v3Metadata, isAvailable, isBindable, isShareable, servicePlans, description, docUrl, extra, brokerId, uniqueId.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Computes a hash code from attributes: name, metadata, v3Metadata, description, extra, uniqueId, serviceOfferingId, isFree, isPublic.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
Computes a hash code from attributes: name, metadata, v3Metadata, organization.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
Computes a hash code from attributes: name, metadata, v3Metadata, description.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Computes a hash code from attributes: name, metadata, v3Metadata, command, limits, result, state.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits
Computes a hash code from attributes: disk, memory.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult
Computes a hash code from attributes: failureReason.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials
Computes a hash code from attributes: username, password.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
Computes a hash code from attributes: image, username, password.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo
Computes a hash code from attributes: image, credentials.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
Computes a hash code from attributes: guid, packageGuid.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
Computes a hash code from attributes: code, description, errorCode.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
Computes a hash code from attributes: index, state.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo
Computes a hash code from attributes: instances.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
Computes a hash code from attributes: type, data.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Computes a hash code from attributes: protocol, ports, destination, log, type, code.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
Computes a hash code from attributes: type, state, description, createdAt, updatedAt.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Computes a hash code from attributes: buildpacks, command, detectedBuildpack, healthCheckTimeout, healthCheckType, healthCheckHttpEndpoint, isSshEnabled, stackName, dockerInfo, invocationTimeout.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload
Computes a hash code from attributes: status, errorDetails.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceOperation
 
hashCode() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Computes a hash code from attributes: name, staging, diskQuotaInMb, memoryInMb, metadata, routes, env.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Computes a hash code from attributes: accessToken, tokenType, idToken, refreshToken, expiresIn, scope, jti.
hashCode() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Computes a hash code from attributes: sslHandshakeTimeout, connectTimeout, connectionPoolSize, threadPoolSize, responseTimeout, shouldTrustSelfSignedCertificates, cloudFoundryClientFactory.
healthCheckHttpEndpoint(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the healthCheckHttpEndpoint attribute.
healthCheckHttpEndpoint(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Initializes the value for the healthCheckHttpEndpoint attribute.
healthCheckInvocationTimeout(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the healthCheckInvocationTimeout attribute.
healthCheckTimeout(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the healthCheckTimeout attribute.
healthCheckTimeout(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Initializes the value for the healthCheckTimeout attribute.
healthCheckType(HealthCheckType) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the healthCheckType attribute.
healthCheckType(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Initializes the value for the healthCheckType attribute.
HealthCheckType - Enum in com.sap.cloudfoundry.client.facade.domain
 
host(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Initializes the value for the host attribute.
HTTP - com.sap.cloudfoundry.client.facade.domain.HealthCheckType
 

I

idToken(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse.Builder
Initializes the value for the idToken attribute.
image(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData.Builder
Initializes the value for the image attribute.
image(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo.Builder
Initializes the value for the image attribute.
ImmutableApplicationLog - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of ApplicationLog.
ImmutableApplicationLog.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableApplicationLog.
ImmutableApplicationLogEntity - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of ApplicationLogEntity.
ImmutableApplicationLogEntity.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableApplicationLogEntity.
ImmutableApplicationLogEntity.ImmutableLogBody - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of ApplicationLogEntity.LogBody.
ImmutableApplicationLogEntity.ImmutableLogBody.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableLogBody.
ImmutableApplicationLogsResponse - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of ApplicationLogsResponse.
ImmutableApplicationLogsResponse.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableApplicationLogsResponse.
ImmutableApplicationToCreateDto - Class in com.sap.cloudfoundry.client.facade.dto
Immutable implementation of ApplicationToCreateDto.
ImmutableApplicationToCreateDto.Builder - Class in com.sap.cloudfoundry.client.facade.dto
Builds instances of type ImmutableApplicationToCreateDto.
ImmutableBitsData - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of BitsData.
ImmutableBitsData.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableBitsData.
ImmutableBitsData.ImmutableChecksum - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of BitsData.Checksum.
ImmutableBitsData.ImmutableChecksum.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableChecksum.
ImmutableCloudApplication - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudApplication.
ImmutableCloudApplication.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudApplication.
ImmutableCloudAsyncJob - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudAsyncJob.
ImmutableCloudAsyncJob.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudAsyncJob.
ImmutableCloudBuild - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudBuild.
ImmutableCloudBuild.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudBuild.
ImmutableCloudBuild.ImmutableCreatedBy - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudBuild.CreatedBy.
ImmutableCloudBuild.ImmutableCreatedBy.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCreatedBy.
ImmutableCloudBuild.ImmutablePackageInfo - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudBuild.PackageInfo.
ImmutableCloudBuild.ImmutablePackageInfo.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutablePackageInfo.
ImmutableCloudControllerRestClientFactory - Class in com.sap.cloudfoundry.client.facade.rest
Immutable implementation of CloudControllerRestClientFactory.
ImmutableCloudControllerRestClientFactory.Builder - Class in com.sap.cloudfoundry.client.facade.rest
ImmutableCloudDomain - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudDomain.
ImmutableCloudDomain.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudDomain.
ImmutableCloudEvent - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudEvent.
ImmutableCloudEvent.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudEvent.
ImmutableCloudEvent.ImmutableParticipant - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudEvent.Participant.
ImmutableCloudEvent.ImmutableParticipant.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableParticipant.
ImmutableCloudFoundryClientFactory - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of CloudFoundryClientFactory.
ImmutableCloudFoundryClientFactory.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableCloudFoundryClientFactory.
ImmutableCloudJob - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudJob.
ImmutableCloudJob.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudJob.
ImmutableCloudMetadata - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudMetadata.
ImmutableCloudMetadata.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudMetadata.
ImmutableCloudOrganization - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudOrganization.
ImmutableCloudOrganization.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudOrganization.
ImmutableCloudPackage - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudPackage.
ImmutableCloudPackage.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudPackage.
ImmutableCloudProcess - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudProcess.
ImmutableCloudProcess.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudProcess.
ImmutableCloudRoute - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudRoute.
ImmutableCloudRoute.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudRoute.
ImmutableCloudServiceBinding - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudServiceBinding.
ImmutableCloudServiceBinding.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudServiceBinding.
ImmutableCloudServiceBroker - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudServiceBroker.
ImmutableCloudServiceBroker.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudServiceBroker.
ImmutableCloudServiceInstance - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudServiceInstance.
ImmutableCloudServiceInstance.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudServiceInstance.
ImmutableCloudServiceKey - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudServiceKey.
ImmutableCloudServiceKey.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudServiceKey.
ImmutableCloudServiceOffering - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudServiceOffering.
ImmutableCloudServiceOffering.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudServiceOffering.
ImmutableCloudServicePlan - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudServicePlan.
ImmutableCloudServicePlan.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudServicePlan.
ImmutableCloudSpace - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudSpace.
ImmutableCloudSpace.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudSpace.
ImmutableCloudStack - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudStack.
ImmutableCloudStack.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudStack.
ImmutableCloudTask - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudTask.
ImmutableCloudTask.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableCloudTask.
ImmutableCloudTask.ImmutableLimits - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudTask.Limits.
ImmutableCloudTask.ImmutableLimits.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableLimits.
ImmutableCloudTask.ImmutableResult - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of CloudTask.Result.
ImmutableCloudTask.ImmutableResult.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableResult.
ImmutableDockerCredentials - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of DockerCredentials.
ImmutableDockerCredentials.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableDockerCredentials.
ImmutableDockerData - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of DockerData.
ImmutableDockerData.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableDockerData.
ImmutableDockerInfo - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of DockerInfo.
ImmutableDockerInfo.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableDockerInfo.
ImmutableDropletInfo - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of DropletInfo.
ImmutableDropletInfo.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableDropletInfo.
ImmutableErrorDetails - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of ErrorDetails.
ImmutableErrorDetails.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableErrorDetails.
ImmutableInstanceInfo - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of InstanceInfo.
ImmutableInstanceInfo.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableInstanceInfo.
ImmutableInstancesInfo - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of InstancesInfo.
ImmutableInstancesInfo.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableInstancesInfo.
ImmutableLifecycle - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of Lifecycle.
ImmutableLifecycle.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableLifecycle.
ImmutableOauth2AccessTokenResponse - Class in com.sap.cloudfoundry.client.facade.oauth2
Immutable implementation of Oauth2AccessTokenResponse.
ImmutableOauth2AccessTokenResponse.Builder - Class in com.sap.cloudfoundry.client.facade.oauth2
Builds instances of type ImmutableOauth2AccessTokenResponse.
ImmutableRawCloudApplication - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudApplication.
ImmutableRawCloudApplication.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudApplication.
ImmutableRawCloudAsyncJob - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudAsyncJob.
ImmutableRawCloudAsyncJob.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudAsyncJob.
ImmutableRawCloudBuild - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudBuild.
ImmutableRawCloudBuild.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudBuild.
ImmutableRawCloudDomain - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudDomain.
ImmutableRawCloudDomain.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudDomain.
ImmutableRawCloudEvent - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudEvent.
ImmutableRawCloudEvent.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudEvent.
ImmutableRawCloudPackage - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudPackage.
ImmutableRawCloudPackage.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudPackage.
ImmutableRawCloudProcess - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudProcess.
ImmutableRawCloudProcess.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudProcess.
ImmutableRawCloudRoute - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudRoute.
ImmutableRawCloudRoute.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudRoute.
ImmutableRawCloudServiceBinding - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudServiceBinding.
ImmutableRawCloudServiceBinding.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudServiceBinding.
ImmutableRawCloudServiceBroker - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudServiceBroker.
ImmutableRawCloudServiceBroker.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudServiceBroker.
ImmutableRawCloudServiceInstance - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudServiceInstance.
ImmutableRawCloudServiceInstance.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudServiceInstance.
ImmutableRawCloudServiceKey - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudServiceKey.
ImmutableRawCloudServiceKey.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudServiceKey.
ImmutableRawCloudServiceOffering - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudServiceOffering.
ImmutableRawCloudServiceOffering.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudServiceOffering.
ImmutableRawCloudServicePlan - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudServicePlan.
ImmutableRawCloudServicePlan.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudServicePlan.
ImmutableRawCloudStack - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudStack.
ImmutableRawCloudStack.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudStack.
ImmutableRawCloudTask - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawCloudTask.
ImmutableRawCloudTask.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawCloudTask.
ImmutableRawInstancesInfo - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawInstancesInfo.
ImmutableRawInstancesInfo.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawInstancesInfo.
ImmutableRawUserRole - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawUserRole.
ImmutableRawUserRole.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawUserRole.
ImmutableRawV3CloudServiceInstance - Class in com.sap.cloudfoundry.client.facade.adapters
Immutable implementation of RawV3CloudServiceInstance.
ImmutableRawV3CloudServiceInstance.Builder - Class in com.sap.cloudfoundry.client.facade.adapters
Builds instances of type ImmutableRawV3CloudServiceInstance.
ImmutableSecurityGroupRule - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of SecurityGroupRule.
ImmutableSecurityGroupRule.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableSecurityGroupRule.
ImmutableServiceCredentialBindingOperation - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of ServiceCredentialBindingOperation.
ImmutableServiceCredentialBindingOperation.Builder - Class in com.sap.cloudfoundry.client.facade.domain
ImmutableStaging - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of Staging.
ImmutableStaging.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableStaging.
ImmutableUpload - Class in com.sap.cloudfoundry.client.facade.domain
Immutable implementation of Upload.
ImmutableUpload.Builder - Class in com.sap.cloudfoundry.client.facade.domain
Builds instances of type ImmutableUpload.
IN_PROGRESS - com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.State
 
IN_PROGRESS - com.sap.cloudfoundry.client.facade.domain.ServiceOperation.State
 
index(int) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo.Builder
Initializes the value for the index attribute.
init(CloudCredentials) - Method in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
INITIAL - com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.State
 
INITIAL - com.sap.cloudfoundry.client.facade.domain.ServiceOperation.State
 
instanceId(String) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
Initializes the value for the instanceId attribute.
InstanceInfo - Interface in com.sap.cloudfoundry.client.facade.domain
 
instances(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the instances attribute.
instances(Iterable<? extends InstanceInfo>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo.Builder
Sets or replaces all elements for instances list.
InstancesInfo - Interface in com.sap.cloudfoundry.client.facade.domain
 
InstanceState - Enum in com.sap.cloudfoundry.client.facade.domain
 
invocationTimeout(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Initializes the value for the invocationTimeout attribute.
isAvailable() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
isAvailable() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
isAvailable(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the isAvailable attribute.
isBindable() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
isBindable() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
isBindable(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the isBindable attribute.
isFree() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServicePlan
 
isFree() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
 
isFree(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Initializes the value for the isFree attribute.
isProxyUserSet() - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Is this a proxied set of credentials?
isPublic() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServicePlan
 
isPublic() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
 
isPublic(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Initializes the value for the isPublic attribute.
isRefreshable() - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Indicates weather the token stored in the cloud credentials can be refreshed or not.
isShareable() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
 
isShareable() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
 
isShareable(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the isShareable attribute.
isSshEnabled() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
 
isSshEnabled() - Method in interface com.sap.cloudfoundry.client.facade.domain.Staging
 
isSshEnabled(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Initializes the value for the isSshEnabled attribute.
ISSUED_AT_KEY - Static variable in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
isUserProvided() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
 

J

job(Job) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob.Builder
Initializes the value for the job attribute.
JobV3Util - Class in com.sap.cloudfoundry.client.facade.util
 
JSON_MEDIA_TYPE - Static variable in class com.sap.cloudfoundry.client.facade.util.JsonUtil
 
JsonUtil - Class in com.sap.cloudfoundry.client.facade.util
Some JSON helper utilities used by the Cloud Foundry Java client.
JsonUtil() - Constructor for class com.sap.cloudfoundry.client.facade.util.JsonUtil
 
jti(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse.Builder
Initializes the value for the jti attribute.

K

KPACK - com.sap.cloudfoundry.client.facade.domain.LifecycleType
 

L

label(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the label attribute.
lastOperation(ServiceOperation) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the lastOperation attribute.
lifecycle(Lifecycle) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication.Builder
Initializes the value for the lifecycle attribute.
Lifecycle - Interface in com.sap.cloudfoundry.client.facade.domain
 
LifecycleType - Enum in com.sap.cloudfoundry.client.facade.domain
 
limits(CloudTask.Limits) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Initializes the value for the limits attribute.
log(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule.Builder
Initializes the value for the log attribute.
logBody(ApplicationLogEntity.LogBody) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
Initializes the value for the logBody attribute.
LogCacheClient - Class in com.sap.cloudfoundry.client.facade.adapters
 
LogCacheClient(String, OAuthClient, Map<String, String>) - Constructor for class com.sap.cloudfoundry.client.facade.adapters.LogCacheClient
 
logger - Static variable in class com.sap.cloudfoundry.client.facade.util.JsonUtil
 
logs(Iterable<? extends ApplicationLogEntity>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse.Builder
Sets or replaces all elements for logs list.

M

memory(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits.Builder
Initializes the value for the memory attribute.
memoryInMb(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the memoryInMb attribute.
memoryInMb(Integer) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Initializes the value for the memoryInMb attribute.
message(String) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody.Builder
Initializes the value for the message attribute.
message(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog.Builder
Initializes the value for the message attribute.
Messages - Class in com.sap.cloudfoundry.client.facade
 
messageType(ApplicationLog.MessageType) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog.Builder
Initializes the value for the messageType attribute.
messageType(String) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody.Builder
Initializes the value for the messageType attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack.Builder
Initializes the value for the metadata attribute.
metadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Initializes the value for the metadata attribute.
metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Initializes the value for the metadata attribute.

N

name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Initializes the value for the name attribute.
name(String) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Initializes the value for the name attribute.
NO_SERVICE_PLAN_FOUND - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
NONE - Static variable in interface com.sap.cloudfoundry.client.facade.UploadStatusCallback
Empty implementation
Nullable - Annotation Type in com.sap.cloudfoundry.client.facade
 

O

Oauth2AccessTokenResponse - Interface in com.sap.cloudfoundry.client.facade.oauth2
 
OAuth2AccessTokenWithAdditionalInfo - Class in com.sap.cloudfoundry.client.facade.oauth2
 
OAuth2AccessTokenWithAdditionalInfo(OAuth2AccessToken) - Constructor for class com.sap.cloudfoundry.client.facade.oauth2.OAuth2AccessTokenWithAdditionalInfo
 
OAuth2AccessTokenWithAdditionalInfo(OAuth2AccessToken, Map<String, Object>) - Constructor for class com.sap.cloudfoundry.client.facade.oauth2.OAuth2AccessTokenWithAdditionalInfo
 
OAuthClient - Class in com.sap.cloudfoundry.client.facade.oauth2
Client that can handle authentication against a UAA instance
OAuthClient(URL, WebClient) - Constructor for class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
OAuthClientWithLoginHint - Class in com.sap.cloudfoundry.client.facade.oauth2
 
OAuthClientWithLoginHint(URL, ConnectionContext, String, WebClient) - Constructor for class com.sap.cloudfoundry.client.facade.oauth2.OAuthClientWithLoginHint
 
OAuthTokenProvider - Class in com.sap.cloudfoundry.client.facade.adapters
 
OAuthTokenProvider(OAuthClient) - Constructor for class com.sap.cloudfoundry.client.facade.adapters.OAuthTokenProvider
 
of(String) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult
Construct a new immutable Result instance.
of(UUID) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo
Construct a new immutable PackageInfo instance.
of(UUID) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
Construct a new immutable CloudMetadata instance.
of(UUID, UUID) - Static method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
Construct a new immutable DropletInfo instance.
of(GetApplicationProcessStatisticsResponse) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo
Construct a new immutable RawInstancesInfo instance.
of(AuditEventResource) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent
Construct a new immutable RawCloudEvent instance.
of(Build) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild
Construct a new immutable RawCloudBuild instance.
of(Domain) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain
Construct a new immutable RawCloudDomain instance.
of(Job) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob
Construct a new immutable RawCloudAsyncJob instance.
of(Package) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage
Construct a new immutable RawCloudPackage instance.
of(Process) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess
Construct a new immutable RawCloudProcess instance.
of(RoleResource) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole
Construct a new immutable RawUserRole instance.
of(Route) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute
Construct a new immutable RawCloudRoute instance.
of(ServiceBindingResource) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding
Construct a new immutable RawCloudServiceBinding instance.
of(ServiceBroker) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker
Construct a new immutable RawCloudServiceBroker instance.
of(ServiceInstance) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance
Construct a new immutable RawV3CloudServiceInstance instance.
of(ServiceInstanceResource) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
Construct a new immutable RawCloudServiceInstance instance.
of(ServicePlan) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan
Construct a new immutable RawCloudServicePlan instance.
of(Stack) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack
Construct a new immutable RawCloudStack instance.
of(Task) - Static method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask
Construct a new immutable RawCloudTask instance.
onCheckResources() - Method in interface com.sap.cloudfoundry.client.facade.UploadStatusCallback
Called after the /resources call is made.
onComplete() - Method in interface com.sap.cloudfoundry.client.facade.ApplicationLogListener
 
onError(CloudOperationException, String, String) - Method in interface com.sap.cloudfoundry.client.facade.ApplicationServicesUpdateCallback
 
onError(CloudOperationException, UUID) - Method in interface com.sap.cloudfoundry.client.facade.ServiceBindingOperationCallback
 
onError(String) - Method in interface com.sap.cloudfoundry.client.facade.UploadStatusCallback
 
onError(Throwable) - Method in interface com.sap.cloudfoundry.client.facade.ApplicationLogListener
 
onMatchedFileNames(Set<String>) - Method in interface com.sap.cloudfoundry.client.facade.UploadStatusCallback
Called after the files to be uploaded have been identified.
onMessage(ApplicationLog) - Method in interface com.sap.cloudfoundry.client.facade.ApplicationLogListener
 
onProcessMatchedResources(int) - Method in interface com.sap.cloudfoundry.client.facade.UploadStatusCallback
Called after the data to be uploaded has been processed
onProgress(String) - Method in interface com.sap.cloudfoundry.client.facade.UploadStatusCallback
Called during asynchronous upload process.
operation(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
Initializes the value for the operation attribute.
organization(CloudOrganization) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace.Builder
Initializes the value for the organization attribute.
ORGANIZATION - com.sap.cloudfoundry.client.facade.domain.ServicePlanVisibility
 
ORGANIZATION_AUDITOR - com.sap.cloudfoundry.client.facade.domain.UserRole
 
ORGANIZATION_BILLING_MANAGER - com.sap.cloudfoundry.client.facade.domain.UserRole
 
ORGANIZATION_MANAGER - com.sap.cloudfoundry.client.facade.domain.UserRole
 
ORGANIZATION_USER - com.sap.cloudfoundry.client.facade.domain.UserRole
 

P

PACKAGE - Static variable in class com.sap.cloudfoundry.client.facade.Constants
 
packageGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo.Builder
Initializes the value for the packageGuid attribute.
packageInfo(CloudBuild.PackageInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Initializes the value for the packageInfo attribute.
PackageState - Enum in com.sap.cloudfoundry.client.facade.domain
 
parse(Class<T>, Object) - Static method in class com.sap.cloudfoundry.client.facade.util.CloudUtil
 
parseDate(String) - Static method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
 
parseEnum(Enum<?>, Class<E>) - Static method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
 
parseGuid(String) - Static method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
 
parseNullableDate(String) - Static method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
 
parseNullableGuid(String) - Static method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
 
parseResourceMetadata(Resource) - Static method in class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
 
password(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
Initializes the value for the password attribute.
password(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials.Builder
Initializes the value for the password attribute.
password(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData.Builder
Initializes the value for the password attribute.
path(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Initializes the value for the path attribute.
PENDING - com.sap.cloudfoundry.client.facade.domain.CloudTask.State
 
PENDING - com.sap.cloudfoundry.client.facade.domain.PackageState
 
plan(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the plan attribute.
port(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Initializes the value for the port attribute.
PORT - com.sap.cloudfoundry.client.facade.domain.HealthCheckType
 
ports(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule.Builder
Initializes the value for the ports attribute.
process(Process) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess.Builder
Initializes the value for the process attribute.
PROCESS - com.sap.cloudfoundry.client.facade.domain.HealthCheckType
 
PROCESSING_UPLOAD - com.sap.cloudfoundry.client.facade.domain.Status
 
processStatisticsResponse(GetApplicationProcessStatisticsResponse) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo.Builder
Initializes the value for the processStatisticsResponse attribute.
protocol(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule.Builder
Initializes the value for the protocol attribute.
provider(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the provider attribute.
proxyForUser(String) - Method in class com.sap.cloudfoundry.client.facade.CloudCredentials
Run commands as a different user.
PUBLIC - com.sap.cloudfoundry.client.facade.domain.ServicePlanVisibility
 
putAllCredentials(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey.Builder
Put all mappings from the specified map as entries to credentials map.
putAllCredentials(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Put all mappings from the specified map as entries to credentials map.
putAllCredentials(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Put all mappings from the specified map as entries to credentials map.
putAllData(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle.Builder
Put all mappings from the specified map as entries to data map.
putAllEnv(Map<String, ? extends String>) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Put all mappings from the specified map as entries to env map.
putAllExtra(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Put all mappings from the specified map as entries to extra map.
putAllExtra(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Put all mappings from the specified map as entries to extra map.
putAllTags(Map<String, ? extends String>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
Put all mappings from the specified map as entries to tags map.
putCredential(String, Object) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey.Builder
Put one entry to the credentials map.
putCredential(String, Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Put one entry to the credentials map.
putCredential(String, Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Put one entry to the credentials map.
putCredential(Map.Entry<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey.Builder
Put one entry to the credentials map.
putCredential(Map.Entry<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Put one entry to the credentials map.
putCredential(Map.Entry<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Put one entry to the credentials map.
putData(String, Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle.Builder
Put one entry to the data map.
putData(Map.Entry<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle.Builder
Put one entry to the data map.
putEnv(String, String) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Put one entry to the env map.
putExtra(String, Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Put one entry to the extra map.
putExtra(String, Object) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Put one entry to the extra map.
putExtra(Map.Entry<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Put one entry to the extra map.
putExtra(Map.Entry<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Put one entry to the extra map.
putTag(String, String) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
Put one entry to the tags map.
putTag(Map.Entry<String, ? extends String>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
Put one entry to the tags map.

Q

QUEUED - com.sap.cloudfoundry.client.facade.domain.CloudJob.Status
 

R

RawCloudApplication - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudApplication() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudApplication
 
RawCloudAsyncJob - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudAsyncJob() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudAsyncJob
 
RawCloudBuild - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudBuild() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudBuild
 
RawCloudDomain - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudDomain() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudDomain
 
RawCloudEntity<T> - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudEntity() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
 
RawCloudEvent - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudEvent() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudEvent
 
RawCloudPackage - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudPackage() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudPackage
 
RawCloudProcess - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudProcess() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudProcess
 
RawCloudRoute - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudRoute() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudRoute
 
RawCloudServiceBinding - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudServiceBinding() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceBinding
 
RawCloudServiceBroker - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudServiceBroker() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceBroker
 
RawCloudServiceInstance - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudServiceInstance() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceInstance
 
RawCloudServiceKey - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudServiceKey() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceKey
 
RawCloudServiceOffering - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudServiceOffering() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceOffering
 
RawCloudServicePlan - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudServicePlan() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudServicePlan
 
RawCloudStack - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudStack() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudStack
 
RawCloudTask - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawCloudTask() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawCloudTask
 
RawInstancesInfo - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawInstancesInfo() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawInstancesInfo
 
RawUserRole - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawUserRole() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawUserRole
 
RawV3CloudServiceInstance - Class in com.sap.cloudfoundry.client.facade.adapters
 
RawV3CloudServiceInstance() - Constructor for class com.sap.cloudfoundry.client.facade.adapters.RawV3CloudServiceInstance
 
READY - com.sap.cloudfoundry.client.facade.domain.Status
 
refreshToken(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse.Builder
Initializes the value for the refreshToken attribute.
rename(String, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Rename an application.
rename(String, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
rename(String, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
rename(String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
resource(AuditEventResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent.Builder
Initializes the value for the resource attribute.
resource(Build) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild.Builder
Initializes the value for the resource attribute.
resource(Domain) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain.Builder
Initializes the value for the resource attribute.
resource(Package) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage.Builder
Initializes the value for the resource attribute.
resource(ServiceInstanceResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance.Builder
Initializes the value for the resource attribute.
resource(ServicePlan) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan.Builder
Initializes the value for the resource attribute.
resource(Task) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask.Builder
Initializes the value for the resource attribute.
responseTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value responseTimeout to responseTimeout.
responseTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value responseTimeout to responseTimeout.
responseTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value responseTimeout to responseTimeout.
responseTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value responseTimeout to responseTimeout.
restartApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Restart application.
restartApplication(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
restartApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
restartApplication(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
RestUtil - Class in com.sap.cloudfoundry.client.facade.util
Some helper utilities for creating classes used for the REST support.
RestUtil() - Constructor for class com.sap.cloudfoundry.client.facade.util.RestUtil
 
result(CloudTask.Result) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Initializes the value for the result attribute.
RETRYING_OPERATION - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
roleResource(RoleResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole.Builder
Initializes the value for the roleResource attribute.
route(Route) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute.Builder
Initializes the value for the route attribute.
routes(Iterable<? extends CloudRoute>) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Sets or replaces all elements for routes set.
RUNNING - com.sap.cloudfoundry.client.facade.domain.CloudJob.Status
 
RUNNING - com.sap.cloudfoundry.client.facade.domain.CloudTask.State
 
RUNNING - com.sap.cloudfoundry.client.facade.domain.InstanceState
 
runTask(String, CloudTask) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Run a one-off task on an application.
runTask(String, CloudTask) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
runTask(String, CloudTask) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
runTask(String, CloudTask) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 

S

scope(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse.Builder
Initializes the value for the scope attribute.
SCOPE - Static variable in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
SCOPE_CC_ADMIN - Static variable in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
SCOPE_CC_READ - Static variable in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
SCOPE_CC_WRITE - Static variable in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
SecurityGroupRule - Interface in com.sap.cloudfoundry.client.facade.domain
 
SERVICE_OFFERING_WITH_GUID_0_IS_NOT_AVAILABLE - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
SERVICE_OFFERING_WITH_GUID_0_NOT_FOUND - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
SERVICE_PLAN_WITH_GUID_0_NOT_AVAILABLE_FOR_SERVICE_INSTANCE_1 - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
serviceBinding(ServiceBindingResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding.Builder
Initializes the value for the serviceBinding attribute.
serviceBindingOperation(ServiceCredentialBindingOperation) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding.Builder
Initializes the value for the serviceBindingOperation attribute.
ServiceBindingOperationCallback - Interface in com.sap.cloudfoundry.client.facade
 
serviceBindingResource(ServiceBindingResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey.Builder
Initializes the value for the serviceBindingResource attribute.
serviceBroker(ServiceBroker) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker.Builder
Initializes the value for the serviceBroker attribute.
ServiceCredentialBindingOperation - Class in com.sap.cloudfoundry.client.facade.domain
 
ServiceCredentialBindingOperation() - Constructor for class com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation
 
ServiceCredentialBindingOperation.State - Enum in com.sap.cloudfoundry.client.facade.domain
 
ServiceCredentialBindingOperation.Type - Enum in com.sap.cloudfoundry.client.facade.domain
 
serviceInstance(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Initializes the value for the serviceInstance attribute.
serviceInstance(Derivable<CloudServiceInstance>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey.Builder
Initializes the value for the serviceInstance attribute.
serviceInstance(ServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance.Builder
Initializes the value for the serviceInstance attribute.
serviceInstanceGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding.Builder
Initializes the value for the serviceInstanceGuid attribute.
serviceKeyOperation(ServiceCredentialBindingOperation) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Initializes the value for the serviceKeyOperation attribute.
serviceOffering(ServiceOffering) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance.Builder
Initializes the value for the serviceOffering attribute.
serviceOffering(ServiceOfferingResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering.Builder
Initializes the value for the serviceOffering attribute.
serviceOfferingId(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Initializes the value for the serviceOfferingId attribute.
ServiceOperation - Class in com.sap.cloudfoundry.client.facade.domain
 
ServiceOperation(ServiceOperation.Type, String, ServiceOperation.State) - Constructor for class com.sap.cloudfoundry.client.facade.domain.ServiceOperation
 
ServiceOperation.State - Enum in com.sap.cloudfoundry.client.facade.domain
 
ServiceOperation.Type - Enum in com.sap.cloudfoundry.client.facade.domain
 
servicePlan(ServicePlan) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance.Builder
Initializes the value for the servicePlan attribute.
servicePlans(Iterable<? extends CloudServicePlan>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Sets or replaces all elements for servicePlans list.
servicePlans(Iterable<? extends Derivable<CloudServicePlan>>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering.Builder
Sets or replaces all elements for servicePlans list.
ServicePlanVisibility - Enum in com.sap.cloudfoundry.client.facade.domain
 
shouldTrustSelfSignedCertificates() - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
 
shouldTrustSelfSignedCertificates() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
 
shouldTrustSelfSignedCertificates(boolean) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the value for the shouldTrustSelfSignedCertificates attribute.
SkipNulls - Annotation Type in com.sap.cloudfoundry.client.facade
 
sleep(Duration) - Static method in class com.sap.cloudfoundry.client.facade.util.CloudUtil
 
sourceId(String) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
Initializes the value for the sourceId attribute.
sourceName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog.Builder
Initializes the value for the sourceName attribute.
space(CloudSpace) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication.Builder
Initializes the value for the space attribute.
space(Derivable<CloudSpace>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication.Builder
Initializes the value for the space attribute.
SPACE_AUDITOR - com.sap.cloudfoundry.client.facade.domain.UserRole
 
SPACE_DEVELOPER - com.sap.cloudfoundry.client.facade.domain.UserRole
 
SPACE_MANAGER - com.sap.cloudfoundry.client.facade.domain.UserRole
 
spaceGuid(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
Initializes the value for the spaceGuid attribute.
sslHandshakeTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value sslHandshakeTimeout to sslHandshakeTimeout.
sslHandshakeTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value sslHandshakeTimeout to sslHandshakeTimeout.
sslHandshakeTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value sslHandshakeTimeout to sslHandshakeTimeout.
sslHandshakeTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value sslHandshakeTimeout to sslHandshakeTimeout.
stack(Stack) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack.Builder
Initializes the value for the stack attribute.
stackName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging.Builder
Initializes the value for the stackName attribute.
STAGED - com.sap.cloudfoundry.client.facade.domain.CloudBuild.State
 
STAGED - com.sap.cloudfoundry.client.facade.domain.PackageState
 
staging(Staging) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto.Builder
Initializes the value for the staging attribute.
Staging - Interface in com.sap.cloudfoundry.client.facade.domain
 
STAGING - com.sap.cloudfoundry.client.facade.domain.CloudBuild.State
 
startApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Start application.
startApplication(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
startApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
startApplication(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
STARTED - com.sap.cloudfoundry.client.facade.domain.CloudApplication.State
 
STARTING - com.sap.cloudfoundry.client.facade.domain.InstanceState
 
state(CloudApplication.State) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication.Builder
Initializes the value for the state attribute.
state(CloudBuild.State) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Initializes the value for the state attribute.
state(CloudTask.State) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Initializes the value for the state attribute.
state(InstanceState) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo.Builder
Initializes the value for the state attribute.
state(ServiceCredentialBindingOperation.State) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation.Builder
Initializes the value for the state attribute.
state(JobState) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
Initializes the value for the state attribute.
status(CloudJob.Status) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob.Builder
Initializes the value for the status attribute.
status(Status) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage.Builder
Initializes the value for the status attribute.
status(Status) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload.Builder
Initializes the value for the status attribute.
Status - Enum in com.sap.cloudfoundry.client.facade.domain
 
STDERR - com.sap.cloudfoundry.client.facade.domain.ApplicationLog.MessageType
 
STDOUT - com.sap.cloudfoundry.client.facade.domain.ApplicationLog.MessageType
 
stopApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Stop application.
stopApplication(String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
stopApplication(String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
stopApplication(String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
STOPPED - com.sap.cloudfoundry.client.facade.domain.CloudApplication.State
 
SUCCEEDED - com.sap.cloudfoundry.client.facade.domain.CloudTask.State
 
SUCCEEDED - com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.State
 
SUCCEEDED - com.sap.cloudfoundry.client.facade.domain.ServiceOperation.State
 
syslogDrainUrl(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the syslogDrainUrl attribute.

T

tags(Iterable<String>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Sets or replaces all elements for tags list.
tags(Map<String, ? extends String>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
Sets or replaces all mappings from the specified map as entries for the tags map.
target(CloudEvent.Participant) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.Builder
Initializes the value for the target attribute.
threadPoolSize(int) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value threadPoolSize to threadPoolSize.
threadPoolSize(int) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value threadPoolSize to threadPoolSize.
threadPoolSize(Optional<Integer>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory.Builder
Initializes the optional value threadPoolSize to threadPoolSize.
threadPoolSize(Optional<Integer>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory.Builder
Initializes the optional value threadPoolSize to threadPoolSize.
timestamp(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog.Builder
Initializes the value for the timestamp attribute.
timestampInNanoseconds(Long) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.Builder
Initializes the value for the timestampInNanoseconds attribute.
token - Variable in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
tokenFactory - Variable in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
TokenFactory - Class in com.sap.cloudfoundry.client.facade.oauth2
 
TokenFactory() - Constructor for class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
tokenType(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse.Builder
Initializes the value for the tokenType attribute.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
Prints the immutable value LogBody with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
Prints the immutable value ApplicationLogEntity with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse
Prints the immutable value ApplicationLogsResponse with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Prints the immutable value CloudFoundryClientFactory with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
Prints the immutable value RawCloudApplication with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob
Prints the immutable value RawCloudAsyncJob with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild
Prints the immutable value RawCloudBuild with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain
Prints the immutable value RawCloudDomain with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent
Prints the immutable value RawCloudEvent with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage
Prints the immutable value RawCloudPackage with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess
Prints the immutable value RawCloudProcess with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute
Prints the immutable value RawCloudRoute with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding
Prints the immutable value RawCloudServiceBinding with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker
Prints the immutable value RawCloudServiceBroker with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
Prints the immutable value RawCloudServiceInstance with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
Prints the immutable value RawCloudServiceKey with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
Prints the immutable value RawCloudServiceOffering with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan
Prints the immutable value RawCloudServicePlan with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack
Prints the immutable value RawCloudStack with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask
Prints the immutable value RawCloudTask with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo
Prints the immutable value RawInstancesInfo with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole
Prints the immutable value RawUserRole with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance
Prints the immutable value RawV3CloudServiceInstance with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ApplicationLog
 
toString() - Method in enum com.sap.cloudfoundry.client.facade.domain.CloudJob.Status
 
toString() - Method in enum com.sap.cloudfoundry.client.facade.domain.CloudPackage.Type
 
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.CloudRoute
 
toString() - Method in enum com.sap.cloudfoundry.client.facade.domain.HealthCheckType
 
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum
Prints the immutable value Checksum with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData
Prints the immutable value BitsData with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Prints the immutable value CloudApplication with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Prints the immutable value CloudAsyncJob with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy
Prints the immutable value CreatedBy with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo
Prints the immutable value PackageInfo with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Prints the immutable value CloudBuild with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
Prints the immutable value CloudDomain with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
Prints the immutable value Participant with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Prints the immutable value CloudEvent with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
Prints the immutable value CloudJob with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
Prints the immutable value CloudMetadata with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
Prints the immutable value CloudOrganization with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Prints the immutable value CloudPackage with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Prints the immutable value CloudProcess with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Prints the immutable value CloudServiceBinding with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Prints the immutable value CloudServiceBroker with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Prints the immutable value CloudServiceInstance with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Prints the immutable value CloudServiceKey with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Prints the immutable value CloudServiceOffering with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Prints the immutable value CloudServicePlan with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
Prints the immutable value CloudSpace with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
Prints the immutable value CloudStack with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits
Prints the immutable value Limits with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult
Prints the immutable value Result with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Prints the immutable value CloudTask with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials
Prints the immutable value DockerCredentials with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
Prints the immutable value DockerData with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo
Prints the immutable value DockerInfo with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
Prints the immutable value DropletInfo with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
Prints the immutable value ErrorDetails with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
Prints the immutable value InstanceInfo with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo
Prints the immutable value InstancesInfo with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
Prints the immutable value Lifecycle with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Prints the immutable value SecurityGroupRule with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
Prints the immutable value ServiceCredentialBindingOperation with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Prints the immutable value Staging with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload
Prints the immutable value Upload with attribute values.
toString() - Method in enum com.sap.cloudfoundry.client.facade.domain.LifecycleType
 
toString() - Method in enum com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.State
 
toString() - Method in enum com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.Type
 
toString() - Method in enum com.sap.cloudfoundry.client.facade.domain.ServiceOperation.State
 
toString() - Method in class com.sap.cloudfoundry.client.facade.domain.ServiceOperation
 
toString() - Method in enum com.sap.cloudfoundry.client.facade.domain.ServiceOperation.Type
 
toString() - Method in enum com.sap.cloudfoundry.client.facade.domain.ServicePlanVisibility
 
toString() - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Prints the immutable value ApplicationToCreateDto with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Prints the immutable value Oauth2AccessTokenResponse with attribute values.
toString() - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Prints the immutable value CloudControllerRestClientFactory with attribute values.
type(CloudPackage.Type) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage.Builder
Initializes the value for the type attribute.
type(LifecycleType) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle.Builder
Initializes the value for the type attribute.
type(ServiceCredentialBindingOperation.Type) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation.Builder
Initializes the value for the type attribute.
type(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule.Builder
Initializes the value for the type attribute.
type(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.Builder
Initializes the value for the type attribute.
type(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant.Builder
Initializes the value for the type attribute.
type(ServiceInstanceType) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the type attribute.

U

unbindServiceInstance(String, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Un-associate (unprovision) a service from an application.
unbindServiceInstance(String, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
unbindServiceInstance(String, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
unbindServiceInstance(String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
unbindServiceInstance(String, String, ApplicationServicesUpdateCallback) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Un-associate (unprovision) a service from an application.
unbindServiceInstance(String, String, ApplicationServicesUpdateCallback) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
unbindServiceInstance(UUID, UUID) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Un-associate (unprovision) a service from an application.
unbindServiceInstance(UUID, UUID) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
unbindServiceInstance(UUID, UUID) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
unbindServiceInstance(UUID, UUID) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
uniqueId(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the uniqueId attribute.
uniqueId(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Initializes the value for the uniqueId attribute.
UNKNOWN - com.sap.cloudfoundry.client.facade.domain.InstanceState
 
UNKNOWN_PACKAGE_TYPE - Static variable in class com.sap.cloudfoundry.client.facade.Messages
 
UPDATE - com.sap.cloudfoundry.client.facade.domain.ServiceOperation.Type
 
updateApplicationDiskQuota(String, int) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Update application disk quota.
updateApplicationDiskQuota(String, int) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateApplicationDiskQuota(String, int) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateApplicationDiskQuota(String, int) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateApplicationEnv(String, Map<String, String>) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Update application env using a map where the key specifies the name of the environment variable and the value the value of the environment variable..
updateApplicationEnv(String, Map<String, String>) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateApplicationEnv(String, Map<String, String>) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateApplicationEnv(String, Map<String, String>) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateApplicationInstances(String, int) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Update application instances.
updateApplicationInstances(String, int) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateApplicationInstances(String, int) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateApplicationInstances(String, int) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateApplicationMemory(String, int) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Update application memory.
updateApplicationMemory(String, int) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateApplicationMemory(String, int) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateApplicationMemory(String, int) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateApplicationMetadata(UUID, Metadata) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
updateApplicationMetadata(UUID, Metadata) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateApplicationMetadata(UUID, Metadata) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateApplicationMetadata(UUID, Metadata) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateApplicationRoutes(String, Set<CloudRoute>) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Update application Routes.
updateApplicationRoutes(String, Set<CloudRoute>) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateApplicationRoutes(String, Set<CloudRoute>) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateApplicationRoutes(String, Set<CloudRoute>) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateApplicationStaging(String, Staging) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Update application staging information.
updateApplicationStaging(String, Staging) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateApplicationStaging(String, Staging) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateApplicationStaging(String, Staging) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updatedAt(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata.Builder
Initializes the value for the updatedAt attribute.
updatedAt(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation.Builder
Initializes the value for the updatedAt attribute.
updateServiceBindingMetadata(UUID, Metadata) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
updateServiceBindingMetadata(UUID, Metadata) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateServiceBindingMetadata(UUID, Metadata) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateServiceBindingMetadata(UUID, Metadata) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateServiceBroker(CloudServiceBroker) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Update a service broker (unchanged forces catalog refresh).
updateServiceBroker(CloudServiceBroker) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateServiceBroker(CloudServiceBroker) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateServiceBroker(CloudServiceBroker) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateServiceInstanceMetadata(UUID, Metadata) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
updateServiceInstanceMetadata(UUID, Metadata) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateServiceInstanceMetadata(UUID, Metadata) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateServiceInstanceMetadata(UUID, Metadata) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateServiceParameters(String, Map<String, Object>) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
updateServiceParameters(String, Map<String, Object>) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateServiceParameters(String, Map<String, Object>) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateServiceParameters(String, Map<String, Object>) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateServicePlan(String, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
updateServicePlan(String, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateServicePlan(String, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateServicePlan(String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateServicePlanVisibilityForBroker(String, ServicePlanVisibility) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
Service plans are private by default when a service broker's catalog is fetched/updated.
updateServicePlanVisibilityForBroker(String, ServicePlanVisibility) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateServicePlanVisibilityForBroker(String, ServicePlanVisibility) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateServicePlanVisibilityForBroker(String, ServicePlanVisibility) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateServiceSyslogDrainUrl(String, String) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
updateServiceSyslogDrainUrl(String, String) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateServiceSyslogDrainUrl(String, String) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateServiceSyslogDrainUrl(String, String) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
updateServiceTags(String, List<String>) - Method in interface com.sap.cloudfoundry.client.facade.CloudControllerClient
 
updateServiceTags(String, List<String>) - Method in class com.sap.cloudfoundry.client.facade.CloudControllerClientImpl
 
updateServiceTags(String, List<String>) - Method in interface com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClient
 
updateServiceTags(String, List<String>) - Method in class com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientImpl
 
Upload - Interface in com.sap.cloudfoundry.client.facade.domain
 
UploadStatusCallback - Interface in com.sap.cloudfoundry.client.facade
Reports status information when uploading an application.
UriUtil - Class in com.sap.cloudfoundry.client.facade.util
 
url(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata.Builder
Initializes the value for the url attribute.
url(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Initializes the value for the url attribute.
url(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
Initializes the value for the url attribute.
USER_ID - Static variable in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
USER_NAME - Static variable in class com.sap.cloudfoundry.client.facade.oauth2.TokenFactory
 
username(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
Initializes the value for the username attribute.
username(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials.Builder
Initializes the value for the username attribute.
username(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData.Builder
Initializes the value for the username attribute.
UserRole - Enum in com.sap.cloudfoundry.client.facade.domain
 

V

v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack.Builder
Initializes the value for the v3Metadata attribute.
v3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.Builder
Initializes the value for the v3Metadata attribute.
value(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum.Builder
Initializes the value for the value attribute.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ApplicationLog.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudApplication.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudBuild.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudJob.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudPackage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudTask.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.HealthCheckType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.InstanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.LifecycleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.PackageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceOperation.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceOperation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServicePlanVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloudfoundry.client.facade.domain.UserRole
Returns the enum constant of this type with the specified name.
valueOfWithDefault(ProcessState) - Static method in enum com.sap.cloudfoundry.client.facade.domain.InstanceState
 
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.ApplicationLog.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudApplication.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudBuild.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudJob.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudPackage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.CloudTask.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.HealthCheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.InstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.LifecycleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.PackageState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceCredentialBindingOperation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceOperation.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServiceOperation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.ServicePlanVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloudfoundry.client.facade.domain.UserRole
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance.Builder
Initializes the value for the version attribute.

W

waitForCompletion(CloudFoundryClient, Duration, String) - Static method in class com.sap.cloudfoundry.client.facade.util.JobV3Util
 
warnings(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob.Builder
Initializes the value for the warnings attribute.
webClient - Variable in class com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
 
withAccessToken(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Copy the current immutable object by setting a value for the accessToken attribute.
withActor(CloudEvent.Participant) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Copy the current immutable object by setting a value for the actor attribute.
withAlgorithm(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum
Copy the current immutable object by setting a value for the algorithm attribute.
withApplication(Application) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
Copy the current immutable object by setting a value for the application attribute.
withApplicationGuid(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
Copy the current immutable object by setting a value for the applicationGuid attribute.
withApplicationGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Copy the current immutable object by setting a value for the applicationGuid attribute.
withAppsUsingRoute(int) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Copy the current immutable object by setting a value for the appsUsingRoute attribute.
withBroker(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the broker attribute.
withBrokerId(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the brokerId attribute.
withBuildpacks(Iterable<String>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object with elements that replace the content of buildpacks.
withBuildpacks(String...) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object with elements that replace the content of buildpacks.
withChecksum(BitsData.Checksum) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData
Copy the current immutable object by setting a value for the checksum attribute.
withCode(long) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
Copy the current immutable object by setting a value for the code attribute.
withCode(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Copy the current immutable object by setting a value for the code attribute.
withCommand(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the command attribute.
withCommand(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Copy the current immutable object by setting a value for the command attribute.
withCommand(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object by setting a value for the command attribute.
withConnectionPoolSize(int) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting a present value for the optional connectionPoolSize attribute.
withConnectionPoolSize(int) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting a present value for the optional connectionPoolSize attribute.
withConnectionPoolSize(Optional<Integer>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting an optional value for the connectionPoolSize attribute.
withConnectionPoolSize(Optional<Integer>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting an optional value for the connectionPoolSize attribute.
withConnectTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting a present value for the optional connectTimeout attribute.
withConnectTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting a present value for the optional connectTimeout attribute.
withConnectTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting an optional value for the connectTimeout attribute.
withConnectTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting an optional value for the connectTimeout attribute.
withCreatedAt(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
Copy the current immutable object by setting a value for the createdAt attribute.
withCreatedAt(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
Copy the current immutable object by setting a value for the createdAt attribute.
withCreatedBy(CloudBuild.CreatedBy) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Copy the current immutable object by setting a value for the createdBy attribute.
withCredentials(DockerCredentials) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo
Copy the current immutable object by setting a value for the credentials attribute.
withCredentials(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
Copy the current immutable object by replacing the credentials map with the specified map.
withCredentials(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by replacing the credentials map with the specified map.
withCredentials(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Copy the current immutable object by replacing the credentials map with the specified map.
withData(CloudPackage.PackageData) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Copy the current immutable object by setting a value for the data attribute.
withData(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
Copy the current immutable object by replacing the data map with the specified map.
withDescription(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the description attribute.
withDescription(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Copy the current immutable object by setting a value for the description attribute.
withDescription(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
Copy the current immutable object by setting a value for the description attribute.
withDescription(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
Copy the current immutable object by setting a value for the description attribute.
withDescription(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
Copy the current immutable object by setting a value for the description attribute.
withDestination(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Copy the current immutable object by setting a value for the destination attribute.
withDetectedBuildpack(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object by setting a value for the detectedBuildpack attribute.
withDisk(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits
Copy the current immutable object by setting a value for the disk attribute.
withDiskInMb(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the diskInMb attribute.
withDiskQuotaInMb(Integer) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Copy the current immutable object by setting a value for the diskQuotaInMb attribute.
withDockerInfo(DockerInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object by setting a value for the dockerInfo attribute.
withDocUrl(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the docUrl attribute.
withDomain(CloudDomain) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Copy the current immutable object by setting a value for the domain attribute.
withDropletInfo(DropletInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Copy the current immutable object by setting a value for the dropletInfo attribute.
withEnv(Map<String, ? extends String>) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Copy the current immutable object by replacing the env map with the specified map.
withError(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData
Copy the current immutable object by setting a value for the error attribute.
withError(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Copy the current immutable object by setting a value for the error attribute.
withErrorCode(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableErrorDetails
Copy the current immutable object by setting a value for the errorCode attribute.
withErrorDetails(ErrorDetails) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
Copy the current immutable object by setting a value for the errorDetails attribute.
withErrorDetails(ErrorDetails) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload
Copy the current immutable object by setting a value for the errorDetails attribute.
withErrors(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Copy the current immutable object by setting a value for the errors attribute.
withExpiresIn(long) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Copy the current immutable object by setting a value for the expiresIn attribute.
withExtra(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by replacing the extra map with the specified map.
withExtra(Map<String, ? extends Object>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Copy the current immutable object by replacing the extra map with the specified map.
withFailureReason(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableResult
Copy the current immutable object by setting a value for the failureReason attribute.
withGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy
Copy the current immutable object by setting a value for the guid attribute.
withGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutablePackageInfo
Copy the current immutable object by setting a value for the guid attribute.
withGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
Copy the current immutable object by setting a value for the guid attribute.
withGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
Copy the current immutable object by setting a value for the guid attribute.
withGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
Copy the current immutable object by setting a value for the guid attribute.
withHealthCheckHttpEndpoint(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the healthCheckHttpEndpoint attribute.
withHealthCheckHttpEndpoint(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object by setting a value for the healthCheckHttpEndpoint attribute.
withHealthCheckInvocationTimeout(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the healthCheckInvocationTimeout attribute.
withHealthCheckTimeout(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the healthCheckTimeout attribute.
withHealthCheckTimeout(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object by setting a value for the healthCheckTimeout attribute.
withHealthCheckType(HealthCheckType) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the healthCheckType attribute.
withHealthCheckType(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object by setting a value for the healthCheckType attribute.
withHost(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Copy the current immutable object by setting a value for the host attribute.
withIdToken(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Copy the current immutable object by setting a value for the idToken attribute.
withImage(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
Copy the current immutable object by setting a value for the image attribute.
withImage(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerInfo
Copy the current immutable object by setting a value for the image attribute.
withIndex(int) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
Copy the current immutable object by setting a value for the index attribute.
withInstanceId(String) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
Copy the current immutable object by setting a value for the instanceId attribute.
withInstances(InstanceInfo...) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo
Copy the current immutable object with elements that replace the content of instances.
withInstances(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the instances attribute.
withInstances(Iterable<? extends InstanceInfo>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo
Copy the current immutable object with elements that replace the content of instances.
withInvocationTimeout(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object by setting a value for the invocationTimeout attribute.
withIsAvailable(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the isAvailable attribute.
withIsBindable(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the isBindable attribute.
withIsFree(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Copy the current immutable object by setting a value for the isFree attribute.
withIsPublic(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Copy the current immutable object by setting a value for the isPublic attribute.
withIsShareable(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the isShareable attribute.
withIsSshEnabled(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object by setting a value for the isSshEnabled attribute.
withJob(Job) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudAsyncJob
Copy the current immutable object by setting a value for the job attribute.
withJti(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Copy the current immutable object by setting a value for the jti attribute.
withLabel(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the label attribute.
withLastOperation(ServiceOperation) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the lastOperation attribute.
withLifecycle(Lifecycle) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Copy the current immutable object by setting a value for the lifecycle attribute.
withLimits(CloudTask.Limits) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Copy the current immutable object by setting a value for the limits attribute.
withLog(Boolean) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Copy the current immutable object by setting a value for the log attribute.
withLogBody(ApplicationLogEntity.LogBody) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
Copy the current immutable object by setting a value for the logBody attribute.
withLogs(ApplicationLogEntity...) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse
Copy the current immutable object with elements that replace the content of logs.
withLogs(Iterable<? extends ApplicationLogEntity>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogsResponse
Copy the current immutable object with elements that replace the content of logs.
withMemory(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask.ImmutableLimits
Copy the current immutable object by setting a value for the memory attribute.
withMemoryInMb(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the memoryInMb attribute.
withMemoryInMb(Integer) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Copy the current immutable object by setting a value for the memoryInMb attribute.
withMessage(String) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
Copy the current immutable object by setting a value for the message attribute.
withMessage(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
Copy the current immutable object by setting a value for the message attribute.
withMessageType(ApplicationLog.MessageType) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
Copy the current immutable object by setting a value for the messageType attribute.
withMessageType(String) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity.ImmutableLogBody
Copy the current immutable object by setting a value for the messageType attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(CloudMetadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Copy the current immutable object by setting a value for the metadata attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild.ImmutableCreatedBy
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Copy the current immutable object by setting a value for the name attribute.
withOperation(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Copy the current immutable object by setting a value for the operation attribute.
withOrganization(CloudOrganization) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
Copy the current immutable object by setting a value for the organization attribute.
withPackageGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDropletInfo
Copy the current immutable object by setting a value for the packageGuid attribute.
withPackageInfo(CloudBuild.PackageInfo) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Copy the current immutable object by setting a value for the packageInfo attribute.
withPassword(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Copy the current immutable object by setting a value for the password attribute.
withPassword(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials
Copy the current immutable object by setting a value for the password attribute.
withPassword(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
Copy the current immutable object by setting a value for the password attribute.
withPath(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Copy the current immutable object by setting a value for the path attribute.
withPlan(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the plan attribute.
withPort(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Copy the current immutable object by setting a value for the port attribute.
withPorts(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Copy the current immutable object by setting a value for the ports attribute.
withProcess(Process) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudProcess
Copy the current immutable object by setting a value for the process attribute.
withProcessStatisticsResponse(GetApplicationProcessStatisticsResponse) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawInstancesInfo
Copy the current immutable object by setting a value for the processStatisticsResponse attribute.
withProtocol(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Copy the current immutable object by setting a value for the protocol attribute.
withProvider(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the provider attribute.
withRefreshToken(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Copy the current immutable object by setting a value for the refreshToken attribute.
withResource(AuditEventResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudEvent
Copy the current immutable object by setting a value for the resource attribute.
withResource(Build) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudBuild
Copy the current immutable object by setting a value for the resource attribute.
withResource(Domain) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudDomain
Copy the current immutable object by setting a value for the resource attribute.
withResource(Package) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudPackage
Copy the current immutable object by setting a value for the resource attribute.
withResource(ServiceInstanceResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
Copy the current immutable object by setting a value for the resource attribute.
withResource(ServicePlan) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan
Copy the current immutable object by setting a value for the resource attribute.
withResource(Task) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudTask
Copy the current immutable object by setting a value for the resource attribute.
withResponseTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting a present value for the optional responseTimeout attribute.
withResponseTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting a present value for the optional responseTimeout attribute.
withResponseTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting an optional value for the responseTimeout attribute.
withResponseTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting an optional value for the responseTimeout attribute.
withResult(CloudTask.Result) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Copy the current immutable object by setting a value for the result attribute.
withRoleResource(RoleResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawUserRole
Copy the current immutable object by setting a value for the roleResource attribute.
withRoute(Route) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudRoute
Copy the current immutable object by setting a value for the route attribute.
withRoutes(CloudRoute...) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Copy the current immutable object with elements that replace the content of routes.
withRoutes(Iterable<? extends CloudRoute>) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Copy the current immutable object with elements that replace the content of routes.
withScope(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Copy the current immutable object by setting a value for the scope attribute.
withServiceBinding(ServiceBindingResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBinding
Copy the current immutable object by setting a value for the serviceBinding attribute.
withServiceBindingOperation(ServiceCredentialBindingOperation) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Copy the current immutable object by setting a value for the serviceBindingOperation attribute.
withServiceBindingResource(ServiceBindingResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
Copy the current immutable object by setting a value for the serviceBindingResource attribute.
withServiceBroker(ServiceBroker) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceBroker
Copy the current immutable object by setting a value for the serviceBroker attribute.
withServiceInstance(CloudServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Copy the current immutable object by setting a value for the serviceInstance attribute.
withServiceInstance(Derivable<CloudServiceInstance>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
Copy the current immutable object by setting a value for the serviceInstance attribute.
withServiceInstance(ServiceInstance) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawV3CloudServiceInstance
Copy the current immutable object by setting a value for the serviceInstance attribute.
withServiceInstanceGuid(UUID) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Copy the current immutable object by setting a value for the serviceInstanceGuid attribute.
withServiceKeyOperation(ServiceCredentialBindingOperation) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Copy the current immutable object by setting a value for the serviceKeyOperation attribute.
withServiceOffering(ServiceOffering) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
Copy the current immutable object by setting a value for the serviceOffering attribute.
withServiceOffering(ServiceOfferingResource) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
Copy the current immutable object by setting a value for the serviceOffering attribute.
withServiceOfferingId(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Copy the current immutable object by setting a value for the serviceOfferingId attribute.
withServicePlan(ServicePlan) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceInstance
Copy the current immutable object by setting a value for the servicePlan attribute.
withServicePlans(CloudServicePlan...) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object with elements that replace the content of servicePlans.
withServicePlans(Derivable<CloudServicePlan>...) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
Copy the current immutable object with elements that replace the content of servicePlans.
withServicePlans(Iterable<? extends CloudServicePlan>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object with elements that replace the content of servicePlans.
withServicePlans(Iterable<? extends Derivable<CloudServicePlan>>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceOffering
Copy the current immutable object with elements that replace the content of servicePlans.
withShouldTrustSelfSignedCertificates(boolean) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting a value for the shouldTrustSelfSignedCertificates attribute.
withSourceId(String) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
Copy the current immutable object by setting a value for the sourceId attribute.
withSourceName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
Copy the current immutable object by setting a value for the sourceName attribute.
withSpace(CloudSpace) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Copy the current immutable object by setting a value for the space attribute.
withSpace(Derivable<CloudSpace>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudApplication
Copy the current immutable object by setting a value for the space attribute.
withSpaceGuid(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Copy the current immutable object by setting a value for the spaceGuid attribute.
withSslHandshakeTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting a present value for the optional sslHandshakeTimeout attribute.
withSslHandshakeTimeout(Duration) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting a present value for the optional sslHandshakeTimeout attribute.
withSslHandshakeTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting an optional value for the sslHandshakeTimeout attribute.
withSslHandshakeTimeout(Optional<? extends Duration>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting an optional value for the sslHandshakeTimeout attribute.
withStack(Stack) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudStack
Copy the current immutable object by setting a value for the stack attribute.
withStackName(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableStaging
Copy the current immutable object by setting a value for the stackName attribute.
withStaging(Staging) - Method in class com.sap.cloudfoundry.client.facade.dto.ImmutableApplicationToCreateDto
Copy the current immutable object by setting a value for the staging attribute.
withState(CloudApplication.State) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Copy the current immutable object by setting a value for the state attribute.
withState(CloudBuild.State) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Copy the current immutable object by setting a value for the state attribute.
withState(CloudTask.State) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Copy the current immutable object by setting a value for the state attribute.
withState(InstanceState) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
Copy the current immutable object by setting a value for the state attribute.
withState(ServiceCredentialBindingOperation.State) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
Copy the current immutable object by setting a value for the state attribute.
withState(JobState) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Copy the current immutable object by setting a value for the state attribute.
withStatus(CloudJob.Status) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
Copy the current immutable object by setting a value for the status attribute.
withStatus(Status) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Copy the current immutable object by setting a value for the status attribute.
withStatus(Status) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableUpload
Copy the current immutable object by setting a value for the status attribute.
withSyslogDrainUrl(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the syslogDrainUrl attribute.
withTags(Iterable<String>) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object with elements that replace the content of tags.
withTags(String...) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object with elements that replace the content of tags.
withTags(Map<String, ? extends String>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
Copy the current immutable object by replacing the tags map with the specified map.
withTarget(CloudEvent.Participant) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Copy the current immutable object by setting a value for the target attribute.
withThreadPoolSize(int) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting a present value for the optional threadPoolSize attribute.
withThreadPoolSize(int) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting a present value for the optional threadPoolSize attribute.
withThreadPoolSize(Optional<Integer>) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableCloudFoundryClientFactory
Copy the current immutable object by setting an optional value for the threadPoolSize attribute.
withThreadPoolSize(Optional<Integer>) - Method in class com.sap.cloudfoundry.client.facade.rest.ImmutableCloudControllerRestClientFactory
Copy the current immutable object by setting an optional value for the threadPoolSize attribute.
withTimestamp(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableApplicationLog
Copy the current immutable object by setting a value for the timestamp attribute.
withTimestampInNanoseconds(Long) - Method in class com.sap.cloudfoundry.client.facade.adapters.ImmutableApplicationLogEntity
Copy the current immutable object by setting a value for the timestampInNanoseconds attribute.
withTokenType(String) - Method in class com.sap.cloudfoundry.client.facade.oauth2.ImmutableOauth2AccessTokenResponse
Copy the current immutable object by setting a value for the tokenType attribute.
withType(CloudPackage.Type) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Copy the current immutable object by setting a value for the type attribute.
withType(LifecycleType) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableLifecycle
Copy the current immutable object by setting a value for the type attribute.
withType(ServiceCredentialBindingOperation.Type) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
Copy the current immutable object by setting a value for the type attribute.
withType(Integer) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableSecurityGroupRule
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent.ImmutableParticipant
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Copy the current immutable object by setting a value for the type attribute.
withType(ServiceInstanceType) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the type attribute.
withUniqueId(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the uniqueId attribute.
withUniqueId(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Copy the current immutable object by setting a value for the uniqueId attribute.
withUpdatedAt(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
Copy the current immutable object by setting a value for the updatedAt attribute.
withUpdatedAt(LocalDateTime) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableServiceCredentialBindingOperation
Copy the current immutable object by setting a value for the updatedAt attribute.
withUrl(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudMetadata
Copy the current immutable object by setting a value for the url attribute.
withUrl(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Copy the current immutable object by setting a value for the url attribute.
withUrl(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Copy the current immutable object by setting a value for the url attribute.
withUsername(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Copy the current immutable object by setting a value for the username attribute.
withUsername(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerCredentials
Copy the current immutable object by setting a value for the username attribute.
withUsername(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableDockerData
Copy the current immutable object by setting a value for the username attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudApplication
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudBuild
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudDomain
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudEvent
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudJob
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudOrganization
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudPackage
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudProcess
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudRoute
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBinding
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceBroker
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceOffering
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServicePlan
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudSpace
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudStack
Copy the current immutable object by setting a value for the v3Metadata attribute.
withV3Metadata(Metadata) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudTask
Copy the current immutable object by setting a value for the v3Metadata attribute.
withValue(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableBitsData.ImmutableChecksum
Copy the current immutable object by setting a value for the value attribute.
withVersion(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceInstance
Copy the current immutable object by setting a value for the version attribute.
withWarnings(String) - Method in class com.sap.cloudfoundry.client.facade.domain.ImmutableCloudAsyncJob
Copy the current immutable object by setting a value for the warnings attribute.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages