Interface PortalConfigContract.DefinitionStages.WithIfMatch
- All Known Subinterfaces:
PortalConfigContract.Definition,PortalConfigContract.DefinitionStages.WithCreate
- Enclosing interface:
PortalConfigContract.DefinitionStages
public static interface PortalConfigContract.DefinitionStages.WithIfMatch
The stage of the PortalConfigContract definition allowing to specify ifMatch.
-
Method Summary
Modifier and TypeMethodDescriptionwithIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.
-
Method Details
-
withIfMatch
Specifies the ifMatch property: ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update..- Parameters:
ifMatch- ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.- Returns:
- the next definition stage.
-