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 Detail

      • 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.