item

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2022 License: MIT Imports: 64 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupItemRequestBuilder added in v0.12.0

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

GroupItemRequestBuilder provides operations to manage the collection of group entities.

func NewGroupItemRequestBuilder added in v0.12.0

NewGroupItemRequestBuilder instantiates a new GroupItemRequestBuilder and sets the default values.

func NewGroupItemRequestBuilderInternal added in v0.12.0

func NewGroupItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GroupItemRequestBuilder

NewGroupItemRequestBuilderInternal instantiates a new GroupItemRequestBuilder and sets the default values.

func (*GroupItemRequestBuilder) AcceptedSendersById added in v0.13.0

AcceptedSendersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.acceptedSenders.item collection

func (*GroupItemRequestBuilder) AppRoleAssignmentsById added in v0.12.0

AppRoleAssignmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.appRoleAssignments.item collection

func (*GroupItemRequestBuilder) CalendarViewById added in v0.12.0

CalendarViewById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.calendarView.item collection

func (*GroupItemRequestBuilder) ConversationsById added in v0.12.0

ConversationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.conversations.item collection

func (*GroupItemRequestBuilder) CreateDeleteRequestInformation added in v0.12.0

CreateDeleteRequestInformation delete entity from groups

func (*GroupItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

CreateGetRequestInformation get entity from groups by key

func (*GroupItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update entity in groups

func (*GroupItemRequestBuilder) Delete added in v0.12.0

Delete delete entity from groups

func (*GroupItemRequestBuilder) DrivesById added in v0.12.0

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

func (*GroupItemRequestBuilder) EventsById added in v0.12.0

EventsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.events.item collection

func (*GroupItemRequestBuilder) ExtensionsById added in v0.12.0

ExtensionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.extensions.item collection

func (*GroupItemRequestBuilder) Get added in v0.12.0

Get get entity from groups by key

func (*GroupItemRequestBuilder) GroupLifecyclePoliciesById added in v0.12.0

GroupLifecyclePoliciesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.groupLifecyclePolicies.item collection

func (*GroupItemRequestBuilder) MemberOfById added in v0.13.0

MemberOfById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.memberOf.item collection

func (*GroupItemRequestBuilder) MembersById added in v0.13.0

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

func (*GroupItemRequestBuilder) MembersWithLicenseErrorsById added in v0.13.0

MembersWithLicenseErrorsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.membersWithLicenseErrors.item collection

func (*GroupItemRequestBuilder) OwnersById added in v0.13.0

OwnersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.owners.item collection

func (*GroupItemRequestBuilder) Patch added in v0.12.0

Patch update entity in groups

func (*GroupItemRequestBuilder) PermissionGrantsById added in v0.12.0

PermissionGrantsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.permissionGrants.item collection

func (*GroupItemRequestBuilder) PhotosById added in v0.12.0

PhotosById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.photos.item collection

func (*GroupItemRequestBuilder) RejectedSendersById added in v0.13.0

RejectedSendersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.rejectedSenders.item collection

func (*GroupItemRequestBuilder) SettingsById added in v0.12.0

SettingsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.settings.item collection

func (*GroupItemRequestBuilder) SitesById added in v0.12.0

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

func (*GroupItemRequestBuilder) ThreadsById added in v0.12.0

ThreadsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.threads.item collection

func (*GroupItemRequestBuilder) TransitiveMemberOfById added in v0.13.0

TransitiveMemberOfById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.transitiveMemberOf.item collection

func (*GroupItemRequestBuilder) TransitiveMembersById added in v0.13.0

TransitiveMembersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.transitiveMembers.item collection

type GroupItemRequestBuilderDeleteOptions added in v0.12.0

type GroupItemRequestBuilderDeleteOptions struct {
	// Request headers
	H map[string]string
	// Request options
	O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}

GroupItemRequestBuilderDeleteOptions options for Delete

type GroupItemRequestBuilderGetOptions added in v0.12.0

type GroupItemRequestBuilderGetOptions struct {
	// Request headers
	H map[string]string
	// Request options
	O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
	// Request query parameters
	Q *GroupItemRequestBuilderGetQueryParameters
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}

GroupItemRequestBuilderGetOptions options for Get

type GroupItemRequestBuilderGetQueryParameters added in v0.12.0

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

GroupItemRequestBuilderGetQueryParameters get entity from groups by key

type GroupItemRequestBuilderPatchOptions added in v0.12.0

type GroupItemRequestBuilderPatchOptions struct {
	//
	Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Groupable
	// Request headers
	H map[string]string
	// Request options
	O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}

GroupItemRequestBuilderPatchOptions options for Patch

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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