Class Permission


  • public class Permission
    extends Object
    Permission data wrapper object
    • Field Detail

      • allow

        public boolean allow
        Whether or not is has permission
    • Constructor Detail

      • Permission

        public Permission​(boolean allow)
        Initialize with permission boolean
        Parameters:
        allow - whether the permission is allowed.