Uses of Class
org.jclouds.googlecloudstorage.domain.ProjectTeam.Team
-
Packages that use ProjectTeam.Team Package Description org.jclouds.googlecloudstorage.domain -
-
Uses of ProjectTeam.Team in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return ProjectTeam.Team Modifier and Type Method Description static ProjectTeam.TeamProjectTeam.Team. fromValue(String team)abstract ProjectTeam.TeamProjectTeam. team()static ProjectTeam.TeamProjectTeam.Team. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectTeam.Team[]ProjectTeam.Team. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.googlecloudstorage.domain with parameters of type ProjectTeam.Team Modifier and Type Method Description static ProjectTeamProjectTeam. create(String projectNumber, ProjectTeam.Team team)
-