Interface CustomPropertiesPatchBuilderSupport<T extends AbstractMultiFieldPatchBuilder<T>>

    • Method Detail

      • addCustomProperty

        T addCustomProperty​(@Nonnull
                            java.lang.String key,
                            @Nonnull
                            java.lang.String value)
        Adds a custom property
        Parameters:
        key -
        value -
        Returns:
      • removeCustomProperty

        T removeCustomProperty​(@Nonnull
                               java.lang.String key)
        Removes a custom property
        Parameters:
        key -
        Returns:
      • setCustomProperties

        T setCustomProperties​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Fully replace the custom properties
        Parameters:
        properties -
        Returns: