@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class BulkUpsertRequestBody extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BulkUpsertRequestBody.EntityTypeEnum
Gets or Sets entityType 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_ENTITY_TYPE  | 
static String | 
JSON_PROPERTY_PROFILES  | 
| Constructor and Description | 
|---|
BulkUpsertRequestBody()  | 
| Modifier and Type | Method and Description | 
|---|---|
BulkUpsertRequestBody | 
addProfilesItem(IdentitySourceUserProfileForUpsert profilesItem)  | 
BulkUpsertRequestBody | 
entityType(BulkUpsertRequestBody.EntityTypeEnum entityType)  | 
boolean | 
equals(Object o)  | 
BulkUpsertRequestBody.EntityTypeEnum | 
getEntityType()
Get entityType 
 | 
List<IdentitySourceUserProfileForUpsert> | 
getProfiles()
Get profiles 
 | 
int | 
hashCode()  | 
BulkUpsertRequestBody | 
profiles(List<IdentitySourceUserProfileForUpsert> profiles)  | 
void | 
setEntityType(BulkUpsertRequestBody.EntityTypeEnum entityType)  | 
void | 
setProfiles(List<IdentitySourceUserProfileForUpsert> profiles)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_ENTITY_TYPE
public static final String JSON_PROPERTY_PROFILES
public BulkUpsertRequestBody entityType(BulkUpsertRequestBody.EntityTypeEnum entityType)
@Nullable public BulkUpsertRequestBody.EntityTypeEnum getEntityType()
public void setEntityType(BulkUpsertRequestBody.EntityTypeEnum entityType)
public BulkUpsertRequestBody profiles(List<IdentitySourceUserProfileForUpsert> profiles)
public BulkUpsertRequestBody addProfilesItem(IdentitySourceUserProfileForUpsert profilesItem)
@Nullable public List<IdentitySourceUserProfileForUpsert> getProfiles()
public void setProfiles(List<IdentitySourceUserProfileForUpsert> profiles)
Copyright © 2017–2023 Okta. All rights reserved.