Uses of Interface
com.spotify.github.v3.repos.FolderContent
-
Packages that use FolderContent Package Description com.spotify.github.v3.clients com.spotify.github.v3.repos -
-
Uses of FolderContent in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type FolderContent Modifier and Type Method Description CompletableFuture<List<FolderContent>>RepositoryClient. getFolderContent(String path)Get repository contents of a folder.CompletableFuture<List<FolderContent>>RepositoryClient. getFolderContent(String path, String ref)Get repository contents of a folder. -
Uses of FolderContent in com.spotify.github.v3.repos
Subinterfaces of FolderContent in com.spotify.github.v3.repos Modifier and Type Interface Description interfaceContentRepository content resourceClasses in com.spotify.github.v3.repos that implement FolderContent Modifier and Type Class Description classImmutableContentImmutable implementation ofContent.classImmutableFolderContentImmutable implementation ofFolderContent.Methods in com.spotify.github.v3.repos with parameters of type FolderContent Modifier and Type Method Description static ImmutableFolderContentImmutableFolderContent. copyOf(FolderContent instance)Creates an immutable copy of aFolderContentvalue.ImmutableContent.BuilderImmutableContent.Builder. from(FolderContent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.FolderContentinstance.ImmutableFolderContent.BuilderImmutableFolderContent.Builder. from(FolderContent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.FolderContentinstance.
-