Uses of Interface
com.spotify.github.v3.git.FileItem
-
Packages that use FileItem Package Description com.spotify.github.v3.git -
-
Uses of FileItem in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement FileItem Modifier and Type Class Description class
ImmutableFileItem
Immutable implementation ofFileItem
.Methods in com.spotify.github.v3.git with parameters of type FileItem Modifier and Type Method Description static ImmutableFileItem
ImmutableFileItem. copyOf(FileItem instance)
Creates an immutable copy of aFileItem
value.ImmutableFileItem.Builder
ImmutableFileItem.Builder. from(FileItem instance)
Fill a builder with attribute values from the providedFileItem
instance.
-