Class BulkIdReferenceArrayWrapper
java.lang.Object
de.captaingoldfish.scim.sdk.server.endpoints.bulkid.BulkIdReferenceArrayWrapper
- All Implemented Interfaces:
BulkIdReferenceWrapper
author Pascal Knueppel
created at: 25.08.2022 - 18:43
created at: 25.08.2022 - 18:43
-
Constructor Summary
ConstructorsConstructorDescriptionBulkIdReferenceArrayWrapper(com.fasterxml.jackson.databind.node.ArrayNode parentNode, int index) -
Method Summary
Modifier and TypeMethodDescriptionvoidreplaceValueNode(String newValue) will replace the valueNode with a new node that contains the new value
-
Constructor Details
-
BulkIdReferenceArrayWrapper
public BulkIdReferenceArrayWrapper(com.fasterxml.jackson.databind.node.ArrayNode parentNode, int index)
-
-
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
-