Uses of Interface
com.spotify.github.v3.repos.Content
-
Packages that use Content Package Description com.spotify.github.v3.clients com.spotify.github.v3.repos -
-
Uses of Content in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Content Modifier and Type Method Description CompletableFuture<Content>RepositoryClient. getFileContent(String path)Get repository contents of a file.CompletableFuture<Content>RepositoryClient. getFileContent(String path, String ref)Get repository contents of a file. -
Uses of Content in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement Content Modifier and Type Class Description classImmutableContentImmutable implementation ofContent.Methods in com.spotify.github.v3.repos with parameters of type Content Modifier and Type Method Description static ImmutableContentImmutableContent. copyOf(Content instance)Creates an immutable copy of aContentvalue.ImmutableContent.BuilderImmutableContent.Builder. from(Content instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.Contentinstance.
-