Interface Share.UpdateStages.WithUserAccessRights

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

public static interface Share.UpdateStages.WithUserAccessRights
The stage of the Share update allowing to specify userAccessRights.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the userAccessRights property: Mapping of users and corresponding access rights on the share (required for SMB protocol)..
  • Method Details

    • withUserAccessRights

      Share.Update withUserAccessRights(List<UserAccessRight> userAccessRights)
      Specifies the userAccessRights property: Mapping of users and corresponding access rights on the share (required for SMB protocol)..
      Parameters:
      userAccessRights - Mapping of users and corresponding access rights on the share (required for SMB protocol).
      Returns:
      the next definition stage.