Uses of Interface
com.spotify.github.v3.repos.File
-
Packages that use File Package Description com.spotify.github.v3.repos -
-
Uses of File in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement File Modifier and Type Class Description classImmutableFileImmutable implementation ofFile.Methods in com.spotify.github.v3.repos that return types with arguments of type File Modifier and Type Method Description List<File>Commit. files()File objects included in the commit.List<File>CommitComparison. files()FilesList<File>ImmutableCommit. files()File objects included in the commit.List<File>ImmutableCommitComparison. files()FilesMethods in com.spotify.github.v3.repos with parameters of type File Modifier and Type Method Description ImmutableCommit.BuilderImmutableCommit.Builder. addFiles(File element)Adds one element tofileslist.ImmutableCommit.BuilderImmutableCommit.Builder. addFiles(File... elements)Adds elements tofileslist.ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. addFiles(File element)Adds one element tofileslist.ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. addFiles(File... elements)Adds elements tofileslist.static ImmutableFileImmutableFile. copyOf(File instance)Creates an immutable copy of aFilevalue.ImmutableFile.BuilderImmutableFile.Builder. from(File instance)Fill a builder with attribute values from the providedFileinstance.ImmutableCommitImmutableCommit. withFiles(File... elements)Copy the current immutable object with elements that replace the content offiles.ImmutableCommitComparisonImmutableCommitComparison. withFiles(File... elements)Copy the current immutable object with elements that replace the content offiles.Method parameters in com.spotify.github.v3.repos with type arguments of type File Modifier and Type Method Description ImmutableCommit.BuilderImmutableCommit.Builder. addAllFiles(Iterable<? extends File> elements)Adds elements tofileslist.ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. addAllFiles(Iterable<? extends File> elements)Adds elements tofileslist.ImmutableCommit.BuilderImmutableCommit.Builder. files(Iterable<? extends File> elements)Sets or replaces all elements forfileslist.ImmutableCommitComparison.BuilderImmutableCommitComparison.Builder. files(Iterable<? extends File> elements)Sets or replaces all elements forfileslist.ImmutableCommitImmutableCommit. withFiles(Iterable<? extends File> elements)Copy the current immutable object with elements that replace the content offiles.ImmutableCommitComparisonImmutableCommitComparison. withFiles(Iterable<? extends File> elements)Copy the current immutable object with elements that replace the content offiles.
-