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 interface
Content
Repository content resourceClasses in com.spotify.github.v3.repos that implement FolderContent Modifier and Type Class Description class
ImmutableContent
Immutable implementation ofContent
.class
ImmutableFolderContent
Immutable implementation ofFolderContent
.Methods in com.spotify.github.v3.repos that return FolderContent Modifier and Type Method Description FolderContent
CommitWithFolderContent. content()
Repository content resourceFolderContent
ImmutableCommitWithFolderContent. content()
Repository content resourceMethods in com.spotify.github.v3.repos with parameters of type FolderContent Modifier and Type Method Description ImmutableCommitWithFolderContent.Builder
ImmutableCommitWithFolderContent.Builder. content(FolderContent content)
Initializes the value for thecontent
attribute.static ImmutableFolderContent
ImmutableFolderContent. copyOf(FolderContent instance)
Creates an immutable copy of aFolderContent
value.ImmutableContent.Builder
ImmutableContent.Builder. from(FolderContent instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.FolderContent
instance.ImmutableFolderContent.Builder
ImmutableFolderContent.Builder. from(FolderContent instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.FolderContent
instance.ImmutableCommitWithFolderContent
ImmutableCommitWithFolderContent. withContent(FolderContent value)
Copy the current immutable object by setting a value for thecontent
attribute.
-