| Package | Description |
|---|---|
| com.veeva.vault.vapil.api.model.common |
Models for Vault data such as documents, object records, users, and groups
|
| com.veeva.vault.vapil.api.model.response |
Models for Vault API responses
|
| Modifier and Type | Method and Description |
|---|---|
List<SCIMAttribute> |
SCIMUser.SchemaUserObject.getExtendedAttributes() |
List<SCIMAttribute> |
SCIMAttribute.getSubAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SCIMUser.SchemaUserObject.setExtendedAttributes(List<SCIMAttribute> extendedAttributes) |
void |
SCIMAttribute.setSubAttributes(List<SCIMAttribute> subAttributes) |
| Modifier and Type | Method and Description |
|---|---|
List<SCIMAttribute> |
SCIMResponse.getAttributes() |
List<SCIMAttribute> |
SCIMResponse.Resource.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SCIMResponse.setAttributes(List<SCIMAttribute> attributes) |
void |
SCIMResponse.Resource.setAttributes(List<SCIMAttribute> attributes) |
Copyright © 2021. All rights reserved.