Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob
-
-
Uses of CloudAsyncJob in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudAsyncJob Modifier and Type Method Description CloudAsyncJobCloudControllerClient. getAsyncJob(String jobId)CloudAsyncJobCloudControllerClientImpl. getAsyncJob(String jobId) -
Uses of CloudAsyncJob in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudAsyncJob Modifier and Type Method Description CloudAsyncJobRawCloudAsyncJob. derive() -
Uses of CloudAsyncJob in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudAsyncJob in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudAsyncJobImmutable implementation ofCloudAsyncJob.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudAsyncJob Modifier and Type Method Description CloudAsyncJobCloudAsyncJob. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudAsyncJob Modifier and Type Method Description static ImmutableCloudAsyncJobImmutableCloudAsyncJob. copyOf(CloudAsyncJob instance)Creates an immutable copy of aCloudAsyncJobvalue.ImmutableCloudAsyncJob.BuilderImmutableCloudAsyncJob.Builder. from(CloudAsyncJob instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudAsyncJobinstance. -
Uses of CloudAsyncJob in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return CloudAsyncJob Modifier and Type Method Description CloudAsyncJobCloudControllerRestClient. getAsyncJob(String jobId)CloudAsyncJobCloudControllerRestClientImpl. getAsyncJob(String jobId)
-