Class BulkIdReferencePatchNodeWrapper
java.lang.Object
de.captaingoldfish.scim.sdk.server.endpoints.bulkid.BulkIdReferencePatchNodeWrapper
- All Implemented Interfaces:
BulkIdReferenceWrapper
- Since:
- 22.08.2022
- Author:
- Pascal Knueppel
-
Constructor Summary
ConstructorsConstructorDescriptionBulkIdReferencePatchNodeWrapper(PatchRequestOperation patchRequestOperation, String operationValue, int valueIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoidreplaceValueNode(String newValue) will replace the valueNode with a new node that contains the new value
-
Constructor Details
-
BulkIdReferencePatchNodeWrapper
public BulkIdReferencePatchNodeWrapper(PatchRequestOperation patchRequestOperation, String operationValue, int valueIndex)
-
-
Method Details
-
replaceValueNode
Description copied from interface:BulkIdReferenceWrapperwill replace the valueNode with a new node that contains the new value- Specified by:
replaceValueNodein interfaceBulkIdReferenceWrapper- Parameters:
newValue- the new value to add into the parent node
-
getBulkId
- Specified by:
getBulkIdin interfaceBulkIdReferenceWrapper- Returns:
- the bulkId that represents this wrapper
-