Interface User.UpdateStages.WithShareAccessRights

All Known Subinterfaces:
User.Update
Enclosing interface:
User.UpdateStages

public static interface User.UpdateStages.WithShareAccessRights
The stage of the User update allowing to specify shareAccessRights.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the shareAccessRights property: List of shares that the user has rights on.
  • Method Details

    • withShareAccessRights

      User.Update withShareAccessRights(List<ShareAccessRight> shareAccessRights)
      Specifies the shareAccessRights property: List of shares that the user has rights on. This field should not be specified during user creation..
      Parameters:
      shareAccessRights - List of shares that the user has rights on. This field should not be specified during user creation.
      Returns:
      the next definition stage.