Uses of Class
org.openapitools.client.model.IdentitySourceUserProfileForUpsert
Packages that use IdentitySourceUserProfileForUpsert
-
Uses of IdentitySourceUserProfileForUpsert in org.openapitools.client.model
Methods in org.openapitools.client.model that return IdentitySourceUserProfileForUpsertModifier and TypeMethodDescriptionIdentitySourceUserProfileForUpsert.homeAddress
(String homeAddress) IdentitySourceUserProfileForUpsert.mobilePhone
(String mobilePhone) IdentitySourceUserProfileForUpsert.secondEmail
(String secondEmail) Methods in org.openapitools.client.model that return types with arguments of type IdentitySourceUserProfileForUpsertMethods in org.openapitools.client.model with parameters of type IdentitySourceUserProfileForUpsertModifier and TypeMethodDescriptionBulkUpsertRequestBody.addProfilesItem
(IdentitySourceUserProfileForUpsert profilesItem) Method parameters in org.openapitools.client.model with type arguments of type IdentitySourceUserProfileForUpsertModifier and TypeMethodDescriptionBulkUpsertRequestBody.profiles
(List<IdentitySourceUserProfileForUpsert> profiles) void
BulkUpsertRequestBody.setProfiles
(List<IdentitySourceUserProfileForUpsert> profiles)