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