Interface LineItemAssetInformation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LineItemAssetInformation.Builder,LineItemAssetInformation>, SdkBuilder<LineItemAssetInformation.Builder,LineItemAssetInformation>, SdkPojo
Enclosing class:
LineItemAssetInformation

public static interface LineItemAssetInformation.Builder extends SdkPojo, CopyableBuilder<LineItemAssetInformation.Builder,LineItemAssetInformation>
  • 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.