Class GrantAccessAction
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.actions.GrantAccessAction
-
- All Implemented Interfaces:
Serializable,ModelEntity,ShareAction
public class GrantAccessAction extends Object implements ShareAction
Grant access to a share.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Access.LevelgetAccessLevel()StringgetAccessTo()Access.TypegetAccessType()
-
-
-
Method Detail
-
getAccessLevel
public Access.Level getAccessLevel()
-
getAccessType
public Access.Type getAccessType()
-
getAccessTo
public String getAccessTo()
-
-