Interface LineItemAssetInformation.Builder

  • Method Details

    • assetId

      The ID of the asset.

      Parameters:
      assetId - The ID of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • macAddressList

      LineItemAssetInformation.Builder macAddressList(Collection<String> macAddressList)

      The MAC addresses of the asset.

      Parameters:
      macAddressList - The MAC addresses of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • macAddressList

      LineItemAssetInformation.Builder macAddressList(String... macAddressList)

      The MAC addresses of the asset.

      Parameters:
      macAddressList - The MAC addresses of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.