Interface ReleaseAsset

All Superinterfaces:
JsonPatchable, JsonReadable
All Known Implementing Classes:
ReleaseAsset.Smart

@Immutable public interface ReleaseAsset extends JsonReadable, JsonPatchable
GitHub release asset.
Since:
0.8
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Smart ReleaseAsset with extra features.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Number.
    raw()
    Gets release asset raw content.
    The release we're in.
    void
    Delete the release asset.

    Methods inherited from interface com.jcabi.github.JsonPatchable

    patch

    Methods inherited from interface com.jcabi.github.JsonReadable

    json