| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.modules.github.TeamPermission | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TeamPermission | ADMIN | Team members can pull, push and administer these repositories. | |||||||||
| TeamPermission | PULL | Team members can pull, but not push or administer this repositories | |||||||||
| TeamPermission | PUSH | Team members can pull and push, but not administer this repositores. | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Team members can pull, push and administer these repositories.
Team members can pull, but not push or administer this repositories
Team members can pull and push, but not administer this repositores.