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 interface
Comment
Github issue comment.interface
Content
Github content.interface
DeployKey
Github deploy key.interface
Fork
Github fork.interface
Gist
Github gist.interface
GistComment
Gist comment.interface
Issue
Github issue.interface
Label
Github label.interface
Milestone
Github Milestone.interface
Organization
Github organization.interface
PublicKey
Github public key.interface
Pull
Github pull request.interface
PullComment
Github pull comment.interface
Release
Github release.interface
ReleaseAsset
Github release asset.interface
Repo
Github repository.interface
User
Github user.Classes in com.jcabi.github that implement JsonPatchable Modifier and Type Class Description static class
Comment.Smart
Smart comment with additional features.static class
Content.Smart
Smart Content with extra features.static class
DeployKey.Smart
Smart DeployKey with extra features.static class
Fork.Smart
Smart Fork with extra features.static class
Gist.Smart
Smart Gist with extra features.static class
GistComment.Smart
Smart comment with additional features.static class
Issue.Smart
Smart Issue with extra features.static class
Label.Smart
Smart Label with extra features.static class
Label.Unmodified
Unmodified Label with extra features.static class
Milestone.Smart
Smart Milestone with extra features.static class
Organization.Smart
Smart Organization with extra features.static class
PublicKey.Smart
Smart PublicKey with extra features.static class
Pull.Smart
Smart pull request with extra features.static class
PullComment.Smart
Smart PullComment with extra features.static class
Release.Smart
Smart release.static class
ReleaseAsset.Smart
Smart ReleaseAsset with extra features.static class
Repo.Smart
Smart Repo with extra features.static class
User.Smart
Smart 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 class
MkOrganization
Mock GitHub organization. -
Uses of JsonPatchable in com.jcabi.github.safe
Classes in com.jcabi.github.safe that implement JsonPatchable Modifier and Type Class Description class
SfComment
Safe comment.class
SfIssue
Safe issue.
-