Uses of Class
org.jclouds.googlecloudstorage.domain.internal.ProjectTeam

Packages that use ProjectTeam
org.jclouds.googlecloudstorage.domain   
org.jclouds.googlecloudstorage.domain.internal   
 

Uses of ProjectTeam in org.jclouds.googlecloudstorage.domain
 

Fields in org.jclouds.googlecloudstorage.domain declared as ProjectTeam
protected  ProjectTeam ObjectAccessControls.projectTeam
           
protected  ProjectTeam ObjectAccessControls.Builder.projectTeam
           
 

Methods in org.jclouds.googlecloudstorage.domain that return ProjectTeam
 ProjectTeam ObjectAccessControls.getProjectTeam()
           
 ProjectTeam DefaultObjectAccessControls.getProjectTeam()
           
 ProjectTeam BucketAccessControls.getProjectTeam()
           
 

Methods in org.jclouds.googlecloudstorage.domain with parameters of type ProjectTeam
 ObjectAccessControls.Builder ObjectAccessControls.Builder.projectTeam(ProjectTeam projectTeam)
           
 DefaultObjectAccessControls.Builder DefaultObjectAccessControls.Builder.projectTeam(ProjectTeam projectTeam)
           
 BucketAccessControls.Builder BucketAccessControls.Builder.projectTeam(ProjectTeam projectTeam)
           
 

Constructors in org.jclouds.googlecloudstorage.domain with parameters of type ProjectTeam
ObjectAccessControls(String id, URI selfLink, String etag, String bucket, String object, Long generation, String entity, String entityId, DomainResourceReferences.ObjectRole role, String email, String domain, ProjectTeam projectTeam)
           
 

Uses of ProjectTeam in org.jclouds.googlecloudstorage.domain.internal
 

Methods in org.jclouds.googlecloudstorage.domain.internal that return ProjectTeam
 ProjectTeam ProjectTeam.Builder.build()
           
 

Methods in org.jclouds.googlecloudstorage.domain.internal with parameters of type ProjectTeam
 ProjectTeam.Builder ProjectTeam.Builder.fromProjectTeam(ProjectTeam in)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.