Class BulkIdReferenceArrayWrapper
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.endpoints.bulkid.BulkIdReferenceArrayWrapper
-
- All Implemented Interfaces:
BulkIdReferenceWrapper
public class BulkIdReferenceArrayWrapper extends Object implements BulkIdReferenceWrapper
author Pascal Knueppel
created at: 25.08.2022 - 18:43
-
-
Constructor Summary
Constructors Constructor Description BulkIdReferenceArrayWrapper(com.fasterxml.jackson.databind.node.ArrayNode parentNode, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBulkId()voidreplaceValueNode(String newValue)will replace the valueNode with a new node that contains the new value
-
-
-
Method Detail
-
replaceValueNode
public void replaceValueNode(String newValue)
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
public String getBulkId()
- Specified by:
getBulkIdin interfaceBulkIdReferenceWrapper- Returns:
- the bulkId that represents this wrapper
-
-