Uses of Class
org.kohsuke.github.GHTeam.Privacy
-
Packages that use GHTeam.Privacy Package Description org.kohsuke.github -
-
Uses of GHTeam.Privacy in org.kohsuke.github
Methods in org.kohsuke.github that return GHTeam.Privacy Modifier and Type Method Description GHTeam.PrivacyGHTeam. getPrivacy()Gets the privacy state.static GHTeam.PrivacyGHTeam.Privacy. valueOf(String name)Returns the enum constant of this type with the specified name.static GHTeam.Privacy[]GHTeam.Privacy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kohsuke.github with parameters of type GHTeam.Privacy Modifier and Type Method Description GHTeamBuilderGHTeamBuilder. privacy(GHTeam.Privacy privacy)Description for this team.voidGHTeam. setPrivacy(GHTeam.Privacy privacy)Updates the team's privacy setting.
-