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 class
ImmutableFile
Immutable 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.Builder
ImmutableCommit.Builder. addFiles(File element)
Adds one element tofiles
list.ImmutableCommit.Builder
ImmutableCommit.Builder. addFiles(File... elements)
Adds elements tofiles
list.ImmutableCommitComparison.Builder
ImmutableCommitComparison.Builder. addFiles(File element)
Adds one element tofiles
list.ImmutableCommitComparison.Builder
ImmutableCommitComparison.Builder. addFiles(File... elements)
Adds elements tofiles
list.static ImmutableFile
ImmutableFile. copyOf(File instance)
Creates an immutable copy of aFile
value.ImmutableFile.Builder
ImmutableFile.Builder. from(File instance)
Fill a builder with attribute values from the providedFile
instance.ImmutableCommit
ImmutableCommit. withFiles(File... elements)
Copy the current immutable object with elements that replace the content offiles
.ImmutableCommitComparison
ImmutableCommitComparison. 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.Builder
ImmutableCommit.Builder. addAllFiles(Iterable<? extends File> elements)
Adds elements tofiles
list.ImmutableCommitComparison.Builder
ImmutableCommitComparison.Builder. addAllFiles(Iterable<? extends File> elements)
Adds elements tofiles
list.ImmutableCommit.Builder
ImmutableCommit.Builder. files(Iterable<? extends File> elements)
Sets or replaces all elements forfiles
list.ImmutableCommitComparison.Builder
ImmutableCommitComparison.Builder. files(Iterable<? extends File> elements)
Sets or replaces all elements forfiles
list.ImmutableCommit
ImmutableCommit. withFiles(Iterable<? extends File> elements)
Copy the current immutable object with elements that replace the content offiles
.ImmutableCommitComparison
ImmutableCommitComparison. withFiles(Iterable<? extends File> elements)
Copy the current immutable object with elements that replace the content offiles
.
-