Documentation ¶
Index ¶
- type AttachmentItemRequestBuilder
- func (m *AttachmentItemRequestBuilder) CreateDeleteRequestInformation(options *AttachmentItemRequestBuilderDeleteOptions) (...)
- func (m *AttachmentItemRequestBuilder) CreateGetRequestInformation(options *AttachmentItemRequestBuilderGetOptions) (...)
- func (m *AttachmentItemRequestBuilder) CreatePatchRequestInformation(options *AttachmentItemRequestBuilderPatchOptions) (...)
- func (m *AttachmentItemRequestBuilder) Delete(options *AttachmentItemRequestBuilderDeleteOptions) error
- func (m *AttachmentItemRequestBuilder) Get(options *AttachmentItemRequestBuilderGetOptions) (...)
- func (m *AttachmentItemRequestBuilder) Patch(options *AttachmentItemRequestBuilderPatchOptions) error
- type AttachmentItemRequestBuilderDeleteOptions
- type AttachmentItemRequestBuilderGetOptions
- type AttachmentItemRequestBuilderGetQueryParameters
- type AttachmentItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentItemRequestBuilder ¶
type AttachmentItemRequestBuilder struct {
// contains filtered or unexported fields
}
AttachmentItemRequestBuilder provides operations to manage the attachments property of the microsoft.graph.event entity.
func NewAttachmentItemRequestBuilder ¶
func NewAttachmentItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AttachmentItemRequestBuilder
NewAttachmentItemRequestBuilder instantiates a new AttachmentItemRequestBuilder and sets the default values.
func NewAttachmentItemRequestBuilderInternal ¶
func NewAttachmentItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AttachmentItemRequestBuilder
NewAttachmentItemRequestBuilderInternal instantiates a new AttachmentItemRequestBuilder and sets the default values.
func (*AttachmentItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *AttachmentItemRequestBuilder) CreateDeleteRequestInformation(options *AttachmentItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property attachments for me
func (*AttachmentItemRequestBuilder) CreateGetRequestInformation ¶
func (m *AttachmentItemRequestBuilder) CreateGetRequestInformation(options *AttachmentItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (*AttachmentItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *AttachmentItemRequestBuilder) CreatePatchRequestInformation(options *AttachmentItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property attachments in me
func (*AttachmentItemRequestBuilder) Delete ¶
func (m *AttachmentItemRequestBuilder) Delete(options *AttachmentItemRequestBuilderDeleteOptions) error
Delete delete navigation property attachments for me
func (*AttachmentItemRequestBuilder) Get ¶
func (m *AttachmentItemRequestBuilder) Get(options *AttachmentItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable, error)
Get the collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (*AttachmentItemRequestBuilder) Patch ¶
func (m *AttachmentItemRequestBuilder) Patch(options *AttachmentItemRequestBuilderPatchOptions) error
Patch update the navigation property attachments in me
type AttachmentItemRequestBuilderDeleteOptions ¶
type AttachmentItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AttachmentItemRequestBuilderDeleteOptions options for Delete
type AttachmentItemRequestBuilderGetOptions ¶
type AttachmentItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AttachmentItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AttachmentItemRequestBuilderGetOptions options for Get
type AttachmentItemRequestBuilderGetQueryParameters ¶
type AttachmentItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AttachmentItemRequestBuilderGetQueryParameters the collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
type AttachmentItemRequestBuilderPatchOptions ¶
type AttachmentItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Attachmentable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AttachmentItemRequestBuilderPatchOptions options for Patch