teamprimarychanneltab

package
v0.20241017.1093842 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTeamPrimaryChannelTabOperationOptions

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

func DefaultCreateTeamPrimaryChannelTabOperationOptions

func DefaultCreateTeamPrimaryChannelTabOperationOptions() CreateTeamPrimaryChannelTabOperationOptions

func (CreateTeamPrimaryChannelTabOperationOptions) ToHeaders

func (CreateTeamPrimaryChannelTabOperationOptions) ToOData

func (CreateTeamPrimaryChannelTabOperationOptions) ToQuery

type CreateTeamPrimaryChannelTabOperationResponse

type CreateTeamPrimaryChannelTabOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.TeamsTab
}

type DeleteTeamPrimaryChannelTabOperationOptions

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

func DefaultDeleteTeamPrimaryChannelTabOperationOptions

func DefaultDeleteTeamPrimaryChannelTabOperationOptions() DeleteTeamPrimaryChannelTabOperationOptions

func (DeleteTeamPrimaryChannelTabOperationOptions) ToHeaders

func (DeleteTeamPrimaryChannelTabOperationOptions) ToOData

func (DeleteTeamPrimaryChannelTabOperationOptions) ToQuery

type DeleteTeamPrimaryChannelTabOperationResponse

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

type GetTeamPrimaryChannelTabOperationOptions

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

func DefaultGetTeamPrimaryChannelTabOperationOptions

func DefaultGetTeamPrimaryChannelTabOperationOptions() GetTeamPrimaryChannelTabOperationOptions

func (GetTeamPrimaryChannelTabOperationOptions) ToHeaders

func (GetTeamPrimaryChannelTabOperationOptions) ToOData

func (GetTeamPrimaryChannelTabOperationOptions) ToQuery

type GetTeamPrimaryChannelTabOperationResponse

type GetTeamPrimaryChannelTabOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.TeamsTab
}

type GetTeamPrimaryChannelTabsCountOperationOptions

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

func DefaultGetTeamPrimaryChannelTabsCountOperationOptions

func DefaultGetTeamPrimaryChannelTabsCountOperationOptions() GetTeamPrimaryChannelTabsCountOperationOptions

func (GetTeamPrimaryChannelTabsCountOperationOptions) ToHeaders

func (GetTeamPrimaryChannelTabsCountOperationOptions) ToOData

func (GetTeamPrimaryChannelTabsCountOperationOptions) ToQuery

type GetTeamPrimaryChannelTabsCountOperationResponse

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

type ListTeamPrimaryChannelTabsCompleteResult

type ListTeamPrimaryChannelTabsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.TeamsTab
}

type ListTeamPrimaryChannelTabsCustomPager

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

type ListTeamPrimaryChannelTabsOperationOptions

type ListTeamPrimaryChannelTabsOperationOptions 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 DefaultListTeamPrimaryChannelTabsOperationOptions

func DefaultListTeamPrimaryChannelTabsOperationOptions() ListTeamPrimaryChannelTabsOperationOptions

func (ListTeamPrimaryChannelTabsOperationOptions) ToHeaders

func (ListTeamPrimaryChannelTabsOperationOptions) ToOData

func (ListTeamPrimaryChannelTabsOperationOptions) ToQuery

type ListTeamPrimaryChannelTabsOperationResponse

type ListTeamPrimaryChannelTabsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.TeamsTab
}

type TeamPrimaryChannelTabClient

type TeamPrimaryChannelTabClient struct {
	Client *msgraph.Client
}

func NewTeamPrimaryChannelTabClientWithBaseURI

func NewTeamPrimaryChannelTabClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamPrimaryChannelTabClient, error)

func (TeamPrimaryChannelTabClient) CreateTeamPrimaryChannelTab

CreateTeamPrimaryChannelTab - Create new navigation property to tabs for groups

func (TeamPrimaryChannelTabClient) DeleteTeamPrimaryChannelTab

DeleteTeamPrimaryChannelTab - Delete navigation property tabs for groups

func (TeamPrimaryChannelTabClient) GetTeamPrimaryChannelTab

GetTeamPrimaryChannelTab - Get tabs from groups. A collection of all the tabs in the channel. A navigation property.

func (TeamPrimaryChannelTabClient) GetTeamPrimaryChannelTabsCount

GetTeamPrimaryChannelTabsCount - Get the number of the resource

func (TeamPrimaryChannelTabClient) ListTeamPrimaryChannelTabs

ListTeamPrimaryChannelTabs - Get tabs from groups. A collection of all the tabs in the channel. A navigation property.

func (TeamPrimaryChannelTabClient) ListTeamPrimaryChannelTabsComplete

ListTeamPrimaryChannelTabsComplete retrieves all the results into a single object

func (TeamPrimaryChannelTabClient) ListTeamPrimaryChannelTabsCompleteMatchingPredicate

func (c TeamPrimaryChannelTabClient) ListTeamPrimaryChannelTabsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, options ListTeamPrimaryChannelTabsOperationOptions, predicate TeamsTabOperationPredicate) (result ListTeamPrimaryChannelTabsCompleteResult, err error)

ListTeamPrimaryChannelTabsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TeamPrimaryChannelTabClient) UpdateTeamPrimaryChannelTab

UpdateTeamPrimaryChannelTab - Update the navigation property tabs in groups

type TeamsTabOperationPredicate

type TeamsTabOperationPredicate struct {
}

func (TeamsTabOperationPredicate) Matches

func (p TeamsTabOperationPredicate) Matches(input beta.TeamsTab) bool

type UpdateTeamPrimaryChannelTabOperationOptions

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

func DefaultUpdateTeamPrimaryChannelTabOperationOptions

func DefaultUpdateTeamPrimaryChannelTabOperationOptions() UpdateTeamPrimaryChannelTabOperationOptions

func (UpdateTeamPrimaryChannelTabOperationOptions) ToHeaders

func (UpdateTeamPrimaryChannelTabOperationOptions) ToOData

func (UpdateTeamPrimaryChannelTabOperationOptions) ToQuery

type UpdateTeamPrimaryChannelTabOperationResponse

type UpdateTeamPrimaryChannelTabOperationResponse 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