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 TypeMethodDescriptionwithResourceId(String resourceId) Specifies the resourceId property: Original uri of entity in external system cache points to.
-
Method Details
-
withResourceId
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.
-