Documentation ¶
Index ¶
- type Delta
- func (m *Delta) GetChildFolderCount() *int32
- func (m *Delta) GetChildFolders() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MailFolder
- func (m *Delta) GetDisplayName() *string
- func (m *Delta) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Delta) GetIsHidden() *bool
- func (m *Delta) GetMessageRules() ...
- func (m *Delta) GetMessages() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
- func (m *Delta) GetMultiValueExtendedProperties() ...
- func (m *Delta) GetParentFolderId() *string
- func (m *Delta) GetSingleValueExtendedProperties() ...
- func (m *Delta) GetTotalItemCount() *int32
- func (m *Delta) GetUnreadItemCount() *int32
- func (m *Delta) IsNil() bool
- func (m *Delta) Serialize(...) error
- func (m *Delta) SetChildFolderCount(value *int32)
- func (m *Delta) SetChildFolders(...)
- func (m *Delta) SetDisplayName(value *string)
- func (m *Delta) SetIsHidden(value *bool)
- func (m *Delta) SetMessageRules(...)
- func (m *Delta) SetMessages(...)
- func (m *Delta) SetMultiValueExtendedProperties(...)
- func (m *Delta) SetParentFolderId(value *string)
- func (m *Delta) SetSingleValueExtendedProperties(...)
- func (m *Delta) SetTotalItemCount(value *int32)
- func (m *Delta) SetUnreadItemCount(value *int32)
- 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.Entity // contains filtered or unexported fields }
Delta
func NewDelta ¶
func NewDelta() *Delta
NewDelta instantiates a new delta and sets the default values.
func (*Delta) GetChildFolderCount ¶
GetChildFolderCount gets the childFolderCount property value. The number of immediate child mailFolders in the current mailFolder.
func (*Delta) GetChildFolders ¶
func (m *Delta) GetChildFolders() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MailFolder
GetChildFolders gets the childFolders property value. The collection of child folders in the mailFolder.
func (*Delta) GetDisplayName ¶
GetDisplayName gets the displayName property value. The mailFolder's display name.
func (*Delta) GetFieldDeserializers ¶
func (m *Delta) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*Delta) GetIsHidden ¶
GetIsHidden gets the isHidden property value. Indicates whether the mailFolder is hidden. This property can be set only when creating the folder. Find more information in Hidden mail folders.
func (*Delta) GetMessageRules ¶
func (m *Delta) GetMessageRules() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MessageRule
GetMessageRules gets the messageRules property value. The collection of rules that apply to the user's Inbox folder.
func (*Delta) GetMessages ¶
func (m *Delta) GetMessages() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
GetMessages gets the messages property value. The collection of messages in the mailFolder.
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 mailFolder. Read-only. Nullable.
func (*Delta) GetParentFolderId ¶
GetParentFolderId gets the parentFolderId property value. The unique identifier for the mailFolder's parent mailFolder.
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 mailFolder. Read-only. Nullable.
func (*Delta) GetTotalItemCount ¶
GetTotalItemCount gets the totalItemCount property value. The number of items in the mailFolder.
func (*Delta) GetUnreadItemCount ¶
GetUnreadItemCount gets the unreadItemCount property value. The number of items in the mailFolder marked as unread.
func (*Delta) Serialize ¶
func (m *Delta) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*Delta) SetChildFolderCount ¶
SetChildFolderCount sets the childFolderCount property value. The number of immediate child mailFolders in the current mailFolder.
func (*Delta) SetChildFolders ¶
func (m *Delta) SetChildFolders(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MailFolder)
SetChildFolders sets the childFolders property value. The collection of child folders in the mailFolder.
func (*Delta) SetDisplayName ¶
SetDisplayName sets the displayName property value. The mailFolder's display name.
func (*Delta) SetIsHidden ¶
SetIsHidden sets the isHidden property value. Indicates whether the mailFolder is hidden. This property can be set only when creating the folder. Find more information in Hidden mail folders.
func (*Delta) SetMessageRules ¶
func (m *Delta) SetMessageRules(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MessageRule)
SetMessageRules sets the messageRules property value. The collection of rules that apply to the user's Inbox folder.
func (*Delta) SetMessages ¶
func (m *Delta) SetMessages(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message)
SetMessages sets the messages property value. The collection of messages in the mailFolder.
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 mailFolder. Read-only. Nullable.
func (*Delta) SetParentFolderId ¶
SetParentFolderId sets the parentFolderId property value. The unique identifier for the mailFolder's parent mailFolder.
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 mailFolder. Read-only. Nullable.
func (*Delta) SetTotalItemCount ¶
SetTotalItemCount sets the totalItemCount property value. The number of items in the mailFolder.
func (*Delta) SetUnreadItemCount ¶
SetUnreadItemCount sets the unreadItemCount property value. The number of items in the mailFolder marked as unread.
type DeltaRequestBuilder ¶
type DeltaRequestBuilder struct {
// contains filtered or unexported fields
}
DeltaRequestBuilder builds and executes requests for operations under \users\{user-id}\mailFolders\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