Uses of Class
com.parse.ParseRole

Uses of ParseRole in com.parse
 

Methods in com.parse that return types with arguments of type ParseRole
static ParseQuery<ParseRole> ParseRole.getQuery()
          Gets a ParseQuery over the Role collection.
 ParseRelation<ParseRole> ParseRole.getRoles()
          Gets the ParseRelation for the ParseRoles that are direct children of this role.
 

Methods in com.parse with parameters of type ParseRole
 boolean ParseACL.getRoleReadAccess(ParseRole role)
          Get whether users belonging to the given role are allowed to read this object.
 boolean ParseACL.getRoleWriteAccess(ParseRole role)
          Get whether users belonging to the given role are allowed to write this object.
 void ParseACL.setRoleReadAccess(ParseRole role, boolean allowed)
          Set whether users belonging to the given role are allowed to read this object.
 void ParseACL.setRoleWriteAccess(ParseRole role, boolean allowed)
          Set whether users belonging to the given role are allowed to write this object.