teamworkinstalledapp

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTeamworkInstalledAppOperationOptions

type CreateTeamworkInstalledAppOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateTeamworkInstalledAppOperationOptions

func DefaultCreateTeamworkInstalledAppOperationOptions() CreateTeamworkInstalledAppOperationOptions

func (CreateTeamworkInstalledAppOperationOptions) ToHeaders

func (CreateTeamworkInstalledAppOperationOptions) ToOData

func (CreateTeamworkInstalledAppOperationOptions) ToQuery

type CreateTeamworkInstalledAppOperationResponse

type CreateTeamworkInstalledAppOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserScopeTeamsAppInstallation
}

type DeleteTeamworkInstalledAppOperationOptions

type DeleteTeamworkInstalledAppOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteTeamworkInstalledAppOperationOptions

func DefaultDeleteTeamworkInstalledAppOperationOptions() DeleteTeamworkInstalledAppOperationOptions

func (DeleteTeamworkInstalledAppOperationOptions) ToHeaders

func (DeleteTeamworkInstalledAppOperationOptions) ToOData

func (DeleteTeamworkInstalledAppOperationOptions) ToQuery

type DeleteTeamworkInstalledAppOperationResponse

type DeleteTeamworkInstalledAppOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetTeamworkInstalledAppOperationOptions

type GetTeamworkInstalledAppOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetTeamworkInstalledAppOperationOptions

func DefaultGetTeamworkInstalledAppOperationOptions() GetTeamworkInstalledAppOperationOptions

func (GetTeamworkInstalledAppOperationOptions) ToHeaders

func (GetTeamworkInstalledAppOperationOptions) ToOData

func (GetTeamworkInstalledAppOperationOptions) ToQuery

type GetTeamworkInstalledAppOperationResponse

type GetTeamworkInstalledAppOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserScopeTeamsAppInstallation
}

type GetTeamworkInstalledAppsCountOperationOptions

type GetTeamworkInstalledAppsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetTeamworkInstalledAppsCountOperationOptions

func DefaultGetTeamworkInstalledAppsCountOperationOptions() GetTeamworkInstalledAppsCountOperationOptions

func (GetTeamworkInstalledAppsCountOperationOptions) ToHeaders

func (GetTeamworkInstalledAppsCountOperationOptions) ToOData

func (GetTeamworkInstalledAppsCountOperationOptions) ToQuery

type GetTeamworkInstalledAppsCountOperationResponse

type GetTeamworkInstalledAppsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListTeamworkInstalledAppsCompleteResult

type ListTeamworkInstalledAppsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UserScopeTeamsAppInstallation
}

type ListTeamworkInstalledAppsCustomPager

type ListTeamworkInstalledAppsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListTeamworkInstalledAppsCustomPager) NextPageLink() *odata.Link

type ListTeamworkInstalledAppsOperationOptions

type ListTeamworkInstalledAppsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListTeamworkInstalledAppsOperationOptions

func DefaultListTeamworkInstalledAppsOperationOptions() ListTeamworkInstalledAppsOperationOptions

func (ListTeamworkInstalledAppsOperationOptions) ToHeaders

func (ListTeamworkInstalledAppsOperationOptions) ToOData

func (ListTeamworkInstalledAppsOperationOptions) ToQuery

type ListTeamworkInstalledAppsOperationResponse

type ListTeamworkInstalledAppsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UserScopeTeamsAppInstallation
}

type TeamworkInstalledAppClient

type TeamworkInstalledAppClient struct {
	Client *msgraph.Client
}

func NewTeamworkInstalledAppClientWithBaseURI

func NewTeamworkInstalledAppClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamworkInstalledAppClient, error)

func (TeamworkInstalledAppClient) CreateTeamworkInstalledApp

CreateTeamworkInstalledApp - Install app for user. Install an app in the personal scope of the specified user.

func (TeamworkInstalledAppClient) DeleteTeamworkInstalledApp

DeleteTeamworkInstalledApp - Uninstall app for user. Uninstall an app from the personal scope of the specified user.

func (TeamworkInstalledAppClient) GetTeamworkInstalledApp

GetTeamworkInstalledApp - Get installed app for user. Retrieve the app installed in the personal scope of the specified user.

func (TeamworkInstalledAppClient) GetTeamworkInstalledAppsCount

GetTeamworkInstalledAppsCount - Get the number of the resource

func (TeamworkInstalledAppClient) ListTeamworkInstalledApps

ListTeamworkInstalledApps - List apps installed for user. Retrieve the list of apps installed in the personal scope of the specified user.

func (TeamworkInstalledAppClient) ListTeamworkInstalledAppsComplete

ListTeamworkInstalledAppsComplete retrieves all the results into a single object

func (TeamworkInstalledAppClient) ListTeamworkInstalledAppsCompleteMatchingPredicate

ListTeamworkInstalledAppsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TeamworkInstalledAppClient) UpdateTeamworkInstalledApp

UpdateTeamworkInstalledApp - Update the navigation property installedApps in users

type UpdateTeamworkInstalledAppOperationOptions

type UpdateTeamworkInstalledAppOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateTeamworkInstalledAppOperationOptions

func DefaultUpdateTeamworkInstalledAppOperationOptions() UpdateTeamworkInstalledAppOperationOptions

func (UpdateTeamworkInstalledAppOperationOptions) ToHeaders

func (UpdateTeamworkInstalledAppOperationOptions) ToOData

func (UpdateTeamworkInstalledAppOperationOptions) ToQuery

type UpdateTeamworkInstalledAppOperationResponse

type UpdateTeamworkInstalledAppOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type UserScopeTeamsAppInstallationOperationPredicate

type UserScopeTeamsAppInstallationOperationPredicate struct {
}

func (UserScopeTeamsAppInstallationOperationPredicate) Matches

Jump to

Keyboard shortcuts

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