joinedteam

package
v0.20241104.1140654 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 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 GetJoinedTeamOperationOptions

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

func DefaultGetJoinedTeamOperationOptions

func DefaultGetJoinedTeamOperationOptions() GetJoinedTeamOperationOptions

func (GetJoinedTeamOperationOptions) ToHeaders

func (GetJoinedTeamOperationOptions) ToOData

func (GetJoinedTeamOperationOptions) ToQuery

type GetJoinedTeamOperationResponse

type GetJoinedTeamOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Team
}

type GetJoinedTeamsCountOperationOptions

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

func DefaultGetJoinedTeamsCountOperationOptions

func DefaultGetJoinedTeamsCountOperationOptions() GetJoinedTeamsCountOperationOptions

func (GetJoinedTeamsCountOperationOptions) ToHeaders

func (GetJoinedTeamsCountOperationOptions) ToOData

func (GetJoinedTeamsCountOperationOptions) ToQuery

type GetJoinedTeamsCountOperationResponse

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

type JoinedTeamClient

type JoinedTeamClient struct {
	Client *msgraph.Client
}

func NewJoinedTeamClientWithBaseURI

func NewJoinedTeamClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamClient, error)

func (JoinedTeamClient) GetJoinedTeam

GetJoinedTeam - Get joinedTeams from users. The Microsoft Teams teams the user is a member of. Read-only. Nullable.

func (JoinedTeamClient) GetJoinedTeamsCount

GetJoinedTeamsCount - Get the number of the resource

func (JoinedTeamClient) ListJoinedTeams

ListJoinedTeams - Get joinedTeams from users. The Microsoft Teams teams the user is a member of. Read-only. Nullable.

func (JoinedTeamClient) ListJoinedTeamsComplete

ListJoinedTeamsComplete retrieves all the results into a single object

func (JoinedTeamClient) ListJoinedTeamsCompleteMatchingPredicate

func (c JoinedTeamClient) ListJoinedTeamsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListJoinedTeamsOperationOptions, predicate TeamOperationPredicate) (result ListJoinedTeamsCompleteResult, err error)

ListJoinedTeamsCompleteMatchingPredicate retrieves all the results and then applies the predicate

type ListJoinedTeamsCompleteResult

type ListJoinedTeamsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Team
}

type ListJoinedTeamsCustomPager

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

type ListJoinedTeamsOperationOptions

type ListJoinedTeamsOperationOptions 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 DefaultListJoinedTeamsOperationOptions

func DefaultListJoinedTeamsOperationOptions() ListJoinedTeamsOperationOptions

func (ListJoinedTeamsOperationOptions) ToHeaders

func (ListJoinedTeamsOperationOptions) ToOData

func (ListJoinedTeamsOperationOptions) ToQuery

type ListJoinedTeamsOperationResponse

type ListJoinedTeamsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Team
}

type TeamOperationPredicate

type TeamOperationPredicate struct {
}

func (TeamOperationPredicate) Matches

func (p TeamOperationPredicate) Matches(input beta.Team) bool

Jump to

Keyboard shortcuts

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