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.Team
ProjectTeam.Team. fromValue(String team)
abstract ProjectTeam.Team
ProjectTeam. team()
static ProjectTeam.Team
ProjectTeam.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 ProjectTeam
ProjectTeam. create(String projectNumber, ProjectTeam.Team team)
-