joinedteamprimarychannelmessagehostedcontent

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 ChatMessageHostedContentOperationPredicate

type ChatMessageHostedContentOperationPredicate struct {
}

func (ChatMessageHostedContentOperationPredicate) Matches

type CreateJoinedTeamPrimaryChannelMessageHostedContentOperationOptions

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

func (CreateJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToHeaders

func (CreateJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToOData

func (CreateJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToQuery

type CreateJoinedTeamPrimaryChannelMessageHostedContentOperationResponse

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

type DeleteJoinedTeamPrimaryChannelMessageHostedContentOperationOptions

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

func (DeleteJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToHeaders

func (DeleteJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToOData

func (DeleteJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToQuery

type DeleteJoinedTeamPrimaryChannelMessageHostedContentOperationResponse

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

type GetJoinedTeamPrimaryChannelMessageHostedContentOperationOptions

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

func (GetJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelMessageHostedContentOperationResponse

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

type GetJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions

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

func (GetJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelMessageHostedContentValueOperationResponse

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

type GetJoinedTeamPrimaryChannelMessageHostedContentsCountOperationOptions

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

func (GetJoinedTeamPrimaryChannelMessageHostedContentsCountOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelMessageHostedContentsCountOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelMessageHostedContentsCountOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelMessageHostedContentsCountOperationResponse

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

type JoinedTeamPrimaryChannelMessageHostedContentClient

type JoinedTeamPrimaryChannelMessageHostedContentClient struct {
	Client *msgraph.Client
}

func NewJoinedTeamPrimaryChannelMessageHostedContentClientWithBaseURI

func NewJoinedTeamPrimaryChannelMessageHostedContentClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamPrimaryChannelMessageHostedContentClient, error)

func (JoinedTeamPrimaryChannelMessageHostedContentClient) CreateJoinedTeamPrimaryChannelMessageHostedContent

CreateJoinedTeamPrimaryChannelMessageHostedContent - Create new navigation property to hostedContents for users

func (JoinedTeamPrimaryChannelMessageHostedContentClient) DeleteJoinedTeamPrimaryChannelMessageHostedContent

DeleteJoinedTeamPrimaryChannelMessageHostedContent - Delete navigation property hostedContents for users

func (JoinedTeamPrimaryChannelMessageHostedContentClient) GetJoinedTeamPrimaryChannelMessageHostedContent

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

func (JoinedTeamPrimaryChannelMessageHostedContentClient) GetJoinedTeamPrimaryChannelMessageHostedContentValue

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

func (JoinedTeamPrimaryChannelMessageHostedContentClient) GetJoinedTeamPrimaryChannelMessageHostedContentsCount

GetJoinedTeamPrimaryChannelMessageHostedContentsCount - Get the number of the resource

func (JoinedTeamPrimaryChannelMessageHostedContentClient) ListJoinedTeamPrimaryChannelMessageHostedContents

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

func (JoinedTeamPrimaryChannelMessageHostedContentClient) ListJoinedTeamPrimaryChannelMessageHostedContentsComplete

ListJoinedTeamPrimaryChannelMessageHostedContentsComplete retrieves all the results into a single object

func (JoinedTeamPrimaryChannelMessageHostedContentClient) ListJoinedTeamPrimaryChannelMessageHostedContentsCompleteMatchingPredicate

ListJoinedTeamPrimaryChannelMessageHostedContentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (JoinedTeamPrimaryChannelMessageHostedContentClient) RemoveJoinedTeamPrimaryChannelMessageHostedContentValue

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

func (JoinedTeamPrimaryChannelMessageHostedContentClient) SetJoinedTeamPrimaryChannelMessageHostedContentValue

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

func (JoinedTeamPrimaryChannelMessageHostedContentClient) UpdateJoinedTeamPrimaryChannelMessageHostedContent

UpdateJoinedTeamPrimaryChannelMessageHostedContent - Update the navigation property hostedContents in users

type ListJoinedTeamPrimaryChannelMessageHostedContentsCompleteResult

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

type ListJoinedTeamPrimaryChannelMessageHostedContentsCustomPager

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

type ListJoinedTeamPrimaryChannelMessageHostedContentsOperationOptions

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

func (ListJoinedTeamPrimaryChannelMessageHostedContentsOperationOptions) ToOData

func (ListJoinedTeamPrimaryChannelMessageHostedContentsOperationOptions) ToQuery

type ListJoinedTeamPrimaryChannelMessageHostedContentsOperationResponse

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

type RemoveJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions

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

func (RemoveJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions) ToHeaders

func (RemoveJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions) ToOData

func (RemoveJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions) ToQuery

type RemoveJoinedTeamPrimaryChannelMessageHostedContentValueOperationResponse

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

type SetJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions

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

func (SetJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions) ToHeaders

func (SetJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions) ToOData

func (SetJoinedTeamPrimaryChannelMessageHostedContentValueOperationOptions) ToQuery

type SetJoinedTeamPrimaryChannelMessageHostedContentValueOperationResponse

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

type UpdateJoinedTeamPrimaryChannelMessageHostedContentOperationOptions

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

func (UpdateJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToHeaders

func (UpdateJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToOData

func (UpdateJoinedTeamPrimaryChannelMessageHostedContentOperationOptions) ToQuery

type UpdateJoinedTeamPrimaryChannelMessageHostedContentOperationResponse

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