Interface Account.UpdateStages.WithSku

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

public static interface Account.UpdateStages.WithSku
The stage of the Account update allowing to specify sku.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSku(Sku sku)
    Specifies the sku property: The resource model definition representing SKU.
  • Method Details

    • withSku

      Account.Update withSku(Sku sku)
      Specifies the sku property: The resource model definition representing SKU.
      Parameters:
      sku - The resource model definition representing SKU.
      Returns:
      the next definition stage.