delta

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

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
}

func NewDelta

func NewDelta() *Delta

Instantiates a new delta and sets the default values.

func (*Delta) GetAssistantName

func (m *Delta) GetAssistantName() *string

Gets the assistantName property value. The name of the contact's assistant.

func (*Delta) 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

Gets the businessAddress property value. The contact's business address.

func (*Delta) GetBusinessHomePage

func (m *Delta) GetBusinessHomePage() *string

Gets the businessHomePage property value. The business home page of the contact.

func (*Delta) GetBusinessPhones

func (m *Delta) GetBusinessPhones() []string

Gets the businessPhones property value. The contact's business phone numbers.

func (*Delta) GetChildren

func (m *Delta) GetChildren() []string

Gets the children property value. The names of the contact's children.

func (*Delta) GetCompanyName

func (m *Delta) GetCompanyName() *string

Gets the companyName property value. The name of the contact's company.

func (*Delta) GetDepartment

func (m *Delta) GetDepartment() *string

Gets the department property value. The contact's department.

func (*Delta) GetDisplayName

func (m *Delta) GetDisplayName() *string

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

Gets the emailAddresses property value. The contact's email addresses.

func (*Delta) 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

The deserialization information for the current model

func (*Delta) GetFileAs

func (m *Delta) GetFileAs() *string

Gets the fileAs property value. The name the contact is filed under.

func (*Delta) GetGeneration

func (m *Delta) GetGeneration() *string

Gets the generation property value. The contact's generation.

func (*Delta) GetGivenName

func (m *Delta) GetGivenName() *string

Gets the givenName property value. The contact's given name.

func (*Delta) GetHomeAddress

Gets the homeAddress property value. The contact's home address.

func (*Delta) GetHomePhones

func (m *Delta) GetHomePhones() []string

Gets the homePhones property value. The contact's home phone numbers.

func (*Delta) GetImAddresses

func (m *Delta) GetImAddresses() []string

Gets the imAddresses property value.

func (*Delta) GetInitials

func (m *Delta) GetInitials() *string

Gets the initials property value.

func (*Delta) GetJobTitle

func (m *Delta) GetJobTitle() *string

Gets the jobTitle property value.

func (*Delta) GetManager

func (m *Delta) GetManager() *string

Gets the manager property value.

func (*Delta) GetMiddleName

func (m *Delta) GetMiddleName() *string

Gets the middleName property value.

func (*Delta) GetMobilePhone

func (m *Delta) GetMobilePhone() *string

Gets the mobilePhone property value.

func (*Delta) GetMultiValueExtendedProperties

Gets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the contact. Read-only. Nullable.

func (*Delta) GetNickName

func (m *Delta) GetNickName() *string

Gets the nickName property value.

func (*Delta) GetOfficeLocation

func (m *Delta) GetOfficeLocation() *string

Gets the officeLocation property value.

func (*Delta) GetOtherAddress

Gets the otherAddress property value.

func (*Delta) GetParentFolderId

func (m *Delta) GetParentFolderId() *string

Gets the parentFolderId property value.

func (*Delta) GetPersonalNotes

func (m *Delta) GetPersonalNotes() *string

Gets the personalNotes property value.

func (*Delta) GetPhoto

Gets the photo property value. Optional contact picture. You can get or set a photo for a contact.

func (*Delta) GetProfession

func (m *Delta) GetProfession() *string

Gets the profession property value.

func (*Delta) GetSingleValueExtendedProperties

Gets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the contact. Read-only. Nullable.

func (*Delta) GetSpouseName

func (m *Delta) GetSpouseName() *string

Gets the spouseName property value.

func (*Delta) GetSurname

func (m *Delta) GetSurname() *string

Gets the surname property value.

func (*Delta) GetTitle

func (m *Delta) GetTitle() *string

Gets the title property value.

func (*Delta) GetYomiCompanyName

func (m *Delta) GetYomiCompanyName() *string

Gets the yomiCompanyName property value.

