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