joinedteamprimarychanneltab

package
v0.20240927.1005214 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 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 CreateJoinedTeamPrimaryChannelTabOperationOptions

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

func DefaultCreateJoinedTeamPrimaryChannelTabOperationOptions

func DefaultCreateJoinedTeamPrimaryChannelTabOperationOptions() CreateJoinedTeamPrimaryChannelTabOperationOptions

func (CreateJoinedTeamPrimaryChannelTabOperationOptions) ToHeaders

func (CreateJoinedTeamPrimaryChannelTabOperationOptions) ToOData

func (CreateJoinedTeamPrimaryChannelTabOperationOptions) ToQuery

type CreateJoinedTeamPrimaryChannelTabOperationResponse

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

type DeleteJoinedTeamPrimaryChannelTabOperationOptions

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

func DefaultDeleteJoinedTeamPrimaryChannelTabOperationOptions

func DefaultDeleteJoinedTeamPrimaryChannelTabOperationOptions() DeleteJoinedTeamPrimaryChannelTabOperationOptions

func (DeleteJoinedTeamPrimaryChannelTabOperationOptions) ToHeaders

func (DeleteJoinedTeamPrimaryChannelTabOperationOptions) ToOData

func (DeleteJoinedTeamPrimaryChannelTabOperationOptions) ToQuery

type DeleteJoinedTeamPrimaryChannelTabOperationResponse

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

type GetJoinedTeamPrimaryChannelTabOperationOptions

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

func DefaultGetJoinedTeamPrimaryChannelTabOperationOptions

func DefaultGetJoinedTeamPrimaryChannelTabOperationOptions() GetJoinedTeamPrimaryChannelTabOperationOptions

func (GetJoinedTeamPrimaryChannelTabOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelTabOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelTabOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelTabOperationResponse

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

type GetJoinedTeamPrimaryChannelTabsCountOperationOptions

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

func DefaultGetJoinedTeamPrimaryChannelTabsCountOperationOptions

func DefaultGetJoinedTeamPrimaryChannelTabsCountOperationOptions() GetJoinedTeamPrimaryChannelTabsCountOperationOptions

func (GetJoinedTeamPrimaryChannelTabsCountOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelTabsCountOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelTabsCountOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelTabsCountOperationResponse

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

type JoinedTeamPrimaryChannelTabClient

type JoinedTeamPrimaryChannelTabClient struct {
	Client *msgraph.Client
}

func NewJoinedTeamPrimaryChannelTabClientWithBaseURI

func NewJoinedTeamPrimaryChannelTabClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamPrimaryChannelTabClient, error)

func (JoinedTeamPrimaryChannelTabClient) CreateJoinedTeamPrimaryChannelTab

CreateJoinedTeamPrimaryChannelTab - Create new navigation property to tabs for me

func (JoinedTeamPrimaryChannelTabClient) DeleteJoinedTeamPrimaryChannelTab

DeleteJoinedTeamPrimaryChannelTab - Delete navigation property tabs for me

func (JoinedTeamPrimaryChannelTabClient) GetJoinedTeamPrimaryChannelTab

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

func (JoinedTeamPrimaryChannelTabClient) GetJoinedTeamPrimaryChannelTabsCount

GetJoinedTeamPrimaryChannelTabsCount - Get the number of the resource

func (JoinedTeamPrimaryChannelTabClient) ListJoinedTeamPrimaryChannelTabs

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

func (JoinedTeamPrimaryChannelTabClient) ListJoinedTeamPrimaryChannelTabsComplete

ListJoinedTeamPrimaryChannelTabsComplete retrieves all the results into a single object

func (JoinedTeamPrimaryChannelTabClient) ListJoinedTeamPrimaryChannelTabsCompleteMatchingPredicate

ListJoinedTeamPrimaryChannelTabsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (JoinedTeamPrimaryChannelTabClient) UpdateJoinedTeamPrimaryChannelTab

UpdateJoinedTeamPrimaryChannelTab - Update the navigation property tabs in me

type ListJoinedTeamPrimaryChannelTabsCompleteResult

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

type ListJoinedTeamPrimaryChannelTabsCustomPager

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

type ListJoinedTeamPrimaryChannelTabsOperationOptions

type ListJoinedTeamPrimaryChannelTabsOperationOptions 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 DefaultListJoinedTeamPrimaryChannelTabsOperationOptions

func DefaultListJoinedTeamPrimaryChannelTabsOperationOptions() ListJoinedTeamPrimaryChannelTabsOperationOptions

func (ListJoinedTeamPrimaryChannelTabsOperationOptions) ToHeaders

func (ListJoinedTeamPrimaryChannelTabsOperationOptions) ToOData

func (ListJoinedTeamPrimaryChannelTabsOperationOptions) ToQuery

type ListJoinedTeamPrimaryChannelTabsOperationResponse

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

type TeamsTabOperationPredicate

type TeamsTabOperationPredicate struct {
}

func (TeamsTabOperationPredicate) Matches

type UpdateJoinedTeamPrimaryChannelTabOperationOptions

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

func DefaultUpdateJoinedTeamPrimaryChannelTabOperationOptions

func DefaultUpdateJoinedTeamPrimaryChannelTabOperationOptions() UpdateJoinedTeamPrimaryChannelTabOperationOptions

func (UpdateJoinedTeamPrimaryChannelTabOperationOptions) ToHeaders

func (UpdateJoinedTeamPrimaryChannelTabOperationOptions) ToOData

func (UpdateJoinedTeamPrimaryChannelTabOperationOptions) ToQuery

type UpdateJoinedTeamPrimaryChannelTabOperationResponse

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