Interface Asset.UpdateStages.WithAlternateId

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

public static interface Asset.UpdateStages.WithAlternateId
The stage of the Asset update allowing to specify alternateId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withAlternateId(String alternateId)
    Specifies the alternateId property: The alternate ID of the Asset..
  • Method Details

    • withAlternateId

      Asset.Update withAlternateId(String alternateId)
      Specifies the alternateId property: The alternate ID of the Asset..
      Parameters:
      alternateId - The alternate ID of the Asset.
      Returns:
      the next definition stage.