Interface KeyValue.UpdateStages.WithContentType

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

public static interface KeyValue.UpdateStages.WithContentType
The stage of the KeyValue update allowing to specify contentType.
  • Method Summary

    Modifier and Type
    Method
    Description
    withContentType(String contentType)
    Specifies the contentType property: The content type of the key-value's value.
  • Method Details

    • withContentType

      KeyValue.Update withContentType(String contentType)
      Specifies the contentType property: The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications..
      Parameters:
      contentType - The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.
      Returns:
      the next definition stage.