Interface CacheContract.DefinitionStages.WithResourceId
- All Known Subinterfaces:
CacheContract.Definition,CacheContract.DefinitionStages.WithCreate
- Enclosing interface:
CacheContract.DefinitionStages
public static interface CacheContract.DefinitionStages.WithResourceId
The stage of the CacheContract definition 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.
-