@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class OrgContactTypeObj extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CONTACT_TYPE |
static String |
JSON_PROPERTY_LINKS |
Constructor and Description |
---|
OrgContactTypeObj() |
Modifier and Type | Method and Description |
---|---|
OrgContactTypeObj |
contactType(OrgContactType contactType) |
boolean |
equals(Object o) |
OrgContactType |
getContactType()
Get contactType
|
LinksSelf |
getLinks()
Get links
|
int |
hashCode() |
OrgContactTypeObj |
links(LinksSelf links) |
void |
setContactType(OrgContactType contactType) |
void |
setLinks(LinksSelf links) |
String |
toString() |
public static final String JSON_PROPERTY_CONTACT_TYPE
public static final String JSON_PROPERTY_LINKS
public OrgContactTypeObj contactType(OrgContactType contactType)
@Nullable public OrgContactType getContactType()
public void setContactType(OrgContactType contactType)
public OrgContactTypeObj links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.