public class Permission extends Object
| Constructor and Description |
|---|
Permission(String name,
String status)
Creates the permission.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getStatus() |
boolean |
isDeclined()
Convenience method for checking declined state of the permission.
|
boolean |
isGranted()
Convenience method for checking granted state of the permission.
|
public String getName()
public String getStatus()
public boolean isGranted()
public boolean isDeclined()