Uses of Class
com.jcabi.github.Collaborators.Permission
- 
Packages that use Collaborators.Permission Package Description com.jcabi.github Object Oriented Github API. - 
- 
Uses of Collaborators.Permission in com.jcabi.github
Methods in com.jcabi.github that return Collaborators.Permission Modifier and Type Method Description static Collaborators.PermissionCollaborators.Permission. valueOf(String name)Returns the enum constant of this type with the specified name.static Collaborators.Permission[]Collaborators.Permission. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jcabi.github with parameters of type Collaborators.Permission Modifier and Type Method Description voidCollaborators. addWithPermission(String user, Collaborators.Permission permission)Add user with permissions. 
 -