Interface MetadataModel.UpdateStages.WithKind

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

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

    Modifier and Type
    Method
    Description
    withKind(Kind kind)
    Specifies the kind property: The kind of content the metadata is for..
  • Method Details

    • withKind

      MetadataModel.Update withKind(Kind kind)
      Specifies the kind property: The kind of content the metadata is for..
      Parameters:
      kind - The kind of content the metadata is for.
      Returns:
      the next definition stage.