item

package
v0.47.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 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 SiteItemRequestBuilder added in v0.12.0

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

SiteItemRequestBuilder provides operations to manage the collection of site entities.

func NewSiteItemRequestBuilder added in v0.12.0

NewSiteItemRequestBuilder instantiates a new SiteItemRequestBuilder and sets the default values.

func NewSiteItemRequestBuilderInternal added in v0.12.0

func NewSiteItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SiteItemRequestBuilder

NewSiteItemRequestBuilderInternal instantiates a new SiteItemRequestBuilder and sets the default values.

func (*SiteItemRequestBuilder) Analytics added in v0.12.0

Analytics provides operations to manage the analytics property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) Columns added in v0.12.0

Columns provides operations to manage the columns property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) ColumnsById added in v0.12.0

ColumnsById provides operations to manage the columns property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) ContentTypes added in v0.12.0

ContentTypes provides operations to manage the contentTypes property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) ContentTypesById added in v0.12.0

ContentTypesById provides operations to manage the contentTypes property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

CreateGetRequestInformation retrieve properties and relationships for a [site][] resource.A **site** resource represents a team site in SharePoint.

func (*SiteItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update entity in sites

func (*SiteItemRequestBuilder) Drive added in v0.12.0

Drive provides operations to manage the drive property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) Drives added in v0.12.0

Drives provides operations to manage the drives property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) DrivesById added in v0.13.0

DrivesById provides operations to manage the drives property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) ExternalColumns added in v0.12.0

ExternalColumns provides operations to manage the externalColumns property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) ExternalColumnsById added in v0.13.0

ExternalColumnsById provides operations to manage the externalColumns property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) Get added in v0.12.0

Get retrieve properties and relationships for a [site][] resource.A **site** resource represents a team site in SharePoint.

func (*SiteItemRequestBuilder) GetActivitiesByInterval added in v0.12.0

GetActivitiesByInterval provides operations to call the getActivitiesByInterval method.

func (*SiteItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval added in v0.12.0

func (m *SiteItemRequestBuilder) GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval(endDateTime *string, interval *string, startDateTime *string) *i3cd7ab6f3d06321d73344309d80fb03ef4dcccd5c3c20fc9e878db6dc8e33e51.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder

GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval provides operations to call the getActivitiesByInterval method.

func (*SiteItemRequestBuilder) GetApplicableContentTypesForListWithListId added in v0.12.0

GetApplicableContentTypesForListWithListId provides operations to call the getApplicableContentTypesForList method.

func (*SiteItemRequestBuilder) GetByPathWithPath added in v0.12.0

GetByPathWithPath provides operations to call the getByPath method.

func (*SiteItemRequestBuilder) Items added in v0.12.0

Items provides operations to manage the items property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) ItemsById added in v0.13.0

ItemsById provides operations to manage the items property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) Lists added in v0.12.0

Lists provides operations to manage the lists property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) ListsById added in v0.12.0

ListsById provides operations to manage the lists property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) Onenote added in v0.12.0

Onenote provides operations to manage the onenote property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) Operations added in v0.22.0

Operations provides operations to manage the operations property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) OperationsById added in v0.22.0

OperationsById provides operations to manage the operations property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) Permissions added in v0.12.0

Permissions provides operations to manage the permissions property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) PermissionsById added in v0.12.0

PermissionsById provides operations to manage the permissions property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) Sites added in v0.12.0

Sites provides operations to manage the sites property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) SitesById added in v0.13.0

SitesById provides operations to manage the sites property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) TermStore added in v0.12.0

TermStore provides operations to manage the termStore property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) TermStores added in v0.12.0

TermStores provides operations to manage the termStores property of the microsoft.graph.site entity.

func (*SiteItemRequestBuilder) TermStoresById added in v0.12.0

TermStoresById provides operations to manage the termStores property of the microsoft.graph.site entity.

type SiteItemRequestBuilderGetQueryParameters added in v0.12.0

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

SiteItemRequestBuilderGetQueryParameters retrieve properties and relationships for a [site][] resource.A **site** resource represents a team site in SharePoint.

type SiteItemRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type SiteItemRequestBuilderPatchRequestConfiguration added in v0.22.0

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

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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