func (*Delta) GetYomiGivenName

func (m *Delta) GetYomiGivenName() *string

Gets the yomiGivenName property value.

func (*Delta) GetYomiSurname

func (m *Delta) GetYomiSurname() *string

Gets the yomiSurname property value.

func (*Delta) IsNil

func (m *Delta) IsNil() bool

func (*Delta) Serialize

Serializes information the current object Parameters:

  • writer : Serialization writer to use to serialize this model

func (*Delta) SetAssistantName

func (m *Delta) SetAssistantName(value *string)

Sets the assistantName property value. The name of the contact's assistant. Parameters:

  • value : Value to set for the assistantName property.

func (*Delta) 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 Parameters:

  • value : Value to set for the birthday property.

func (*Delta) SetBusinessAddress

Sets the businessAddress property value. The contact's business address. Parameters:

  • value : Value to set for the businessAddress property.

func (*Delta) SetBusinessHomePage

func (m *Delta) SetBusinessHomePage(value *string)

Sets the businessHomePage property value. The business home page of the contact. Parameters:

  • value : Value to set for the businessHomePage property.

func (*Delta) SetBusinessPhones

func (m *Delta) SetBusinessPhones(value []string)

Sets the businessPhones property value. The contact's business phone numbers. Parameters:

  • value : Value to set for the businessPhones property.

func (*Delta) SetChildren

func (m *Delta) SetChildren(value []string)

Sets the children property value. The names of the contact's children. Parameters:

  • value : Value to set for the children property.

func (*Delta) SetCompanyName

func (m *Delta) SetCompanyName(value *string)

Sets the companyName property value. The name of the contact's company. Parameters:

  • value : Value to set for the companyName property.

func (*Delta) SetDepartment

func (m *Delta) SetDepartment(value *string)

Sets the department property value. The contact's department. Parameters:

  • value : Value to set for the department property.

func (*Delta) SetDisplayName

func (m *Delta) SetDisplayName(value *string)

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. Parameters:

  • value : Value to set for the displayName property.

func (*Delta) SetEmailAddresses

Sets the emailAddresses property value. The contact's email addresses. Parameters:

  • value : Value to set for the emailAddresses property.

func (*Delta) SetExtensions

Sets the extensions property value. The collection of open extensions defined for the contact. Read-only. Nullable. Parameters:

  • value : Value to set for the extensions property.

func (*Delta) SetFileAs

func (m *Delta) SetFileAs(value *string)

Sets the fileAs property value. The name the contact is filed under. Parameters:

  • value : Value to set for the fileAs property.

func (*Delta) SetGeneration

func (m *Delta) SetGeneration(value *string)

Sets the generation property value. The contact's generation. Parameters:

  • value : Value to set for the generation property.

func (*Delta) SetGivenName

func (m *Delta) SetGivenName(value *string)

Sets the givenName property value. The contact's given name. Parameters:

  • value : Value to set for the givenName property.

func (*Delta) SetHomeAddress

Sets the homeAddress property value. The contact's home address. Parameters:

  • value : Value to set for the homeAddress property.

func (*Delta) SetHomePhones

func (m *Delta) SetHomePhones(value []string)

Sets the homePhones property value. The contact's home phone numbers. Parameters:

  • value : Value to set for the homePhones property.

func (*Delta) SetImAddresses

func (m *Delta) SetImAddresses(value []string)

Sets the imAddresses property value. Parameters:

  • value : Value to set for the imAddresses property.

func (*Delta) SetInitials

func (m *Delta) SetInitials(value *string)

Sets the initials property value. Parameters:

  • value : Value to set for the initials property.

func (*Delta) SetJobTitle

func (m *Delta) SetJobTitle(value *string)

Sets the jobTitle property value. Parameters:

  • value : Value to set for the jobTitle property.

func (*Delta) SetManager

func (m *Delta) SetManager(value *string)

Sets the manager property value. Parameters:

  • value : Value to set for the manager property.

func (*Delta) SetMiddleName

