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 TypeMethodDescriptionvoid
SCIMUser.SchemaUserObject.setExtendedAttributes
(List<SCIMAttribute> extendedAttributes) void
SCIMAttribute.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 TypeMethodDescriptionvoid
SCIMResponse.Resource.setAttributes
(List<SCIMAttribute> attributes) void
SCIMResponse.setAttributes
(List<SCIMAttribute> attributes)