Uses of Interface
com.jcabi.github.JsonPatchable
-
Packages that use JsonPatchable Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server.com.jcabi.github.safe Safe classes. -
-
Uses of JsonPatchable in com.jcabi.github
Subinterfaces of JsonPatchable in com.jcabi.github Modifier and Type Interface Description interfaceCommentGithub issue comment.interfaceContentGithub content.interfaceDeployKeyGithub deploy key.interfaceForkGithub fork.interfaceGistGithub gist.interfaceGistCommentGist comment.interfaceIssueGithub issue.interfaceLabelGithub label.interfaceMilestoneGithub Milestone.interfaceOrganizationGithub organization.interfacePublicKeyGithub public key.interfacePullGithub pull request.interfacePullCommentGithub pull comment.interfaceReleaseGithub release.interfaceReleaseAssetGithub release asset.interfaceRepoGithub repository.interfaceUserGithub user.Classes in com.jcabi.github that implement JsonPatchable Modifier and Type Class Description static classComment.SmartSmart comment with additional features.static classContent.SmartSmart Content with extra features.static classDeployKey.SmartSmart DeployKey with extra features.static classFork.SmartSmart Fork with extra features.static classGist.SmartSmart Gist with extra features.static classGistComment.SmartSmart comment with additional features.static classIssue.SmartSmart Issue with extra features.static classLabel.SmartSmart Label with extra features.static classLabel.UnmodifiedUnmodified Label with extra features.static classMilestone.SmartSmart Milestone with extra features.static classOrganization.SmartSmart Organization with extra features.static classPublicKey.SmartSmart PublicKey with extra features.static classPull.SmartSmart pull request with extra features.static classPullComment.SmartSmart PullComment with extra features.static classRelease.SmartSmart release.static classReleaseAsset.SmartSmart ReleaseAsset with extra features.static classRepo.SmartSmart Repo with extra features.static classUser.SmartSmart user with extra features. -
Uses of JsonPatchable in com.jcabi.github.mock
Classes in com.jcabi.github.mock that implement JsonPatchable Modifier and Type Class Description classMkOrganizationMock GitHub organization. -
Uses of JsonPatchable in com.jcabi.github.safe
Classes in com.jcabi.github.safe that implement JsonPatchable Modifier and Type Class Description classSfCommentSafe comment.classSfIssueSafe issue.
-