@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class UserSchemaPropertiesProfile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_ALL_OF |
| Constructor and Description |
|---|
UserSchemaPropertiesProfile() |
| Modifier and Type | Method and Description |
|---|---|
UserSchemaPropertiesProfile |
addAllOfItem(UserSchemaPropertiesProfileItem allOfItem) |
UserSchemaPropertiesProfile |
allOf(java.util.List<UserSchemaPropertiesProfileItem> allOf) |
boolean |
equals(java.lang.Object o) |
java.util.List<UserSchemaPropertiesProfileItem> |
getAllOf()
Get allOf
|
int |
hashCode() |
void |
setAllOf(java.util.List<UserSchemaPropertiesProfileItem> allOf) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_ALL_OF
public UserSchemaPropertiesProfile allOf(java.util.List<UserSchemaPropertiesProfileItem> allOf)
public UserSchemaPropertiesProfile addAllOfItem(UserSchemaPropertiesProfileItem allOfItem)
@Nullable public java.util.List<UserSchemaPropertiesProfileItem> getAllOf()
public void setAllOf(java.util.List<UserSchemaPropertiesProfileItem> allOf)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.