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 }
func (*Delta) 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
Gets the childFolders property value. The collection of child folders in the mailFolder.
func (*Delta) 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
The deserialization information for the current model
func (*Delta) 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
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
Gets the messages property value. The collection of messages in the mailFolder.
func (*Delta) GetMultiValueExtendedProperties ¶
func (m *Delta) GetMultiValueExtendedProperties() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MultiValueLegacyExtendedProperty
Gets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.
func (*Delta) GetParentFolderId ¶
Gets the parentFolderId property value. The unique identifier for the mailFolder's parent mailFolder.
func (*Delta) GetSingleValueExtendedProperties ¶
func (m *Delta) GetSingleValueExtendedProperties() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SingleValueLegacyExtendedProperty
Gets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.
func (*Delta) GetTotalItemCount ¶
Gets the totalItemCount property value. The number of items in the mailFolder.
func (*Delta) 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
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*Delta) SetChildFolderCount ¶
Sets the childFolderCount property value. The number of immediate child mailFolders in the current mailFolder. Parameters:
- value : Value to set for the childFolderCount property.
func (*Delta) SetChildFolders ¶
func (m *Delta) SetChildFolders(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MailFolder)
Sets the childFolders property value. The collection of child folders in the mailFolder. Parameters:
- value : Value to set for the childFolders property.
func (*Delta) SetDisplayName ¶
Sets the displayName property value. The mailFolder's display name. Parameters:
- value : Value to set for the displayName property.
func (*Delta) 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. Parameters:
- value : Value to set for the isHidden property.
func (*Delta) SetMessageRules ¶
func (m *Delta) SetMessageRules(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MessageRule)
Sets the messageRules property value. The collection of rules that apply to the user's Inbox folder. Parameters:
- value : Value to set for the messageRules property.
func (*Delta) SetMessages ¶
func (m *Delta) SetMessages(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message)
Sets the messages property value. The collection of messages in the mailFolder. Parameters:
- value : Value to set for the messages property.
func (*Delta) SetMultiValueExtendedProperties ¶
func (m *Delta) SetMultiValueExtendedProperties(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MultiValueLegacyExtendedProperty)
Sets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable. Parameters:
- value : Value to set for the multiValueExtendedProperties property.
func (*Delta) SetParentFolderId ¶
Sets the parentFolderId property value. The unique identifier for the mailFolder's parent mailFolder. Parameters:
- value : Value to set for the parentFolderId property.
func (*Delta) SetSingleValueExtendedProperties ¶
func (m *Delta) SetSingleValueExtendedProperties(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SingleValueLegacyExtendedProperty)
Sets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable. Parameters:
- value : Value to set for the singleValueExtendedProperties property.
func (*Delta) SetTotalItemCount ¶
Sets the totalItemCount property value. The number of items in the mailFolder. Parameters:
- value : Value to set for the totalItemCount property.
func (*Delta) SetUnreadItemCount ¶
Sets the unreadItemCount property value. The number of items in the mailFolder marked as unread. Parameters:
- value : Value to set for the unreadItemCount property.
type DeltaRequestBuilder ¶
type DeltaRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \me\mailFolders\microsoft.graph.delta()
func NewDeltaRequestBuilder ¶
func NewDeltaRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DeltaRequestBuilder
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 ¶
func (m *DeltaRequestBuilder) CreateGetRequestInformation(options *DeltaRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke function delta Parameters:
- options : Options for the request
func (*DeltaRequestBuilder) Get ¶
func (m *DeltaRequestBuilder) Get(options *DeltaRequestBuilderGetOptions) ([]Delta, error)
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