Interface DeployKey

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

@Immutable public interface DeployKey extends JsonReadable, JsonPatchable
GitHub deploy key.
Since:
0.8
See Also:
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    int
    Get id of a deploy key.
    void
    Delete a deploy key.

    Methods inherited from interface com.jcabi.github.JsonPatchable

    patch

    Methods inherited from interface com.jcabi.github.JsonReadable

    json
  • Method Details