Documentation
¶
Index ¶
- type UserScopeTeamsAppInstallationItemRequestBuilder
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Chat() ...
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateDeleteRequestInformation(options *UserScopeTeamsAppInstallationItemRequestBuilderDeleteOptions) (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateGetRequestInformation(options *UserScopeTeamsAppInstallationItemRequestBuilderGetOptions) (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreatePatchRequestInformation(options *UserScopeTeamsAppInstallationItemRequestBuilderPatchOptions) (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Delete(options *UserScopeTeamsAppInstallationItemRequestBuilderDeleteOptions) error
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Get(options *UserScopeTeamsAppInstallationItemRequestBuilderGetOptions) (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Patch(options *UserScopeTeamsAppInstallationItemRequestBuilderPatchOptions) error
- type UserScopeTeamsAppInstallationItemRequestBuilderDeleteOptions
- type UserScopeTeamsAppInstallationItemRequestBuilderGetOptions
- type UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters
- type UserScopeTeamsAppInstallationItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserScopeTeamsAppInstallationItemRequestBuilder ¶
type UserScopeTeamsAppInstallationItemRequestBuilder struct {
// contains filtered or unexported fields
}
UserScopeTeamsAppInstallationItemRequestBuilder provides operations to manage the installedApps property of the microsoft.graph.userTeamwork entity.
func NewUserScopeTeamsAppInstallationItemRequestBuilder ¶
func NewUserScopeTeamsAppInstallationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserScopeTeamsAppInstallationItemRequestBuilder
NewUserScopeTeamsAppInstallationItemRequestBuilder instantiates a new UserScopeTeamsAppInstallationItemRequestBuilder and sets the default values.
func NewUserScopeTeamsAppInstallationItemRequestBuilderInternal ¶
func NewUserScopeTeamsAppInstallationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserScopeTeamsAppInstallationItemRequestBuilder
NewUserScopeTeamsAppInstallationItemRequestBuilderInternal instantiates a new UserScopeTeamsAppInstallationItemRequestBuilder and sets the default values.
func (*UserScopeTeamsAppInstallationItemRequestBuilder) Chat ¶
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Chat() *i82ae2e3b126b0e2c2ce0859ada623300f796fca1ca04e53e697999c70dd48507.ChatRequestBuilder
Chat the chat property
func (*UserScopeTeamsAppInstallationItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateDeleteRequestInformation(options *UserScopeTeamsAppInstallationItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property installedApps for me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) CreateGetRequestInformation ¶
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateGetRequestInformation(options *UserScopeTeamsAppInstallationItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the apps installed in the personal scope of this user.
func (*UserScopeTeamsAppInstallationItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreatePatchRequestInformation(options *UserScopeTeamsAppInstallationItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property installedApps in me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) Delete ¶
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Delete(options *UserScopeTeamsAppInstallationItemRequestBuilderDeleteOptions) error
Delete delete navigation property installedApps for me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) Get ¶
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Get(options *UserScopeTeamsAppInstallationItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable, error)
Get the apps installed in the personal scope of this user.
func (*UserScopeTeamsAppInstallationItemRequestBuilder) Patch ¶
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Patch(options *UserScopeTeamsAppInstallationItemRequestBuilderPatchOptions) error
Patch update the navigation property installedApps in me
type UserScopeTeamsAppInstallationItemRequestBuilderDeleteOptions ¶
type UserScopeTeamsAppInstallationItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
UserScopeTeamsAppInstallationItemRequestBuilderDeleteOptions options for Delete
type UserScopeTeamsAppInstallationItemRequestBuilderGetOptions ¶
type UserScopeTeamsAppInstallationItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
UserScopeTeamsAppInstallationItemRequestBuilderGetOptions options for Get
type UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters ¶
type UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters the apps installed in the personal scope of this user.
type UserScopeTeamsAppInstallationItemRequestBuilderPatchOptions ¶
type UserScopeTeamsAppInstallationItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
UserScopeTeamsAppInstallationItemRequestBuilderPatchOptions options for Patch