@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class GroupSchemaBaseProperties extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_DESCRIPTION  | 
static String | 
JSON_PROPERTY_NAME  | 
| Constructor and Description | 
|---|
GroupSchemaBaseProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
GroupSchemaBaseProperties | 
description(GroupSchemaAttribute description)  | 
boolean | 
equals(Object o)  | 
GroupSchemaAttribute | 
getDescription()
Get description 
 | 
GroupSchemaAttribute | 
getName()
Get name 
 | 
int | 
hashCode()  | 
GroupSchemaBaseProperties | 
name(GroupSchemaAttribute name)  | 
void | 
setDescription(GroupSchemaAttribute description)  | 
void | 
setName(GroupSchemaAttribute name)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public GroupSchemaBaseProperties description(GroupSchemaAttribute description)
@Nullable public GroupSchemaAttribute getDescription()
public void setDescription(GroupSchemaAttribute description)
public GroupSchemaBaseProperties name(GroupSchemaAttribute name)
@Nullable public GroupSchemaAttribute getName()
public void setName(GroupSchemaAttribute name)
Copyright © 2017–2023 Okta. All rights reserved.