root

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 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 RootRequestBuilder

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

RootRequestBuilder provides operations to manage the root property of the microsoft.graph.drive entity.

func NewRootRequestBuilder

NewRootRequestBuilder instantiates a new RootRequestBuilder and sets the default values.

func NewRootRequestBuilderInternal

func NewRootRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RootRequestBuilder

NewRootRequestBuilderInternal instantiates a new RootRequestBuilder and sets the default values.

func (*RootRequestBuilder) Analytics

Analytics the analytics property

func (*RootRequestBuilder) Checkin added in v0.27.0

Checkin the checkin property

func (*RootRequestBuilder) Checkout added in v0.27.0

Checkout the checkout property

func (*RootRequestBuilder) Children

Children the children property

func (*RootRequestBuilder) ChildrenById

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

func (*RootRequestBuilder) Content

Content the content property

func (*RootRequestBuilder) Copy added in v0.27.0

Copy the copy property

func (*RootRequestBuilder) CreateDeleteRequestInformation

CreateDeleteRequestInformation delete navigation property root for me

func (*RootRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration added in v0.22.0

CreateDeleteRequestInformationWithRequestConfiguration delete navigation property root for me

func (*RootRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation the root folder of the drive. Read-only.

func (*RootRequestBuilder) CreateGetRequestInformationWithRequestConfiguration added in v0.22.0

CreateGetRequestInformationWithRequestConfiguration the root folder of the drive. Read-only.

CreateLink the createLink property

func (*RootRequestBuilder) CreatePatchRequestInformation

CreatePatchRequestInformation update the navigation property root in me

func (*RootRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration added in v0.22.0

CreatePatchRequestInformationWithRequestConfiguration update the navigation property root in me

func (*RootRequestBuilder) CreateUploadSession added in v0.27.0

CreateUploadSession the createUploadSession property

func (*RootRequestBuilder) Delete

func (m *RootRequestBuilder) Delete() error

Delete delete navigation property root for me

func (*RootRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler added in v0.22.0

func (m *RootRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *RootRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error

DeleteWithRequestConfigurationAndResponseHandler delete navigation property root for me

func (*RootRequestBuilder) Delta added in v0.27.0

Delta provides operations to call the delta method.

func (*RootRequestBuilder) DeltaWithToken added in v0.27.0

DeltaWithToken provides operations to call the delta method.

func (*RootRequestBuilder) Follow added in v0.27.0

Follow the follow property

func (*RootRequestBuilder) Get

Get the root folder of the drive. Read-only.

func (*RootRequestBuilder) GetActivitiesByInterval added in v0.27.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*RootRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval added in v0.27.0

func (m *RootRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(endDateTime *string, interval *string, startDateTime *string) *i79c6c3c119b0fd26cac016493adf8593a63ae4fab341dd8853915459798f15db.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*RootRequestBuilder) GetWithRequestConfigurationAndResponseHandler added in v0.22.0

GetWithRequestConfigurationAndResponseHandler the root folder of the drive. Read-only.

func (*RootRequestBuilder) Invite added in v0.27.0

Invite the invite property

func (*RootRequestBuilder) ListItem

ListItem the listItem property

func (*RootRequestBuilder) Patch

Patch update the navigation property root in me

func (*RootRequestBuilder) PatchWithRequestConfigurationAndResponseHandler added in v0.22.0

PatchWithRequestConfigurationAndResponseHandler update the navigation property root in me

func (*RootRequestBuilder) Permissions

Permissions the permissions property

func (*RootRequestBuilder) PermissionsById

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

func (*RootRequestBuilder) Preview added in v0.27.0

Preview the preview property

func (*RootRequestBuilder) Restore added in v0.27.0

Restore the restore property

func (*RootRequestBuilder) SearchWithQ added in v0.27.0

SearchWithQ provides operations to call the search method.

func (*RootRequestBuilder) Subscriptions

Subscriptions the subscriptions property

func (*RootRequestBuilder) SubscriptionsById

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

func (*RootRequestBuilder) Thumbnails

Thumbnails the thumbnails property

func (*RootRequestBuilder) ThumbnailsById

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

func (*RootRequestBuilder) Unfollow added in v0.27.0

Unfollow the unfollow property

func (*RootRequestBuilder) ValidatePermission added in v0.27.0

ValidatePermission the validatePermission property

func (*RootRequestBuilder) Versions

Versions the versions property

func (*RootRequestBuilder) VersionsById

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

type RootRequestBuilderDeleteRequestConfiguration added in v0.22.0

type RootRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

RootRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type RootRequestBuilderGetQueryParameters

type RootRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

RootRequestBuilderGetQueryParameters the root folder of the drive. Read-only.

type RootRequestBuilderGetRequestConfiguration added in v0.22.0

type RootRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *RootRequestBuilderGetQueryParameters
}

RootRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type RootRequestBuilderPatchRequestConfiguration added in v0.22.0

type RootRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

RootRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

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