java.lang.Object
org.kohsuke.github.GHMemberChanges.FromToPermission
- Enclosing class:
- GHMemberChanges
Changes to permission.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FromToPermission
public FromToPermission()Create default FromToPermission instance
-
-
Method Details
-
getFrom
Gets the from. Cannot useGHOrganization.Permission.ADMIN
due to messy underlying design.- Returns:
- the from
-
getTo
Gets the to. Cannot useGHOrganization.Permission.ADMIN
due to messy underlying design.- Returns:
- the to
-