Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSPhoneListItem
Integer GetId()
NSPhoneListItem thing; Integer id = thing.GetId();
String GetName()
NSPhoneListItem thing; String name = thing.GetName();
String GetPersonCellPhone()
NSPhoneListItem thing; String personCellPhone = thing.GetPersonCellPhone();
String GetPersonDirectPhone()
NSPhoneListItem thing; String personDirectPhone = thing.GetPersonDirectPhone();
String GetPersonEmail()
NSPhoneListItem thing; String personEmail = thing.GetPersonEmail();
String GetPersonFaxNumber()
NSPhoneListItem thing; String personFaxNumber = thing.GetPersonFaxNumber();
String GetPersonPagerNumber()
NSPhoneListItem thing; String personPagerNumber = thing.GetPersonPagerNumber();
String GetPersonPrivatePhone()
NSPhoneListItem thing; String personPrivatePhone = thing.GetPersonPrivatePhone();
String GetTooltip()
NSPhoneListItem thing; String tooltip = thing.GetTooltip();
String GetUniqueId()
NSPhoneListItem thing; String uniqueId = thing.GetUniqueId();
Void SetId(Integer id)
NSPhoneListItem thing; Integer id; thing.SetId(id);
Void SetName(String name)
NSPhoneListItem thing; String name; thing.SetName(name);
Void SetPersonCellPhone(String personCellPhone)
NSPhoneListItem thing; String personCellPhone; thing.SetPersonCellPhone(personCellPhone);
Void SetPersonDirectPhone(String personDirectPhone)
NSPhoneListItem thing; String personDirectPhone; thing.SetPersonDirectPhone(personDirectPhone);
Void SetPersonEmail(String personEmail)
NSPhoneListItem thing; String personEmail; thing.SetPersonEmail(personEmail);
Void SetPersonFaxNumber(String personFaxNumber)
NSPhoneListItem thing; String personFaxNumber; thing.SetPersonFaxNumber(personFaxNumber);
Void SetPersonPagerNumber(String personPagerNumber)
NSPhoneListItem thing; String personPagerNumber; thing.SetPersonPagerNumber(personPagerNumber);
Void SetPersonPrivatePhone(String personPrivatePhone)
NSPhoneListItem thing; String personPrivatePhone; thing.SetPersonPrivatePhone(personPrivatePhone);
Void SetTooltip(String tooltip)
NSPhoneListItem thing; String tooltip; thing.SetTooltip(tooltip);
Void SetUniqueId(String uniqueId)
NSPhoneListItem thing; String uniqueId; thing.SetUniqueId(uniqueId);
Was this page helpful?