Interface ShareRight

All Superinterfaces:
Serializable
All Known Implementing Classes:
ShareRights

@ExperimentalApi public interface ShareRight extends Serializable
Since:
v7.12
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if this share right gives rights to view and edit
    boolean
    Checks if this share right gives rights to view
  • Method Details

    • hasEditRightsGranted

      @ExperimentalApi boolean hasEditRightsGranted()
      Checks if this share right gives rights to view and edit
      Returns:
      true if this share right gives rights to view and edit, false otherwise
    • hasViewRightsGranted

      @ExperimentalApi boolean hasViewRightsGranted()
      Checks if this share right gives rights to view
      Returns:
      true if this share right gives rights to view, false otherwise