Interface NetworkConnection.UpdateStages.WithOrganizationUnit

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

public static interface NetworkConnection.UpdateStages.WithOrganizationUnit
The stage of the NetworkConnection update allowing to specify organizationUnit.
  • Method Summary

    Modifier and Type
    Method
    Description
    withOrganizationUnit(String organizationUnit)
    Specifies the organizationUnit property: Active Directory domain Organization Unit (OU).
  • Method Details

    • withOrganizationUnit

      NetworkConnection.Update withOrganizationUnit(String organizationUnit)
      Specifies the organizationUnit property: Active Directory domain Organization Unit (OU).
      Parameters:
      organizationUnit - Active Directory domain Organization Unit (OU).
      Returns:
      the next definition stage.