public abstract static class MultiValuedAttribute.Builder extends Object
MultiValuedAttribute instances| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(MultiValuedAttribute multiValuedAttribute) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MultiValuedAttribute |
build()
Builds a new Attribute with the given parameters
|
protected MultiValuedAttribute.Builder |
setDisplay(String display)
Sets the human readable name (See
MultiValuedAttribute.getDisplay()). |
protected MultiValuedAttribute.Builder |
setOperation(String operation)
Sets the operation (See
MultiValuedAttribute.getOperation()). |
protected MultiValuedAttribute.Builder |
setPrimary(Boolean primary)
Sets the primary attribute (See
MultiValuedAttribute.isPrimary()). |
protected MultiValuedAttribute.Builder |
setReference(String reference)
Sets the reference (See
MultiValuedAttribute.getReference()). |
protected MultiValuedAttribute.Builder |
setValue(String value)
Sets the attribute's significant value (See
MultiValuedAttribute.getValue()). |
protected Builder()
protected Builder(MultiValuedAttribute multiValuedAttribute)
protected MultiValuedAttribute.Builder setValue(String value)
MultiValuedAttribute.getValue()).value - the value attributeprotected MultiValuedAttribute.Builder setDisplay(String display)
MultiValuedAttribute.getDisplay()).
client info: the Display value is set by the OSIAM server. If a MultiValuedAttribute which is send to the OSIAM server has this value filled, the value will be ignored or the action will be rejected.
display - a human readable nameprotected MultiValuedAttribute.Builder setPrimary(Boolean primary)
MultiValuedAttribute.isPrimary()).primary - indicates if this is the primary attributeprotected MultiValuedAttribute.Builder setOperation(String operation)
MultiValuedAttribute.getOperation()).
operation - only "delete" is supported at the momentprotected MultiValuedAttribute.Builder setReference(String reference)
MultiValuedAttribute.getReference()).
client info: the Reference value is set by the OSIAM server. If a MultiValuedAttribute which is send to the OSIAM server has this value filled, the value will be ignored or the action will be rejected.
reference - the scimono conform reference to the memberprotected abstract MultiValuedAttribute build()
Copyright © 2022 SAP SE. All rights reserved.