Uses of Class
com.cloudimpl.outstack.runtime.repo.RepoStreamingReq.ResourceInfo
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime.repo |
-
Uses of RepoStreamingReq.ResourceInfo in com.cloudimpl.outstack.runtime.repo
Methods in com.cloudimpl.outstack.runtime.repo that return types with arguments of type RepoStreamingReq.ResourceInfo Modifier and Type Method Description java.util.List<RepoStreamingReq.ResourceInfo>RepoStreamingReq. getInitialDownloadResources()java.util.Optional<java.util.List<RepoStreamingReq.ResourceInfo>>RepoStreamingReq. getResources(java.lang.String entityType)Constructor parameters in com.cloudimpl.outstack.runtime.repo with type arguments of type RepoStreamingReq.ResourceInfo Constructor Description RepoStreamingReq(java.util.List<RepoStreamingReq.ResourceInfo> initialDownload, java.util.List<RepoStreamingReq.ResourceInfo> resourceList)