Uses of Class
com.veeva.vault.vapil.api.model.response.SCIMResponse
Packages that use SCIMResponse
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of SCIMResponse in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return SCIMResponseModifier and TypeMethodDescriptionSCIMRequest.retrieveResourceType(String type) Retrieve Single SCIM Resource Type
Retrieve a single SCIM resource type.SCIMRequest.retrieveResourceTypes()Retrieve All SCIM Resource Types
Retrieve the types of SCIM resources available.SCIMRequest.retrieveSchema(String schemaId) Retrieve Single SCIM Schema Information
Retrieve information about a single SCIM schema specification supported by a Vault SCIM service providerSCIMRequest.retrieveSchemaInformation()Retrieve All SCIM Schema Information
Retrieve information about all SCIM schema specifications supported by a Vault SCIM service providerSCIMRequest.retrieveSCIMProvider()Retrieve SCIM ProviderSCIMRequest.retrieveSCIMResources(String type) Retrieve SCIM Resources
Retrieve a single SCIM resource type.SCIMRequest.retrieveSingleSCIMResource(String type, String id) Retrieve Single SCIM Resources
Retrieve a single SCIM resource.