public class

UserIdentity

extends Entity
java.lang.Object
   ↳ org.mule.modules.zendesk.model.Entity
     ↳ org.mule.modules.zendesk.model.UserIdentity

Class Overview

User identities

Summary

Fields
private Boolean primary
private String type
private Long userId
private String value
private Boolean verified
[Expand]
Inherited Fields
From class org.mule.modules.zendesk.model.Entity
Public Constructors
UserIdentity()
Public Methods
Boolean getPrimary()
String getType()
Long getUserId()
String getValue()
Boolean getVerified()
void setPrimary(Boolean primary)
void setType(String type)
void setUserId(Long userId)
void setValue(String value)
void setVerified(Boolean verified)
[Expand]
Inherited Methods
From class org.mule.modules.zendesk.model.Entity
From class java.lang.Object

Fields

private Boolean primary

private String type

private Long userId

private String value

private Boolean verified

Public Constructors

public UserIdentity ()

Public Methods

public Boolean getPrimary ()

public String getType ()

public Long getUserId ()

public String getValue ()

public Boolean getVerified ()

public void setPrimary (Boolean primary)

Parameters
primary

public void setType (String type)

Parameters
type

public void setUserId (Long userId)

Parameters
userId

public void setValue (String value)

Parameters
value

public void setVerified (Boolean verified)

Parameters
verified