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 classImmutableFileItemImmutable implementation ofFileItem.Methods in com.spotify.github.v3.git with parameters of type FileItem Modifier and Type Method Description static ImmutableFileItemImmutableFileItem. copyOf(FileItem instance)Creates an immutable copy of aFileItemvalue.ImmutableFileItem.BuilderImmutableFileItem.Builder. from(FileItem instance)Fill a builder with attribute values from the providedFileIteminstance.
-