Interface Share.DefinitionStages.WithUserAccessRights

All Known Subinterfaces:
Share.Definition, Share.DefinitionStages.WithCreate
Enclosing interface:
Share.DefinitionStages

public static interface Share.DefinitionStages.WithUserAccessRights
The stage of the Share definition allowing to specify userAccessRights.
  • Method Details

    • withUserAccessRights

      Share.DefinitionStages.WithCreate 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.