Package com.unblu.sdk.core.model
Class PersonInfo
- java.lang.Object
-
- com.unblu.sdk.core.model.PersonInfo
-
public class PersonInfo extends java.lang.Object
Information about a person
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
displayName
The displayed name of the personjava.lang.String
id
The person id of that person
-
Constructor Summary
Constructors Constructor Description PersonInfo(java.lang.String id, java.lang.String displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-