Uses of Class
org.openapitools.client.model.BulkUpsertRequestBody
Packages that use BulkUpsertRequestBody
-
Uses of BulkUpsertRequestBody in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type BulkUpsertRequestBodyModifier and TypeMethodDescriptionvoid
IdentitySourceApi.uploadIdentitySourceDataForUpsert
(String identitySourceId, String sessionId, BulkUpsertRequestBody bulkUpsertRequestBody) Upload the data to be upserted in Okta Uploads entities that need to be upserted in Okta from the identity source for the given sessionvoid
IdentitySourceApi.uploadIdentitySourceDataForUpsert
(String identitySourceId, String sessionId, BulkUpsertRequestBody bulkUpsertRequestBody, Map<String, String> additionalHeaders) Upload the data to be upserted in Okta Uploads entities that need to be upserted in Okta from the identity source for the given session -
Uses of BulkUpsertRequestBody in org.openapitools.client.model
Methods in org.openapitools.client.model that return BulkUpsertRequestBodyModifier and TypeMethodDescriptionBulkUpsertRequestBody.addProfilesItem
(IdentitySourceUserProfileForUpsert profilesItem) BulkUpsertRequestBody.entityType
(BulkUpsertRequestBody.EntityTypeEnum entityType) BulkUpsertRequestBody.profiles
(List<IdentitySourceUserProfileForUpsert> profiles)