Interface Account.UpdateStages.WithKind

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

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

    Modifier and Type
    Method
    Description
    Specifies the kind property: The Kind of the resource..
  • Method Details

    • withKind

      Account.Update withKind(String kind)
      Specifies the kind property: The Kind of the resource..
      Parameters:
      kind - The Kind of the resource.
      Returns:
      the next definition stage.