Interface MapsAccount.UpdateStages.WithSku

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

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

    Modifier and Type
    Method
    Description
    withSku(Sku sku)
    Specifies the sku property: The SKU of this account..
  • Method Details

    • withSku

      MapsAccount.Update withSku(Sku sku)
      Specifies the sku property: The SKU of this account..
      Parameters:
      sku - The SKU of this account.
      Returns:
      the next definition stage.