Documentation ¶
Index ¶
- type Delta
- func (m *Delta) GetAssistantName() *string
- func (m *Delta) GetBirthday() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
- func (m *Delta) GetBusinessAddress() ...
- func (m *Delta) GetBusinessHomePage() *string
- func (m *Delta) GetBusinessPhones() []string
- func (m *Delta) GetChildren() []string
- func (m *Delta) GetCompanyName() *string
- func (m *Delta) GetDepartment() *string
- func (m *Delta) GetDisplayName() *string
- func (m *Delta) GetEmailAddresses() ...
- func (m *Delta) GetExtensions() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Extension
- func (m *Delta) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Delta) GetFileAs() *string
- func (m *Delta) GetGeneration() *string
- func (m *Delta) GetGivenName() *string
- func (m *Delta) GetHomeAddress() ...
- func (m *Delta) GetHomePhones() []string
- func (m *Delta) GetImAddresses() []string
- func (m *Delta) GetInitials() *string
- func (m *Delta) GetJobTitle() *string
- func (m *Delta) GetManager() *string
- func (m *Delta) GetMiddleName() *string
- func (m *Delta) GetMobilePhone() *string
- func (m *Delta) GetMultiValueExtendedProperties() ...
- func (m *Delta) GetNickName() *string
- func (m *Delta) GetOfficeLocation() *string
- func (m *Delta) GetOtherAddress() ...
- func (m *Delta) GetParentFolderId() *string
- func (m *Delta) GetPersonalNotes() *string
- func (m *Delta) GetPhoto() ...
- func (m *Delta) GetProfession() *string
- func (m *Delta) GetSingleValueExtendedProperties() ...
- func (m *Delta) GetSpouseName() *string
- func (m *Delta) GetSurname() *string
- func (m *Delta) GetTitle() *string
- func (m *Delta) GetYomiCompanyName() *string
- func (m *Delta) GetYomiGivenName() *string
- func (m *Delta) GetYomiSurname() *string
- func (m *Delta) IsNil() bool
- func (m *Delta) Serialize(...) error
- func (m *Delta) SetAssistantName(value *string)
- func (m *Delta) SetBirthday(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
- func (m *Delta) SetBusinessAddress(...)
- func (m *Delta) SetBusinessHomePage(value *string)
- func (m *Delta) SetBusinessPhones(value []string)
- func (m *Delta) SetChildren(value []string)
- func (m *Delta) SetCompanyName(value *string)
- func (m *Delta) SetDepartment(value *string)
- func (m *Delta) SetDisplayName(value *string)
- func (m *Delta) SetEmailAddresses(...)
- func (m *Delta) SetExtensions(...)
- func (m *Delta) SetFileAs(value *string)
- func (m *Delta) SetGeneration(value *string)
- func (m *Delta) SetGivenName(value *string)
- func (m *Delta) SetHomeAddress(...)
- func (m *Delta) SetHomePhones(value []string)
- func (m *Delta) SetImAddresses(value []string)
- func (m *Delta) SetInitials(value *string)
- func (m *Delta) SetJobTitle(value *string)
- func (m *Delta) SetManager(value *string)
- func (m *Delta) SetMiddleName(value *string)
- func (m *Delta) SetMobilePhone(value *string)
- func (m *Delta) SetMultiValueExtendedProperties(...)
- func (m *Delta) SetNickName(value *string)
- func (m *Delta) SetOfficeLocation(value *string)
- func (m *Delta) SetOtherAddress(...)
- func (m *Delta) SetParentFolderId(value *string)
- func (m *Delta) SetPersonalNotes(value *string)
- func (m *Delta) SetPhoto(...)
- func (m *Delta) SetProfession(value *string)
- func (m *Delta) SetSingleValueExtendedProperties(...)
- func (m *Delta) SetSpouseName(value *string)
- func (m *Delta) SetSurname(value *string)
- func (m *Delta) SetTitle(value *string)
- func (m *Delta) SetYomiCompanyName(value *string)
- func (m *Delta) SetYomiGivenName(value *string)
- func (m *Delta) SetYomiSurname(value *string)
- type DeltaRequestBuilder
- type DeltaRequestBuilderGetOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Delta ¶
type Delta struct { i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OutlookItem // contains filtered or unexported fields }
Delta
func NewDelta ¶
func NewDelta() *Delta
NewDelta instantiates a new delta and sets the default values.
func (*Delta) GetAssistantName ¶
GetAssistantName gets the assistantName property value. The name of the contact's assistant.
func (*Delta) GetBirthday ¶
func (m *Delta) GetBirthday() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
GetBirthday gets the birthday property value. The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
func (*Delta) GetBusinessAddress ¶
func (m *Delta) GetBusinessAddress() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PhysicalAddress
GetBusinessAddress gets the businessAddress property value. The contact's business address.
func (*Delta) GetBusinessHomePage ¶
GetBusinessHomePage gets the businessHomePage property value. The business home page of the contact.
func (*Delta) GetBusinessPhones ¶
GetBusinessPhones gets the businessPhones property value. The contact's business phone numbers.
func (*Delta) GetChildren ¶
GetChildren gets the children property value. The names of the contact's children.
func (*Delta) GetCompanyName ¶
GetCompanyName gets the companyName property value. The name of the contact's company.
func (*Delta) GetDepartment ¶
GetDepartment gets the department property value. The contact's department.
func (*Delta) GetDisplayName ¶
GetDisplayName gets the displayName property value. The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.
func (*Delta) GetEmailAddresses ¶
func (m *Delta) GetEmailAddresses() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.EmailAddress
GetEmailAddresses gets the emailAddresses property value. The contact's email addresses.
func (*Delta) GetExtensions ¶
func (m *Delta) GetExtensions() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Extension
GetExtensions gets the extensions property value. The collection of open extensions defined for the contact. Read-only. Nullable.
func (*Delta) GetFieldDeserializers ¶
func (m *Delta) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*Delta) GetFileAs ¶
GetFileAs gets the fileAs property value. The name the contact is filed under.
func (*Delta) GetGeneration ¶
GetGeneration gets the generation property value. The contact's generation.
func (*Delta) GetGivenName ¶
GetGivenName gets the givenName property value. The contact's given name.
func (*Delta) GetHomeAddress ¶
func (m *Delta) GetHomeAddress() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PhysicalAddress
GetHomeAddress gets the homeAddress property value. The contact's home address.
func (*Delta) GetHomePhones ¶
GetHomePhones gets the homePhones property value. The contact's home phone numbers.
func (*Delta) GetImAddresses ¶
GetImAddresses gets the imAddresses property value.
func (*Delta) GetInitials ¶
GetInitials gets the initials property value.
func (*Delta) GetJobTitle ¶
GetJobTitle gets the jobTitle property value.
func (*Delta) GetManager ¶
GetManager gets the manager property value.
func (*Delta) GetMiddleName ¶
GetMiddleName gets the middleName property value.
func (*Delta) GetMobilePhone ¶
GetMobilePhone gets the mobilePhone property value.
func (*Delta) GetMultiValueExtendedProperties ¶
func (m *Delta) GetMultiValueExtendedProperties() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MultiValueLegacyExtendedProperty
GetMultiValueExtendedProperties gets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the contact. Read-only. Nullable.
func (*Delta) GetNickName ¶
GetNickName gets the nickName property value.
func (*Delta) GetOfficeLocation ¶
GetOfficeLocation gets the officeLocation property value.
func (*Delta) GetOtherAddress ¶
func (m *Delta) GetOtherAddress() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PhysicalAddress
GetOtherAddress gets the otherAddress property value.
func (*Delta) GetParentFolderId ¶
GetParentFolderId gets the parentFolderId property value.
func (*Delta) GetPersonalNotes ¶
GetPersonalNotes gets the personalNotes property value.
func (*Delta) GetPhoto ¶
func (m *Delta) GetPhoto() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ProfilePhoto
GetPhoto gets the photo property value. Optional contact picture. You can get or set a photo for a contact.
func (*Delta) GetProfession ¶
GetProfession gets the profession property value.
func (*Delta) GetSingleValueExtendedProperties ¶
func (m *Delta) GetSingleValueExtendedProperties() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SingleValueLegacyExtendedProperty
GetSingleValueExtendedProperties gets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the contact. Read-only. Nullable.
func (*Delta) GetSpouseName ¶
GetSpouseName gets the spouseName property value.
func (*Delta) GetSurname ¶
GetSurname gets the surname property value.
func (*Delta) GetYomiCompanyName ¶
GetYomiCompanyName gets the yomiCompanyName property value.
func (*Delta) GetYomiGivenName ¶
GetYomiGivenName gets the yomiGivenName property value.
func (*Delta) GetYomiSurname ¶
GetYomiSurname gets the yomiSurname property value.
func (*Delta) Serialize ¶
func (m *Delta) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*Delta) SetAssistantName ¶
SetAssistantName sets the assistantName property value. The name of the contact's assistant.
func (*Delta) SetBirthday ¶
func (m *Delta) SetBirthday(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
SetBirthday sets the birthday property value. The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
func (*Delta) SetBusinessAddress ¶
func (m *Delta) SetBusinessAddress(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PhysicalAddress)
SetBusinessAddress sets the businessAddress property value. The contact's business address.
func (*Delta) SetBusinessHomePage ¶
SetBusinessHomePage sets the businessHomePage property value. The business home page of the contact.
func (*Delta) SetBusinessPhones ¶
SetBusinessPhones sets the businessPhones property value. The contact's business phone numbers.
func (*Delta) SetChildren ¶
SetChildren sets the children property value. The names of the contact's children.
func (*Delta) SetCompanyName ¶
SetCompanyName sets the companyName property value. The name of the contact's company.
func (*Delta) SetDepartment ¶
SetDepartment sets the department property value. The contact's department.
func (*Delta) SetDisplayName ¶
SetDisplayName sets the displayName property value. The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.
func (*Delta) SetEmailAddresses ¶
func (m *Delta) SetEmailAddresses(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.EmailAddress)
SetEmailAddresses sets the emailAddresses property value. The contact's email addresses.
func (*Delta) SetExtensions ¶
func (m *Delta) SetExtensions(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Extension)
SetExtensions sets the extensions property value. The collection of open extensions defined for the contact. Read-only. Nullable.
func (*Delta) SetFileAs ¶
SetFileAs sets the fileAs property value. The name the contact is filed under.
func (*Delta) SetGeneration ¶
SetGeneration sets the generation property value. The contact's generation.
func (*Delta) SetGivenName ¶
SetGivenName sets the givenName property value. The contact's given name.
func (*Delta) SetHomeAddress ¶
func (m *Delta) SetHomeAddress(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PhysicalAddress)
SetHomeAddress sets the homeAddress property value. The contact's home address.
func (*Delta) SetHomePhones ¶
SetHomePhones sets the homePhones property value. The contact's home phone numbers.
func (*Delta) SetImAddresses ¶
SetImAddresses sets the imAddresses property value.
func (*Delta) SetInitials ¶
SetInitials sets the initials property value.
func (*Delta) SetJobTitle ¶
SetJobTitle sets the jobTitle property value.
func (*Delta) SetManager ¶
SetManager sets the manager property value.
func (*Delta) SetMiddleName ¶
SetMiddleName sets the middleName property value.
func (*Delta) SetMobilePhone ¶
SetMobilePhone sets the mobilePhone property value.
func (*Delta) SetMultiValueExtendedProperties ¶
func (m *Delta) SetMultiValueExtendedProperties(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MultiValueLegacyExtendedProperty)
SetMultiValueExtendedProperties sets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the contact. Read-only. Nullable.
func (*Delta) SetNickName ¶
SetNickName sets the nickName property value.
func (*Delta) SetOfficeLocation ¶
SetOfficeLocation sets the officeLocation property value.
func (*Delta) SetOtherAddress ¶
func (m *Delta) SetOtherAddress(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PhysicalAddress)
SetOtherAddress sets the otherAddress property value.
func (*Delta) SetParentFolderId ¶
SetParentFolderId sets the parentFolderId property value.
func (*Delta) SetPersonalNotes ¶
SetPersonalNotes sets the personalNotes property value.
func (*Delta) SetPhoto ¶
func (m *Delta) SetPhoto(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ProfilePhoto)
SetPhoto sets the photo property value. Optional contact picture. You can get or set a photo for a contact.
func (*Delta) SetProfession ¶
SetProfession sets the profession property value.
func (*Delta) SetSingleValueExtendedProperties ¶
func (m *Delta) SetSingleValueExtendedProperties(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SingleValueLegacyExtendedProperty)
SetSingleValueExtendedProperties sets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the contact. Read-only. Nullable.
func (*Delta) SetSpouseName ¶
SetSpouseName sets the spouseName property value.
func (*Delta) SetSurname ¶
SetSurname sets the surname property value.
func (*Delta) SetYomiCompanyName ¶
SetYomiCompanyName sets the yomiCompanyName property value.
func (*Delta) SetYomiGivenName ¶
SetYomiGivenName sets the yomiGivenName property value.
func (*Delta) SetYomiSurname ¶
SetYomiSurname sets the yomiSurname property value.
type DeltaRequestBuilder ¶
type DeltaRequestBuilder struct {
// contains filtered or unexported fields
}
DeltaRequestBuilder builds and executes requests for operations under \users\{user-id}\contacts\microsoft.graph.delta()
func NewDeltaRequestBuilder ¶
func NewDeltaRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DeltaRequestBuilder
NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
func NewDeltaRequestBuilderInternal ¶
func NewDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DeltaRequestBuilder
NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
func (*DeltaRequestBuilder) CreateGetRequestInformation ¶
func (m *DeltaRequestBuilder) CreateGetRequestInformation(options *DeltaRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation invoke function delta
func (*DeltaRequestBuilder) Get ¶
func (m *DeltaRequestBuilder) Get(options *DeltaRequestBuilderGetOptions) ([]Delta, error)
Get invoke function delta
type DeltaRequestBuilderGetOptions ¶
type DeltaRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
DeltaRequestBuilderGetOptions options for Get