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 classOrganization.SmartSmart Organization with extra features.Methods in com.jcabi.github that return Organization Modifier and Type Method Description OrganizationOrganizations. get(String login)Get specific organization by name.OrganizationPublicMembers. org()Organization of which these are public members.OrganizationRtPublicMembers. 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 intOrganization.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 classMkOrganizationMock GitHub organization.Methods in com.jcabi.github.mock that return Organization Modifier and Type Method Description OrganizationMkPublicMembers. org()Methods in com.jcabi.github.mock with parameters of type Organization Modifier and Type Method Description intMkOrganization. compareTo(Organization obj)Constructors in com.jcabi.github.mock with parameters of type Organization Constructor Description MkPublicMembers(MkStorage stg, Organization organ)Public ctor.
-