public static class GroupRef.Builder extends MultiValuedAttribute.Builder
GroupRef instances| Modifier and Type | Method and Description |
|---|---|
GroupRef |
build()
Builds a new Attribute with the given parameters
|
GroupRef.Builder |
setDisplay(String display)
Sets the human readable name (See
MultiValuedAttribute.getDisplay()). |
GroupRef.Builder |
setReference(String reference)
Sets the reference (See
MultiValuedAttribute.getReference()). |
GroupRef.Builder |
setType(GroupRef.Type type)
Sets the label indicating the attribute's function (See
GroupRef.getType()). |
GroupRef.Builder |
setValue(String value)
Sets the attribute's significant value (See
MultiValuedAttribute.getValue()). |
setOperation, setPrimarypublic Builder()
public Builder(GroupRef groupRef)
public GroupRef.Builder setDisplay(String display)
MultiValuedAttribute.BuilderMultiValuedAttribute.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.
setDisplay in class MultiValuedAttribute.Builderdisplay - a human readable namepublic GroupRef.Builder setValue(String value)
MultiValuedAttribute.BuilderMultiValuedAttribute.getValue()).setValue in class MultiValuedAttribute.Buildervalue - the value attributepublic GroupRef.Builder setType(GroupRef.Type type)
GroupRef.getType()).type - the type of the attributepublic GroupRef.Builder setReference(String reference)
MultiValuedAttribute.BuilderMultiValuedAttribute.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.
setReference in class MultiValuedAttribute.Builderreference - the scimono conform reference to the memberpublic GroupRef build()
MultiValuedAttribute.Builderbuild in class MultiValuedAttribute.BuilderCopyright © 2022 SAP SE. All rights reserved.