Interface NetworkConnection.UpdateStages.WithDomainPassword

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

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

    Modifier and Type
    Method
    Description
    withDomainPassword(String domainPassword)
    Specifies the domainPassword property: The password for the account used to join domain.
  • Method Details

    • withDomainPassword

      NetworkConnection.Update withDomainPassword(String domainPassword)
      Specifies the domainPassword property: The password for the account used to join domain.
      Parameters:
      domainPassword - The password for the account used to join domain.
      Returns:
      the next definition stage.