Interface ActiveDirectoryComputerAttribute.Builder

    • Method Detail

      • name

        ActiveDirectoryComputerAttribute.Builder name​(String name)

        The name for the LDAP attribute.

        Parameters:
        name - The name for the LDAP attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ActiveDirectoryComputerAttribute.Builder value​(String value)

        The value for the LDAP attribute.

        Parameters:
        value - The value for the LDAP attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.