item

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 License: MIT Imports: 29 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 the analytics property

func (*SiteItemRequestBuilder) Columns added in v0.12.0

Columns the columns property

func (*SiteItemRequestBuilder) ColumnsById added in v0.12.0

ColumnsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.columns.item collection

func (*SiteItemRequestBuilder) ContentTypes added in v0.12.0

ContentTypes the contentTypes property

func (*SiteItemRequestBuilder) ContentTypesById added in v0.12.0

ContentTypesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.contentTypes.item collection

func (*SiteItemRequestBuilder) CreateDeleteRequestInformation added in v0.12.0

CreateDeleteRequestInformation delete entity from sites

func (*SiteItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

CreateGetRequestInformation get entity from sites by key

func (*SiteItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update entity in sites

func (*SiteItemRequestBuilder) Delete added in v0.12.0

Delete delete entity from sites

func (*SiteItemRequestBuilder) Drive added in v0.12.0

Drive the drive property

func (*SiteItemRequestBuilder) Drives added in v0.12.0

Drives the drives property

func (*SiteItemRequestBuilder) DrivesById added in v0.13.0

DrivesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.drives.item collection

func (*SiteItemRequestBuilder) ExternalColumns added in v0.12.0

ExternalColumns the externalColumns property

func (*SiteItemRequestBuilder) ExternalColumnsById added in v0.13.0

ExternalColumnsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.externalColumns.item collection

func (*SiteItemRequestBuilder) Get added in v0.12.0

Get get entity from sites by key

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 the items property

func (*SiteItemRequestBuilder) ItemsById added in v0.13.0

ItemsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.items.item collection

func (*SiteItemRequestBuilder) Lists added in v0.12.0

Lists the lists property

func (*SiteItemRequestBuilder) ListsById added in v0.12.0

ListsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.lists.item collection

func (*SiteItemRequestBuilder) Onenote added in v0.12.0

Onenote the onenote property

func (*SiteItemRequestBuilder) Patch added in v0.12.0

Patch update entity in sites

func (*SiteItemRequestBuilder) Permissions added in v0.12.0

Permissions the permissions property

func (*SiteItemRequestBuilder) PermissionsById added in v0.12.0

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

func (*SiteItemRequestBuilder) Sites added in v0.12.0

Sites the sites property

func (*SiteItemRequestBuilder) SitesById added in v0.13.0

SitesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.sites.item collection

func (*SiteItemRequestBuilder) TermStore added in v0.12.0

TermStore the termStore property

func (*SiteItemRequestBuilder) TermStores added in v0.12.0

TermStores the termStores property

func (*SiteItemRequestBuilder) TermStoresById added in v0.12.0

TermStoresById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.termStores.item collection

type SiteItemRequestBuilderDeleteOptions added in v0.12.0

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

SiteItemRequestBuilderDeleteOptions options for Delete

type SiteItemRequestBuilderGetOptions added in v0.12.0

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

SiteItemRequestBuilderGetOptions options for Get

type SiteItemRequestBuilderGetQueryParameters added in v0.12.0

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

SiteItemRequestBuilderGetQueryParameters get entity from sites by key

type SiteItemRequestBuilderPatchOptions added in v0.12.0

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

SiteItemRequestBuilderPatchOptions options for Patch

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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