@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class UserSchemaPropertiesProfile extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ALL_OF |
Constructor and Description |
---|
UserSchemaPropertiesProfile() |
Modifier and Type | Method and Description |
---|---|
UserSchemaPropertiesProfile |
addAllOfItem(UserSchemaPropertiesProfileItem allOfItem) |
UserSchemaPropertiesProfile |
allOf(List<UserSchemaPropertiesProfileItem> allOf) |
boolean |
equals(Object o) |
List<UserSchemaPropertiesProfileItem> |
getAllOf()
Get allOf
|
int |
hashCode() |
void |
setAllOf(List<UserSchemaPropertiesProfileItem> allOf) |
String |
toString() |
public static final String JSON_PROPERTY_ALL_OF
public UserSchemaPropertiesProfile allOf(List<UserSchemaPropertiesProfileItem> allOf)
public UserSchemaPropertiesProfile addAllOfItem(UserSchemaPropertiesProfileItem allOfItem)
@Nullable public List<UserSchemaPropertiesProfileItem> getAllOf()
public void setAllOf(List<UserSchemaPropertiesProfileItem> allOf)
Copyright © 2017–2023 Okta. All rights reserved.