item

package
v0.35.0 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2022 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TeamItemRequestBuilder added in v0.12.0

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

TeamItemRequestBuilder provides operations to manage the joinedTeams property of the microsoft.graph.user entity.

func NewTeamItemRequestBuilder added in v0.12.0

NewTeamItemRequestBuilder instantiates a new TeamItemRequestBuilder and sets the default values.

func NewTeamItemRequestBuilderInternal added in v0.12.0

func NewTeamItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamItemRequestBuilder

NewTeamItemRequestBuilderInternal instantiates a new TeamItemRequestBuilder and sets the default values.

func (*TeamItemRequestBuilder) AllChannels added in v0.28.0

AllChannels the allChannels property

func (*TeamItemRequestBuilder) AllChannelsById added in v0.28.0

AllChannelsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.joinedTeams.item.allChannels.item collection

func (*TeamItemRequestBuilder) Archive added in v0.27.0

Archive the archive property

func (*TeamItemRequestBuilder) Channels added in v0.13.0

Channels the channels property

func (*TeamItemRequestBuilder) ChannelsById added in v0.13.0

ChannelsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.joinedTeams.item.channels.item collection

func (*TeamItemRequestBuilder) Clone added in v0.27.0

Clone the clone property

func (*TeamItemRequestBuilder) CompleteMigration added in v0.27.0

CompleteMigration the completeMigration property

func (*TeamItemRequestBuilder) CreateDeleteRequestInformation added in v0.12.0

CreateDeleteRequestInformation delete navigation property joinedTeams for me

func (*TeamItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration added in v0.22.0

CreateDeleteRequestInformationWithRequestConfiguration delete navigation property joinedTeams for me

func (*TeamItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

CreateGetRequestInformation get joinedTeams from me

func (*TeamItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration added in v0.22.0

CreateGetRequestInformationWithRequestConfiguration get joinedTeams from me

func (*TeamItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update the navigation property joinedTeams in me

func (*TeamItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration added in v0.22.0

CreatePatchRequestInformationWithRequestConfiguration update the navigation property joinedTeams in me

func (*TeamItemRequestBuilder) Delete added in v0.12.0

func (m *TeamItemRequestBuilder) Delete() error

Delete delete navigation property joinedTeams for me

func (*TeamItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler added in v0.22.0

func (m *TeamItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *TeamItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error

DeleteWithRequestConfigurationAndResponseHandler delete navigation property joinedTeams for me

func (*TeamItemRequestBuilder) Get added in v0.12.0

Get get joinedTeams from me

func (*TeamItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler added in v0.22.0

GetWithRequestConfigurationAndResponseHandler get joinedTeams from me

func (*TeamItemRequestBuilder) Group added in v0.13.0

Group the group property

func (*TeamItemRequestBuilder) IncomingChannels added in v0.28.0

IncomingChannels the incomingChannels property

func (*TeamItemRequestBuilder) IncomingChannelsById added in v0.28.0

IncomingChannelsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.joinedTeams.item.incomingChannels.item collection

func (*TeamItemRequestBuilder) InstalledApps added in v0.13.0

InstalledApps the installedApps property

func (*TeamItemRequestBuilder) InstalledAppsById added in v0.13.0

InstalledAppsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.joinedTeams.item.installedApps.item collection

func (*TeamItemRequestBuilder) Members added in v0.13.0

Members the members property

func (*TeamItemRequestBuilder) MembersById added in v0.13.0

MembersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.joinedTeams.item.members.item collection

func (*TeamItemRequestBuilder) Operations added in v0.13.0

Operations the operations property

func (*TeamItemRequestBuilder) OperationsById added in v0.13.0

OperationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.joinedTeams.item.operations.item collection

func (*TeamItemRequestBuilder) Patch added in v0.12.0

Patch update the navigation property joinedTeams in me

func (*TeamItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler added in v0.22.0

PatchWithRequestConfigurationAndResponseHandler update the navigation property joinedTeams in me

func (*TeamItemRequestBuilder) Photo added in v0.30.0

Photo the photo property

func (*TeamItemRequestBuilder) PrimaryChannel added in v0.13.0

PrimaryChannel the primaryChannel property

func (*TeamItemRequestBuilder) Schedule added in v0.13.0

Schedule the schedule property

func (*TeamItemRequestBuilder) SendActivityNotification added in v0.27.0

SendActivityNotification the sendActivityNotification property

func (*TeamItemRequestBuilder) Template added in v0.13.0

Template the template property

func (*TeamItemRequestBuilder) Unarchive added in v0.27.0

Unarchive the unarchive property

type TeamItemRequestBuilderDeleteRequestConfiguration added in v0.22.0

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

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

type TeamItemRequestBuilderGetQueryParameters added in v0.12.0

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

TeamItemRequestBuilderGetQueryParameters get joinedTeams from me

type TeamItemRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type TeamItemRequestBuilderPatchRequestConfiguration added in v0.22.0

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

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

Directories

Path Synopsis
add

Jump to

Keyboard shortcuts

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