Class BulkIdReferenceUriWrapper
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.endpoints.bulkid.BulkIdReferenceUriWrapper
-
- All Implemented Interfaces:
BulkIdReferenceWrapper
public class BulkIdReferenceUriWrapper extends Object implements BulkIdReferenceWrapper
- Since:
- 25.08.2022
- Author:
- Pascal Knueppel
-
-
Constructor Summary
Constructors Constructor Description BulkIdReferenceUriWrapper(UriInfos uriInfos, String bulkId)
-
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
-
-