| 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 | Method and Description |
|---|---|
Extension.Builder |
Extension.Builder.removeField(String fieldName)
removes one field and its value
|
Extension.Builder |
Extension.Builder.setField(String fieldName,
BigDecimal value)
Sets the field specified by the given field name with the given value.
|
Extension.Builder |
Extension.Builder.setField(String fieldName,
BigInteger value)
Sets the field specified by the given field name with the given value.
|
Extension.Builder |
Extension.Builder.setField(String fieldName,
Boolean value)
Sets the field specified by the given field name with the given value.
|
Extension.Builder |
Extension.Builder.setField(String fieldName,
ByteBuffer value)
Sets the field specified by the given field name with the given value.
|
Extension.Builder |
Extension.Builder.setField(String fieldName,
Date value)
Sets the field specified by the given field name with the given value.
|
Extension.Builder |
Extension.Builder.setField(String fieldName,
String value)
Sets the field specified by the given field name with the given value.
|
<T> Extension.Builder |
Extension.Builder.setField(String fieldName,
T value,
ExtensionFieldType<T> type)
Sets the field specified by the given field name with the given value of the given type.
|
Extension.Builder |
Extension.Builder.setField(String fieldName,
URI value)
Sets the field specified by the given field name with the given value.
|
Copyright © 2014. All Rights Reserved.