item

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2021 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
}

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

func NewUserRequestBuilder

Instantiates a new UserRequestBuilder and sets the default values. Parameters:

  • rawUrl : The raw URL to use for the request builder.
  • requestAdapter : The request adapter to use to execute the requests.

func NewUserRequestBuilderInternal

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

Instantiates a new UserRequestBuilder and sets the default values. Parameters:

  • pathParameters : Path parameters for the request
  • requestAdapter : The request adapter to use to execute the requests.

func (*UserRequestBuilder) ActivitiesById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.activities.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) AppRoleAssignmentsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.appRoleAssignments.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) CalendarGroupsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.calendarGroups.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) CalendarViewById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.calendarView.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) CalendarsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.calendars.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) ChatsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.chats.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) ContactFoldersById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.contactFolders.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) ContactsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.contacts.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) CreateDeleteRequestInformation

Delete entity from users Parameters:

  • options : Options for the request

func (*UserRequestBuilder) CreateGetRequestInformation

Get entity from users by key Parameters:

  • options : Options for the request

func (*UserRequestBuilder) CreatePatchRequestInformation

Update entity in users Parameters:

  • options : Options for the request

func (*UserRequestBuilder) Delete

Delete entity from users Parameters:

  • options : Options for the request

func (*UserRequestBuilder) DeviceManagementTroubleshootingEventsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.deviceManagementTroubleshootingEvents.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) DrivesById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.drives.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) EventsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.events.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) ExtensionsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.extensions.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) Get

Get entity from users by key Parameters:

  • options : Options for the request

func (*UserRequestBuilder) GetManagedAppDiagnosticStatuses

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

func (*UserRequestBuilder) GetManagedAppPolicies

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

func (*UserRequestBuilder) JoinedTeamsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.joinedTeams.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) LicenseDetailsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.licenseDetails.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) MailFoldersById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.mailFolders.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) ManagedDevicesById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.managedDevices.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) MessagesById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.messages.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) OnlineMeetingsById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.onlineMeetings.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) Patch

Update entity in users Parameters:

  • options : Options for the request

func (*UserRequestBuilder) PeopleById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.people.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) PhotosById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.photos.item collection Parameters:

  • id : Unique identifier of the item

func (*UserRequestBuilder) ReminderViewWithStartDateTimeWithEndDateTime

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

  • EndDateTime : Usage: EndDateTime={EndDateTime}
  • StartDateTime : Usage: StartDateTime={StartDateTime}

func (*UserRequestBuilder) ScopedRoleMemberOfById

Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.users.item.scopedRoleMemberOf.item collection Parameters:

  • id : Unique identifier of the item

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
}

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
}

Options for Get

type UserRequestBuilderGetQueryParameters

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

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
}

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