Uses of Class
com.veeva.vault.vapil.api.model.common.SCIMAttribute
Packages that use SCIMAttribute
Package
Description
Models for Vault data such as documents, object records, users, and groups
Models for Vault API responses
-
Uses of SCIMAttribute in com.veeva.vault.vapil.api.model.common
Methods in com.veeva.vault.vapil.api.model.common that return types with arguments of type SCIMAttributeModifier and TypeMethodDescriptionSCIMUser.SchemaUserObject.getExtendedAttributes()SCIMAttribute.getSubAttributes()Method parameters in com.veeva.vault.vapil.api.model.common with type arguments of type SCIMAttributeModifier and TypeMethodDescriptionvoidSCIMUser.SchemaUserObject.setExtendedAttributes(List<SCIMAttribute> extendedAttributes) voidSCIMAttribute.setSubAttributes(List<SCIMAttribute> subAttributes) -
Uses of SCIMAttribute in com.veeva.vault.vapil.api.model.response
Methods in com.veeva.vault.vapil.api.model.response that return types with arguments of type SCIMAttributeModifier and TypeMethodDescriptionSCIMResponse.getAttributes()SCIMResponse.Resource.getAttributes()Method parameters in com.veeva.vault.vapil.api.model.response with type arguments of type SCIMAttributeModifier and TypeMethodDescriptionvoidSCIMResponse.Resource.setAttributes(List<SCIMAttribute> attributes) voidSCIMResponse.setAttributes(List<SCIMAttribute> attributes)