teamworkassociatedteam

package
v0.20241009.1142232 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 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 AssociatedTeamInfoOperationPredicate

type AssociatedTeamInfoOperationPredicate struct {
}

func (AssociatedTeamInfoOperationPredicate) Matches

type CreateTeamworkAssociatedTeamOperationOptions

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

func DefaultCreateTeamworkAssociatedTeamOperationOptions

func DefaultCreateTeamworkAssociatedTeamOperationOptions() CreateTeamworkAssociatedTeamOperationOptions

func (CreateTeamworkAssociatedTeamOperationOptions) ToHeaders

func (CreateTeamworkAssociatedTeamOperationOptions) ToOData

func (CreateTeamworkAssociatedTeamOperationOptions) ToQuery

type CreateTeamworkAssociatedTeamOperationResponse

type CreateTeamworkAssociatedTeamOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AssociatedTeamInfo
}

type DeleteTeamworkAssociatedTeamOperationOptions

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

func DefaultDeleteTeamworkAssociatedTeamOperationOptions

func DefaultDeleteTeamworkAssociatedTeamOperationOptions() DeleteTeamworkAssociatedTeamOperationOptions

func (DeleteTeamworkAssociatedTeamOperationOptions) ToHeaders

func (DeleteTeamworkAssociatedTeamOperationOptions) ToOData

func (DeleteTeamworkAssociatedTeamOperationOptions) ToQuery

type DeleteTeamworkAssociatedTeamOperationResponse

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

type GetTeamworkAssociatedTeamOperationOptions

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

func DefaultGetTeamworkAssociatedTeamOperationOptions

func DefaultGetTeamworkAssociatedTeamOperationOptions() GetTeamworkAssociatedTeamOperationOptions

func (GetTeamworkAssociatedTeamOperationOptions) ToHeaders

func (GetTeamworkAssociatedTeamOperationOptions) ToOData

func (GetTeamworkAssociatedTeamOperationOptions) ToQuery

type GetTeamworkAssociatedTeamOperationResponse

type GetTeamworkAssociatedTeamOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AssociatedTeamInfo
}

type GetTeamworkAssociatedTeamsCountOperationOptions

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

func DefaultGetTeamworkAssociatedTeamsCountOperationOptions

func DefaultGetTeamworkAssociatedTeamsCountOperationOptions() GetTeamworkAssociatedTeamsCountOperationOptions

func (GetTeamworkAssociatedTeamsCountOperationOptions) ToHeaders

func (GetTeamworkAssociatedTeamsCountOperationOptions) ToOData

func (GetTeamworkAssociatedTeamsCountOperationOptions) ToQuery

type GetTeamworkAssociatedTeamsCountOperationResponse

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

type ListTeamworkAssociatedTeamsCompleteResult

type ListTeamworkAssociatedTeamsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.AssociatedTeamInfo
}

type ListTeamworkAssociatedTeamsCustomPager

type ListTeamworkAssociatedTeamsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListTeamworkAssociatedTeamsOperationOptions

type ListTeamworkAssociatedTeamsOperationOptions 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 DefaultListTeamworkAssociatedTeamsOperationOptions

func DefaultListTeamworkAssociatedTeamsOperationOptions() ListTeamworkAssociatedTeamsOperationOptions

func (ListTeamworkAssociatedTeamsOperationOptions) ToHeaders

func (ListTeamworkAssociatedTeamsOperationOptions) ToOData

func (ListTeamworkAssociatedTeamsOperationOptions) ToQuery

type ListTeamworkAssociatedTeamsOperationResponse

type ListTeamworkAssociatedTeamsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.AssociatedTeamInfo
}

type TeamworkAssociatedTeamClient

type TeamworkAssociatedTeamClient struct {
	Client *msgraph.Client
}

func NewTeamworkAssociatedTeamClientWithBaseURI

func NewTeamworkAssociatedTeamClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamworkAssociatedTeamClient, error)

func (TeamworkAssociatedTeamClient) CreateTeamworkAssociatedTeam

CreateTeamworkAssociatedTeam - Create new navigation property to associatedTeams for users

func (TeamworkAssociatedTeamClient) DeleteTeamworkAssociatedTeam

DeleteTeamworkAssociatedTeam - Delete navigation property associatedTeams for users

func (TeamworkAssociatedTeamClient) GetTeamworkAssociatedTeam

GetTeamworkAssociatedTeam - Get associatedTeams from users. The list of associatedTeamInfo objects that a user is associated with.

func (TeamworkAssociatedTeamClient) GetTeamworkAssociatedTeamsCount

GetTeamworkAssociatedTeamsCount - Get the number of the resource

func (TeamworkAssociatedTeamClient) ListTeamworkAssociatedTeams

ListTeamworkAssociatedTeams - Get associatedTeams from users. The list of associatedTeamInfo objects that a user is associated with.

func (TeamworkAssociatedTeamClient) ListTeamworkAssociatedTeamsComplete

ListTeamworkAssociatedTeamsComplete retrieves all the results into a single object

func (TeamworkAssociatedTeamClient) ListTeamworkAssociatedTeamsCompleteMatchingPredicate

ListTeamworkAssociatedTeamsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TeamworkAssociatedTeamClient) UpdateTeamworkAssociatedTeam

UpdateTeamworkAssociatedTeam - Update the navigation property associatedTeams in users

type UpdateTeamworkAssociatedTeamOperationOptions

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

func DefaultUpdateTeamworkAssociatedTeamOperationOptions

func DefaultUpdateTeamworkAssociatedTeamOperationOptions() UpdateTeamworkAssociatedTeamOperationOptions

func (UpdateTeamworkAssociatedTeamOperationOptions) ToHeaders

func (UpdateTeamworkAssociatedTeamOperationOptions) ToOData

func (UpdateTeamworkAssociatedTeamOperationOptions) ToQuery

type UpdateTeamworkAssociatedTeamOperationResponse

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

Jump to

Keyboard shortcuts

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