joinedteamchanneltab

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 CreateJoinedTeamChannelTabOperationOptions

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

func DefaultCreateJoinedTeamChannelTabOperationOptions

func DefaultCreateJoinedTeamChannelTabOperationOptions() CreateJoinedTeamChannelTabOperationOptions

func (CreateJoinedTeamChannelTabOperationOptions) ToHeaders

func (CreateJoinedTeamChannelTabOperationOptions) ToOData

func (CreateJoinedTeamChannelTabOperationOptions) ToQuery

type CreateJoinedTeamChannelTabOperationResponse

type CreateJoinedTeamChannelTabOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.TeamsTab
}

type DeleteJoinedTeamChannelTabOperationOptions

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

func DefaultDeleteJoinedTeamChannelTabOperationOptions

func DefaultDeleteJoinedTeamChannelTabOperationOptions() DeleteJoinedTeamChannelTabOperationOptions

func (DeleteJoinedTeamChannelTabOperationOptions) ToHeaders

func (DeleteJoinedTeamChannelTabOperationOptions) ToOData

func (DeleteJoinedTeamChannelTabOperationOptions) ToQuery

type DeleteJoinedTeamChannelTabOperationResponse

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

type GetJoinedTeamChannelTabOperationOptions

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

func DefaultGetJoinedTeamChannelTabOperationOptions

func DefaultGetJoinedTeamChannelTabOperationOptions() GetJoinedTeamChannelTabOperationOptions

func (GetJoinedTeamChannelTabOperationOptions) ToHeaders

func (GetJoinedTeamChannelTabOperationOptions) ToOData

func (GetJoinedTeamChannelTabOperationOptions) ToQuery

type GetJoinedTeamChannelTabOperationResponse

type GetJoinedTeamChannelTabOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.TeamsTab
}

type GetJoinedTeamChannelTabsCountOperationOptions

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

func DefaultGetJoinedTeamChannelTabsCountOperationOptions

func DefaultGetJoinedTeamChannelTabsCountOperationOptions() GetJoinedTeamChannelTabsCountOperationOptions

func (GetJoinedTeamChannelTabsCountOperationOptions) ToHeaders

func (GetJoinedTeamChannelTabsCountOperationOptions) ToOData

func (GetJoinedTeamChannelTabsCountOperationOptions) ToQuery

type GetJoinedTeamChannelTabsCountOperationResponse

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

type JoinedTeamChannelTabClient

type JoinedTeamChannelTabClient struct {
	Client *msgraph.Client
}

func NewJoinedTeamChannelTabClientWithBaseURI

func NewJoinedTeamChannelTabClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamChannelTabClient, error)

func (JoinedTeamChannelTabClient) CreateJoinedTeamChannelTab

CreateJoinedTeamChannelTab - Create new navigation property to tabs for me

func (JoinedTeamChannelTabClient) DeleteJoinedTeamChannelTab

DeleteJoinedTeamChannelTab - Delete navigation property tabs for me

func (JoinedTeamChannelTabClient) GetJoinedTeamChannelTab

GetJoinedTeamChannelTab - Get tabs from me. A collection of all the tabs in the channel. A navigation property.

func (JoinedTeamChannelTabClient) GetJoinedTeamChannelTabsCount

GetJoinedTeamChannelTabsCount - Get the number of the resource

func (JoinedTeamChannelTabClient) ListJoinedTeamChannelTabs

ListJoinedTeamChannelTabs - Get tabs from me. A collection of all the tabs in the channel. A navigation property.

func (JoinedTeamChannelTabClient) ListJoinedTeamChannelTabsComplete

ListJoinedTeamChannelTabsComplete retrieves all the results into a single object

func (JoinedTeamChannelTabClient) ListJoinedTeamChannelTabsCompleteMatchingPredicate

ListJoinedTeamChannelTabsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (JoinedTeamChannelTabClient) UpdateJoinedTeamChannelTab

UpdateJoinedTeamChannelTab - Update the navigation property tabs in me

type ListJoinedTeamChannelTabsCompleteResult

type ListJoinedTeamChannelTabsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.TeamsTab
}

type ListJoinedTeamChannelTabsCustomPager

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

type ListJoinedTeamChannelTabsOperationOptions

type ListJoinedTeamChannelTabsOperationOptions 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 DefaultListJoinedTeamChannelTabsOperationOptions

func DefaultListJoinedTeamChannelTabsOperationOptions() ListJoinedTeamChannelTabsOperationOptions

func (ListJoinedTeamChannelTabsOperationOptions) ToHeaders

func (ListJoinedTeamChannelTabsOperationOptions) ToOData

func (ListJoinedTeamChannelTabsOperationOptions) ToQuery

type ListJoinedTeamChannelTabsOperationResponse

type ListJoinedTeamChannelTabsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.TeamsTab
}

type TeamsTabOperationPredicate

type TeamsTabOperationPredicate struct {
}

func (TeamsTabOperationPredicate) Matches

type UpdateJoinedTeamChannelTabOperationOptions

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

func DefaultUpdateJoinedTeamChannelTabOperationOptions

func DefaultUpdateJoinedTeamChannelTabOperationOptions() UpdateJoinedTeamChannelTabOperationOptions

func (UpdateJoinedTeamChannelTabOperationOptions) ToHeaders

func (UpdateJoinedTeamChannelTabOperationOptions) ToOData

func (UpdateJoinedTeamChannelTabOperationOptions) ToQuery

type UpdateJoinedTeamChannelTabOperationResponse

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