Class BulkIdReferenceUriWrapper
java.lang.Object
de.captaingoldfish.scim.sdk.server.endpoints.bulkid.BulkIdReferenceUriWrapper
- All Implemented Interfaces:
BulkIdReferenceWrapper
- Since:
- 25.08.2022
- Author:
- Pascal Knueppel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreplaceValueNode(String newValue) will replace the valueNode with a new node that contains the new value
-
Constructor Details
-
BulkIdReferenceUriWrapper
-
-
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
-