teamprimarychannelmessagereplyhostedcontent

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 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 ChatMessageHostedContentOperationPredicate

type ChatMessageHostedContentOperationPredicate struct {
}

func (ChatMessageHostedContentOperationPredicate) Matches

type CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions

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

func (CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders

func (CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData

func (CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery

type CreateTeamPrimaryChannelMessageReplyHostedContentOperationResponse

type CreateTeamPrimaryChannelMessageReplyHostedContentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ChatMessageHostedContent
}

type DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions

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

func (DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders

func (DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData

func (DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery

type DeleteTeamPrimaryChannelMessageReplyHostedContentOperationResponse

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

type GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions

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

func (GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders

func (GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData

func (GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery

type GetTeamPrimaryChannelMessageReplyHostedContentOperationResponse

type GetTeamPrimaryChannelMessageReplyHostedContentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ChatMessageHostedContent
}

type GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions

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

func (GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders

func (GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData

func (GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery

type GetTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse

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

type GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions

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

func (GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToHeaders

func (GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToOData

func (GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToQuery

type GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationResponse

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

type ListTeamPrimaryChannelMessageReplyHostedContentsCompleteResult

type ListTeamPrimaryChannelMessageReplyHostedContentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.ChatMessageHostedContent
}

type ListTeamPrimaryChannelMessageReplyHostedContentsCustomPager

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

type ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions

type ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions 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 (ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToHeaders

func (ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToOData

func (ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToQuery

type ListTeamPrimaryChannelMessageReplyHostedContentsOperationResponse

type ListTeamPrimaryChannelMessageReplyHostedContentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.ChatMessageHostedContent
}

type RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions

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

func (RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders

func (RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData

func (RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery

type RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse

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

type SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions

type SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions struct {
	ContentType string
	Metadata    *odata.Metadata
	RetryFunc   client.RequestRetryFunc
}

func (SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders

func (SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData

func (SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery

type SetTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse

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

type TeamPrimaryChannelMessageReplyHostedContentClient

type TeamPrimaryChannelMessageReplyHostedContentClient struct {
	Client *msgraph.Client
}

func NewTeamPrimaryChannelMessageReplyHostedContentClientWithBaseURI

func NewTeamPrimaryChannelMessageReplyHostedContentClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamPrimaryChannelMessageReplyHostedContentClient, error)

func (TeamPrimaryChannelMessageReplyHostedContentClient) CreateTeamPrimaryChannelMessageReplyHostedContent

CreateTeamPrimaryChannelMessageReplyHostedContent - Create new navigation property to hostedContents for groups

func (TeamPrimaryChannelMessageReplyHostedContentClient) DeleteTeamPrimaryChannelMessageReplyHostedContent

DeleteTeamPrimaryChannelMessageReplyHostedContent - Delete navigation property hostedContents for groups

func (TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContent

GetTeamPrimaryChannelMessageReplyHostedContent - Get hostedContents from groups. Content in a message hosted by Microsoft Teams - for example, images or code snippets.

func (TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContentValue

GetTeamPrimaryChannelMessageReplyHostedContentValue - Get media content for the navigation property hostedContents from groups. The unique identifier for an entity. Read-only.

func (TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContentsCount

GetTeamPrimaryChannelMessageReplyHostedContentsCount - Get the number of the resource

func (TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContents

ListTeamPrimaryChannelMessageReplyHostedContents - Get hostedContents from groups. Content in a message hosted by Microsoft Teams - for example, images or code snippets.

func (TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContentsComplete

ListTeamPrimaryChannelMessageReplyHostedContentsComplete retrieves all the results into a single object

func (TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContentsCompleteMatchingPredicate

ListTeamPrimaryChannelMessageReplyHostedContentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TeamPrimaryChannelMessageReplyHostedContentClient) RemoveTeamPrimaryChannelMessageReplyHostedContentValue

RemoveTeamPrimaryChannelMessageReplyHostedContentValue - Delete media content for the navigation property hostedContents in groups. The unique identifier for an entity. Read-only.

func (TeamPrimaryChannelMessageReplyHostedContentClient) SetTeamPrimaryChannelMessageReplyHostedContentValue

SetTeamPrimaryChannelMessageReplyHostedContentValue - Update media content for the navigation property hostedContents in groups. The unique identifier for an entity. Read-only.

func (TeamPrimaryChannelMessageReplyHostedContentClient) UpdateTeamPrimaryChannelMessageReplyHostedContent

UpdateTeamPrimaryChannelMessageReplyHostedContent - Update the navigation property hostedContents in groups

type UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions

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

func (UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders

func (UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData

func (UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery

type UpdateTeamPrimaryChannelMessageReplyHostedContentOperationResponse

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