Uses of Interface
com.jcabi.github.Organization
-
Packages that use Organization Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of Organization in com.jcabi.github
Classes in com.jcabi.github that implement Organization Modifier and Type Class Description static class
Organization.Smart
Smart Organization with extra features.Methods in com.jcabi.github that return Organization Modifier and Type Method Description Organization
Organizations. get(String login)
Get specific organization by name.Organization
PublicMembers. org()
Organization of which these are public members.Organization
RtPublicMembers. org()
Methods in com.jcabi.github that return types with arguments of type Organization Modifier and Type Method Description Iterable<Organization>
Organizations. iterate()
Iterate over organizations of the currently logged-in user.Iterable<Organization>
UserOrganizations. iterate()
Iterate organizations of particular user.Methods in com.jcabi.github with parameters of type Organization Modifier and Type Method Description int
Organization.Smart. compareTo(Organization obj)
Constructors in com.jcabi.github with parameters of type Organization Constructor Description RtPublicMembers(com.jcabi.http.Request req, Organization organ)
Public ctor.Smart(Organization orgn)
Public ctor. -
Uses of Organization in com.jcabi.github.mock
Classes in com.jcabi.github.mock that implement Organization Modifier and Type Class Description class
MkOrganization
Mock GitHub organization.Methods in com.jcabi.github.mock that return Organization Modifier and Type Method Description Organization
MkPublicMembers. org()
Methods in com.jcabi.github.mock with parameters of type Organization Modifier and Type Method Description int
MkOrganization. compareTo(Organization obj)
Constructors in com.jcabi.github.mock with parameters of type Organization Constructor Description MkPublicMembers(MkStorage stg, Organization organ)
Public ctor.
-