Documentation
¶
Index ¶
- type UserScopeTeamsAppInstallationItemRequestBuilder
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Chat() ...
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Delete() error
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Get() (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Patch(...) error
- func (m *UserScopeTeamsAppInstallationItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- type UserScopeTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration
- type UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters
- type UserScopeTeamsAppInstallationItemRequestBuilderGetRequestConfiguration
- type UserScopeTeamsAppInstallationItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserScopeTeamsAppInstallationItemRequestBuilder ¶ added in v0.12.0
type UserScopeTeamsAppInstallationItemRequestBuilder struct {
// contains filtered or unexported fields
}
UserScopeTeamsAppInstallationItemRequestBuilder provides operations to manage the installedApps property of the microsoft.graph.userTeamwork entity.
func NewUserScopeTeamsAppInstallationItemRequestBuilder ¶ added in v0.12.0
func NewUserScopeTeamsAppInstallationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserScopeTeamsAppInstallationItemRequestBuilder
NewUserScopeTeamsAppInstallationItemRequestBuilder instantiates a new UserScopeTeamsAppInstallationItemRequestBuilder and sets the default values.
func NewUserScopeTeamsAppInstallationItemRequestBuilderInternal ¶ added in v0.12.0
func NewUserScopeTeamsAppInstallationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserScopeTeamsAppInstallationItemRequestBuilder
NewUserScopeTeamsAppInstallationItemRequestBuilderInternal instantiates a new UserScopeTeamsAppInstallationItemRequestBuilder and sets the default values.
func (*UserScopeTeamsAppInstallationItemRequestBuilder) Chat ¶ added in v0.12.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Chat() *i82ae2e3b126b0e2c2ce0859ada623300f796fca1ca04e53e697999c70dd48507.ChatRequestBuilder
Chat the chat property
func (*UserScopeTeamsAppInstallationItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property installedApps for me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *UserScopeTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property installedApps for me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the apps installed in the personal scope of this user.
func (*UserScopeTeamsAppInstallationItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *UserScopeTeamsAppInstallationItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the apps installed in the personal scope of this user.
func (*UserScopeTeamsAppInstallationItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property installedApps in me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable, requestConfiguration *UserScopeTeamsAppInstallationItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property installedApps in me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Delete() error
Delete delete navigation property installedApps for me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *UserScopeTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property installedApps for me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) Get ¶ added in v0.12.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable, error)
Get the apps installed in the personal scope of this user.
func (*UserScopeTeamsAppInstallationItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *UserScopeTeamsAppInstallationItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable, error)
GetWithRequestConfigurationAndResponseHandler the apps installed in the personal scope of this user.
func (*UserScopeTeamsAppInstallationItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable) error
Patch update the navigation property installedApps in me
func (*UserScopeTeamsAppInstallationItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *UserScopeTeamsAppInstallationItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserScopeTeamsAppInstallationable, requestConfiguration *UserScopeTeamsAppInstallationItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property installedApps in me
type UserScopeTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type UserScopeTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
UserScopeTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
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 UserScopeTeamsAppInstallationItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type UserScopeTeamsAppInstallationItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters
}
UserScopeTeamsAppInstallationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type UserScopeTeamsAppInstallationItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type UserScopeTeamsAppInstallationItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
UserScopeTeamsAppInstallationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.