Interface KeyValue.DefinitionStages.WithContentType

All Known Subinterfaces:
KeyValue.Definition, KeyValue.DefinitionStages.WithCreate
Enclosing interface:
KeyValue.DefinitionStages

public static interface KeyValue.DefinitionStages.WithContentType
The stage of the KeyValue definition allowing to specify contentType.
  • Method Details

    • withContentType

      KeyValue.DefinitionStages.WithCreate 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.