Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
IdentitySourceUserProfileForUpsert |
IdentitySourceUserProfileForUpsert.email(String email) |
IdentitySourceUserProfileForUpsert |
IdentitySourceUserProfileForUpsert.firstName(String firstName) |
IdentitySourceUserProfileForUpsert |
IdentitySourceUserProfileForUpsert.homeAddress(String homeAddress) |
IdentitySourceUserProfileForUpsert |
IdentitySourceUserProfileForUpsert.lastName(String lastName) |
IdentitySourceUserProfileForUpsert |
IdentitySourceUserProfileForUpsert.mobilePhone(String mobilePhone) |
IdentitySourceUserProfileForUpsert |
IdentitySourceUserProfileForUpsert.secondEmail(String secondEmail) |
IdentitySourceUserProfileForUpsert |
IdentitySourceUserProfileForUpsert.userName(String userName) |
Modifier and Type | Method and Description |
---|---|
List<IdentitySourceUserProfileForUpsert> |
BulkUpsertRequestBody.getProfiles()
Get profiles
|
Modifier and Type | Method and Description |
---|---|
BulkUpsertRequestBody |
BulkUpsertRequestBody.addProfilesItem(IdentitySourceUserProfileForUpsert profilesItem) |
Modifier and Type | Method and Description |
---|---|
BulkUpsertRequestBody |
BulkUpsertRequestBody.profiles(List<IdentitySourceUserProfileForUpsert> profiles) |
void |
BulkUpsertRequestBody.setProfiles(List<IdentitySourceUserProfileForUpsert> profiles) |
Copyright © 2017–2023 Okta. All rights reserved.