func (m *Delta) SetMiddleName(value *string)

Sets the middleName property value. Parameters:

  • value : Value to set for the middleName property.

func (*Delta) SetMobilePhone

func (m *Delta) SetMobilePhone(value *string)

Sets the mobilePhone property value. Parameters:

  • value : Value to set for the mobilePhone property.

func (*Delta) SetMultiValueExtendedProperties

Sets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the contact. Read-only. Nullable. Parameters:

  • value : Value to set for the multiValueExtendedProperties property.

func (*Delta) SetNickName

func (m *Delta) SetNickName(value *string)

Sets the nickName property value. Parameters:

  • value : Value to set for the nickName property.

func (*Delta) SetOfficeLocation

func (m *Delta) SetOfficeLocation(value *string)

Sets the officeLocation property value. Parameters:

  • value : Value to set for the officeLocation property.

func (*Delta) SetOtherAddress

Sets the otherAddress property value. Parameters:

  • value : Value to set for the otherAddress property.

func (*Delta) SetParentFolderId

func (m *Delta) SetParentFolderId(value *string)

Sets the parentFolderId property value. Parameters:

  • value : Value to set for the parentFolderId property.

func (*Delta) SetPersonalNotes

func (m *Delta) SetPersonalNotes(value *string)

Sets the personalNotes property value. Parameters:

  • value : Value to set for the personalNotes property.

func (*Delta) SetPhoto

Sets the photo property value. Optional contact picture. You can get or set a photo for a contact. Parameters:

  • value : Value to set for the photo property.

func (*Delta) SetProfession

func (m *Delta) SetProfession(value *string)

Sets the profession property value. Parameters:

  • value : Value to set for the profession property.

func (*Delta) SetSingleValueExtendedProperties

Sets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the contact. Read-only. Nullable. Parameters:

  • value : Value to set for the singleValueExtendedProperties property.

func (*Delta) SetSpouseName

func (m *Delta) SetSpouseName(value *string)

Sets the spouseName property value. Parameters:

  • value : Value to set for the spouseName property.

func (*Delta) SetSurname

func (m *Delta) SetSurname(value *string)

Sets the surname property value. Parameters:

  • value : Value to set for the surname property.

func (*Delta) SetTitle

func (m *Delta) SetTitle(value *string)

Sets the title property value. Parameters:

  • value : Value to set for the title property.

func (*Delta) SetYomiCompanyName

func (m *Delta) SetYomiCompanyName(value *string)

Sets the yomiCompanyName property value. Parameters:

  • value : Value to set for the yomiCompanyName property.

func (*Delta) SetYomiGivenName

func (m *Delta) SetYomiGivenName(value *string)

Sets the yomiGivenName property value. Parameters:

  • value : Value to set for the yomiGivenName property.

func (*Delta) SetYomiSurname

func (m *Delta) SetYomiSurname(value *string)

Sets the yomiSurname property value. Parameters:

  • value : Value to set for the yomiSurname property.

type DeltaRequestBuilder

type DeltaRequestBuilder struct {
	// contains filtered or unexported fields
}

Builds and executes requests for operations under \me\contactFolders\{contactFolder-id}\contacts\microsoft.graph.delta()

func NewDeltaRequestBuilder

Instantiates a new DeltaRequestBuilder and sets the default values. Parameters:

  • rawUrl : The raw URL to use for the request builder.
  • requestAdapter : The request adapter to use to execute the requests.

func NewDeltaRequestBuilderInternal

func NewDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DeltaRequestBuilder

Instantiates a new DeltaRequestBuilder and sets the default values. Parameters:

  • pathParameters : Path parameters for the request
  • requestAdapter : The request adapter to use to execute the requests.

func (*DeltaRequestBuilder) CreateGetRequestInformation

Invoke function delta Parameters:

  • options : Options for the request

func (*DeltaRequestBuilder) Get

Invoke function delta Parameters:

  • options : Options for the request

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
}

Options for Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL