item

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2022 License: MIT Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DriveItemItemRequestBuilder added in v0.12.0

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

DriveItemItemRequestBuilder provides operations to manage the collection of driveItem entities.

func NewDriveItemItemRequestBuilder added in v0.12.0

NewDriveItemItemRequestBuilder instantiates a new DriveItemItemRequestBuilder and sets the default values.

func NewDriveItemItemRequestBuilderInternal added in v0.12.0

func NewDriveItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DriveItemItemRequestBuilder

NewDriveItemItemRequestBuilderInternal instantiates a new DriveItemItemRequestBuilder and sets the default values.

func (*DriveItemItemRequestBuilder) Analytics added in v0.12.0

Analytics the analytics property

func (*DriveItemItemRequestBuilder) Checkin added in v0.12.0

Checkin the checkin property

func (*DriveItemItemRequestBuilder) Checkout added in v0.12.0

Checkout the checkout property

func (*DriveItemItemRequestBuilder) Children added in v0.12.0

Children the children property

func (*DriveItemItemRequestBuilder) ChildrenById added in v0.13.0

ChildrenById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.workbooks.item.children.item collection

func (*DriveItemItemRequestBuilder) Content added in v0.12.0

Content the content property

func (*DriveItemItemRequestBuilder) Copy added in v0.12.0

Copy the copy property

func (*DriveItemItemRequestBuilder) CreateDeleteRequestInformation added in v0.12.0

CreateDeleteRequestInformation delete entity from workbooks

func (*DriveItemItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

CreateGetRequestInformation get entity from workbooks by key

CreateLink the createLink property

func (*DriveItemItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update entity in workbooks

func (*DriveItemItemRequestBuilder) CreateUploadSession added in v0.12.0

CreateUploadSession the createUploadSession property

func (*DriveItemItemRequestBuilder) Delete added in v0.12.0

Delete delete entity from workbooks

func (*DriveItemItemRequestBuilder) Delta added in v0.12.0

Delta provides operations to call the delta method.

func (*DriveItemItemRequestBuilder) DeltaWithToken added in v0.12.0

DeltaWithToken provides operations to call the delta method.

func (*DriveItemItemRequestBuilder) Follow added in v0.12.0

Follow the follow property

func (*DriveItemItemRequestBuilder) Get added in v0.12.0

Get get entity from workbooks by key

func (*DriveItemItemRequestBuilder) GetActivitiesByInterval added in v0.12.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*DriveItemItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval added in v0.12.0

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*DriveItemItemRequestBuilder) Invite added in v0.12.0

Invite the invite property

func (*DriveItemItemRequestBuilder) ListItem added in v0.12.0

ListItem the listItem property

func (*DriveItemItemRequestBuilder) Patch added in v0.12.0

Patch update entity in workbooks

func (*DriveItemItemRequestBuilder) Permissions added in v0.12.0

Permissions the permissions property

func (*DriveItemItemRequestBuilder) PermissionsById added in v0.12.0

PermissionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.workbooks.item.permissions.item collection

func (*DriveItemItemRequestBuilder) Preview added in v0.12.0

Preview the preview property

func (*DriveItemItemRequestBuilder) Restore added in v0.12.0

Restore the restore property

func (*DriveItemItemRequestBuilder) SearchWithQ added in v0.12.0

SearchWithQ provides operations to call the search method.

func (*DriveItemItemRequestBuilder) Subscriptions added in v0.12.0

Subscriptions the subscriptions property

func (*DriveItemItemRequestBuilder) SubscriptionsById added in v0.12.0

SubscriptionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.workbooks.item.subscriptions.item collection

func (*DriveItemItemRequestBuilder) Thumbnails added in v0.12.0

Thumbnails the thumbnails property

func (*DriveItemItemRequestBuilder) ThumbnailsById added in v0.12.0

ThumbnailsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.workbooks.item.thumbnails.item collection

func (*DriveItemItemRequestBuilder) Unfollow added in v0.12.0

Unfollow the unfollow property

func (*DriveItemItemRequestBuilder) ValidatePermission added in v0.12.0

ValidatePermission the validatePermission property

func (*DriveItemItemRequestBuilder) Versions added in v0.12.0

Versions the versions property

func (*DriveItemItemRequestBuilder) VersionsById added in v0.12.0

VersionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.workbooks.item.versions.item collection

type DriveItemItemRequestBuilderDeleteOptions added in v0.12.0

type DriveItemItemRequestBuilderDeleteOptions 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
}

DriveItemItemRequestBuilderDeleteOptions options for Delete

type DriveItemItemRequestBuilderGetOptions added in v0.12.0

type DriveItemItemRequestBuilderGetOptions struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DriveItemItemRequestBuilderGetQueryParameters
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

DriveItemItemRequestBuilderGetOptions options for Get

type DriveItemItemRequestBuilderGetQueryParameters added in v0.12.0

type DriveItemItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string
	// Select properties to be returned
	Select []string
}

DriveItemItemRequestBuilderGetQueryParameters get entity from workbooks by key

type DriveItemItemRequestBuilderPatchOptions added in v0.12.0

type DriveItemItemRequestBuilderPatchOptions struct {
	//
	Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable
	// 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
}

DriveItemItemRequestBuilderPatchOptions options for Patch

Jump to

Keyboard shortcuts

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