Uses of Interface
com.sap.cloudfoundry.client.facade.domain.Upload
-
Packages that use Upload Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.domain com.sap.cloudfoundry.client.facade.rest -
-
Uses of Upload in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return Upload Modifier and Type Method Description UploadCloudControllerClient. getUploadStatus(UUID packageGuid)UploadCloudControllerClientImpl. getUploadStatus(UUID packageGuid) -
Uses of Upload in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement Upload Modifier and Type Class Description classImmutableUploadImmutable implementation ofUpload.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type Upload Modifier and Type Method Description static ImmutableUploadImmutableUpload. copyOf(Upload instance)Creates an immutable copy of aUploadvalue.ImmutableUpload.BuilderImmutableUpload.Builder. from(Upload instance)Fill a builder with attribute values from the providedUploadinstance. -
Uses of Upload in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return Upload Modifier and Type Method Description UploadCloudControllerRestClient. getUploadStatus(UUID packageGuid)UploadCloudControllerRestClientImpl. getUploadStatus(UUID packageGuid)
-