Uses of Class
com.baidubce.services.bos.model.Permission

Packages that use Permission
com.baidubce.services.bos.model   
 

Uses of Permission in com.baidubce.services.bos.model
 

Methods in com.baidubce.services.bos.model that return Permission
static Permission Permission.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Permission[] Permission.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.baidubce.services.bos.model that return types with arguments of type Permission
 List<Permission> Grant.getPermission()
          Gets the permission being granted to the grantee by this grant.
 

Method parameters in com.baidubce.services.bos.model with type arguments of type Permission
 void Grant.setPermission(List<Permission> permission)
          Sets the permission being granted to the grantee by this grant.
 Grant Grant.withPermission(List<Permission> permission)
          Sets the permission being granted to the grantee by this grant.
 

Constructor parameters in com.baidubce.services.bos.model with type arguments of type Permission
Grant(List<Grantee> grantee, List<Permission> permission)
          Constructs a new Grant object using the specified grantee and permission objects.
 



Copyright © 2018. All rights reserved.