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 classImmutableBlobImmutable implementation ofBlob.Methods in com.spotify.github.v3.git with parameters of type Blob Modifier and Type Method Description static ImmutableBlobImmutableBlob. copyOf(Blob instance)Creates an immutable copy of aBlobvalue.ImmutableBlob.BuilderImmutableBlob.Builder. from(Blob instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.Blobinstance.
-