Class RepoStreamingReq
java.lang.Object
com.cloudimpl.outstack.runtime.repo.RepoStreamingReq
public class RepoStreamingReq
extends java.lang.Object
- Author:
- nuwan
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepoStreamingReq.ResourceInfo -
Constructor Summary
Constructors Constructor Description RepoStreamingReq(java.util.List<RepoStreamingReq.ResourceInfo> initialDownload, java.util.List<RepoStreamingReq.ResourceInfo> resourceList) -
Method Summary
Modifier and Type Method Description java.util.List<RepoStreamingReq.ResourceInfo>getInitialDownloadResources()java.util.Optional<java.util.List<RepoStreamingReq.ResourceInfo>>getResources(java.lang.String entityType)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RepoStreamingReq
public RepoStreamingReq(java.util.List<RepoStreamingReq.ResourceInfo> initialDownload, java.util.List<RepoStreamingReq.ResourceInfo> resourceList)
-
-
Method Details
-
getResources
public java.util.Optional<java.util.List<RepoStreamingReq.ResourceInfo>> getResources(java.lang.String entityType) -
getInitialDownloadResources
-