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.orgContact entity.
func NewManagerRequestBuilder ¶
func NewManagerRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ManagerRequestBuilder
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 ¶
func (m *ManagerRequestBuilder) CreateGetRequestInformation(options *ManagerRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the user or contact that is this contact's manager. Read-only. Supports $expand.
func (*ManagerRequestBuilder) Get ¶
func (m *ManagerRequestBuilder) Get(options *ManagerRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error)
Get the user or contact that is this contact's manager. Read-only. Supports $expand.
type ManagerRequestBuilderGetOptions ¶
type ManagerRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ManagerRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
ManagerRequestBuilderGetOptions options for Get
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 contact's manager. Read-only. Supports $expand.