| Package | Description |
|---|---|
| org.osiam.resources.scim |
org.osiam.resources.scim is a group of representation classes for the json output of scim resources.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Address.Builder
Builder class that is used to build
Address instances |
static class |
MemberRef.Builder
The Builder class is used to construct instances of the
MemberRef |
| Modifier and Type | Method and Description |
|---|---|
MultiValuedAttribute.Builder |
MultiValuedAttribute.Builder.setDisplay(String display)
Sets the human readable name (See
MultiValuedAttribute.getDisplay()). |
MultiValuedAttribute.Builder |
MultiValuedAttribute.Builder.setOperation(String operation)
Sets the operation (See
MultiValuedAttribute.getOperation()). |
MultiValuedAttribute.Builder |
MultiValuedAttribute.Builder.setPrimary(Boolean primary)
Sets the primary attribute (See
MultiValuedAttribute.isPrimary()). |
MultiValuedAttribute.Builder |
MultiValuedAttribute.Builder.setType(String type)
Sets the label indicating the attribute's function (See
MultiValuedAttribute.getType()). |
MultiValuedAttribute.Builder |
MultiValuedAttribute.Builder.setValue(String value)
Sets the attribute's significant value (See
MultiValuedAttribute.getValue()). |
| Constructor and Description |
|---|
MultiValuedAttribute(MultiValuedAttribute.Builder builder) |
Copyright © 2013. All Rights Reserved.