Interface BulkIdReferenceWrapper
- All Known Implementing Classes:
BulkIdReferenceArrayWrapper,BulkIdReferencePatchNodeWrapper,BulkIdReferenceUriWrapper
public interface BulkIdReferenceWrapper
- Since:
- 22.08.2022
- Author:
- Pascal Knueppel
-
Method Summary
Modifier and TypeMethodDescriptionvoidreplaceValueNode(String newValue) will replace the valueNode with a new node that contains the new value
-
Method Details
-
getBulkId
String getBulkId()- Returns:
- the bulkId that represents this wrapper
-
replaceValueNode
will replace the valueNode with a new node that contains the new value- Parameters:
newValue- the new value to add into the parent node
-