class Office365::Contact

Included Modules

Defined in:

models/contact.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def company_name : String #

[View source]
def company_name=(company_name : String) #

[View source]
def display_name : String #

[View source]
def display_name=(display_name : String) #

[View source]
def email_addresses : Array(EmailAddress) #

[View source]
def email_addresses=(email_addresses : Array(EmailAddress)) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def mobile_phone : String #

[View source]
def mobile_phone=(mobile_phone : String) #

[View source]
def personal_notes : String #

[View source]
def personal_notes=(personal_notes : String) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]