Interface CacheContract.UpdateStages.WithResourceId

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

public static interface CacheContract.UpdateStages.WithResourceId
The stage of the CacheContract update allowing to specify resourceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withResourceId(String resourceId)
    Specifies the resourceId property: Original uri of entity in external system cache points to.
  • Method Details

    • withResourceId

      CacheContract.Update withResourceId(String resourceId)
      Specifies the resourceId property: Original uri of entity in external system cache points to.
      Parameters:
      resourceId - Original uri of entity in external system cache points to.
      Returns:
      the next definition stage.