manager

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: May 10, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ManagerRequestBuilder

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

ManagerRequestBuilder provides operations to manage the manager property of the microsoft.graph.user entity.

func NewManagerRequestBuilder

NewManagerRequestBuilder instantiates a new ManagerRequestBuilder and sets the default values.

func NewManagerRequestBuilderInternal

func NewManagerRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ManagerRequestBuilder

NewManagerRequestBuilderInternal instantiates a new ManagerRequestBuilder and sets the default values.

func (*ManagerRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation the user or contact that is this user's manager. Read-only. (HTTP Methods: GET, PUT, DELETE.). Supports $expand.

func (*ManagerRequestBuilder) CreateGetRequestInformationWithRequestConfiguration added in v0.22.0

CreateGetRequestInformationWithRequestConfiguration the user or contact that is this user's manager. Read-only. (HTTP Methods: GET, PUT, DELETE.). Supports $expand.

func (*ManagerRequestBuilder) Get

Get the user or contact that is this user's manager. Read-only. (HTTP Methods: GET, PUT, DELETE.). Supports $expand.

func (*ManagerRequestBuilder) GetWithRequestConfigurationAndResponseHandler added in v0.22.0

GetWithRequestConfigurationAndResponseHandler the user or contact that is this user's manager. Read-only. (HTTP Methods: GET, PUT, DELETE.). Supports $expand.

type ManagerRequestBuilderGetQueryParameters

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

ManagerRequestBuilderGetQueryParameters the user or contact that is this user's manager. Read-only. (HTTP Methods: GET, PUT, DELETE.). Supports $expand.

type ManagerRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

Jump to

Keyboard shortcuts

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