item

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2022 License: MIT Imports: 88 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserRequestBuilder

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

UserRequestBuilder builds and executes requests for operations under \users\{user-id}

func NewUserRequestBuilder

NewUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewUserRequestBuilderInternal

func NewUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UserRequestBuilder

NewUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*UserRequestBuilder) ActivitiesById

ActivitiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.activities.item collection

func (*UserRequestBuilder) AppRoleAssignmentsById

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

func (*UserRequestBuilder) CalendarGroupsById

CalendarGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendarGroups.item collection

func (*UserRequestBuilder) CalendarViewById

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

func (*UserRequestBuilder) CalendarsById

CalendarsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendars.item collection

func (*UserRequestBuilder) ChatsById

ChatsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.chats.item collection

func (*UserRequestBuilder) ContactFoldersById

ContactFoldersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.contactFolders.item collection

func (*UserRequestBuilder) ContactsById

ContactsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.contacts.item collection

func (*UserRequestBuilder) CreateDeleteRequestInformation

CreateDeleteRequestInformation delete entity from users

func (*UserRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get entity from users by key

func (*UserRequestBuilder) CreatePatchRequestInformation

CreatePatchRequestInformation update entity in users

func (*UserRequestBuilder) Delete

Delete delete entity from users

func (*UserRequestBuilder) DeviceManagementTroubleshootingEventsById

DeviceManagementTroubleshootingEventsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.deviceManagementTroubleshootingEvents.item collection

func (*UserRequestBuilder) DrivesById

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

func (*UserRequestBuilder) EventsById

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

func (*UserRequestBuilder) ExtensionsById

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

func (*UserRequestBuilder) Get

Get get entity from users by key

func (*UserRequestBuilder) GetManagedAppDiagnosticStatuses

GetManagedAppDiagnosticStatuses builds and executes requests for operations under \users\{user-id}\microsoft.graph.getManagedAppDiagnosticStatuses()

func (*UserRequestBuilder) GetManagedAppPolicies

GetManagedAppPolicies builds and executes requests for operations under \users\{user-id}\microsoft.graph.getManagedAppPolicies()

func (*UserRequestBuilder) JoinedTeamsById

JoinedTeamsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.joinedTeams.item collection

func (*UserRequestBuilder) LicenseDetailsById

LicenseDetailsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.licenseDetails.item collection

func (*UserRequestBuilder) MailFoldersById

MailFoldersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.mailFolders.item collection

func (*UserRequestBuilder) ManagedDevicesById

ManagedDevicesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.managedDevices.item collection

func (*UserRequestBuilder) MessagesById

MessagesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.messages.item collection

func (*UserRequestBuilder) OnlineMeetingsById

OnlineMeetingsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.onlineMeetings.item collection

func (*UserRequestBuilder) Patch

Patch update entity in users

func (*UserRequestBuilder) PeopleById

PeopleById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.people.item collection

func (*UserRequestBuilder) PhotosById

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

func (*UserRequestBuilder) ReminderViewWithStartDateTimeWithEndDateTime

ReminderViewWithStartDateTimeWithEndDateTime builds and executes requests for operations under \users\{user-id}\microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')

func (*UserRequestBuilder) ScopedRoleMemberOfById

ScopedRoleMemberOfById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.scopedRoleMemberOf.item collection

type UserRequestBuilderDeleteOptions

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

UserRequestBuilderDeleteOptions options for Delete

type UserRequestBuilderGetOptions

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

UserRequestBuilderGetOptions options for Get

type UserRequestBuilderGetQueryParameters

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

UserRequestBuilderGetQueryParameters get entity from users by key

type UserRequestBuilderPatchOptions

type UserRequestBuilderPatchOptions struct {
	//
	Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.User
	// 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
}

UserRequestBuilderPatchOptions options for Patch

Directories

Path Synopsis
ref
ref
ref
ref
ref
ref
ref
ref
ref
ref
ref
ref

Jump to

Keyboard shortcuts

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