joinedteamprimarychannelmessagereplyhostedcontent

package
v0.20241021.1074254 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 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 CreateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions

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

func (CreateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders

func (CreateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData

func (CreateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery

type CreateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationResponse

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

type DeleteJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions

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

func (DeleteJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders

func (DeleteJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData

func (DeleteJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery

type DeleteJoinedTeamPrimaryChannelMessageReplyHostedContentOperationResponse

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

type GetJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions

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

func (GetJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelMessageReplyHostedContentOperationResponse

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

type GetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions

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

func (GetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse

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

type GetJoinedTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions

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

func (GetJoinedTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelMessageReplyHostedContentsCountOperationResponse

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

type JoinedTeamPrimaryChannelMessageReplyHostedContentClient

type JoinedTeamPrimaryChannelMessageReplyHostedContentClient struct {
	Client *msgraph.Client
}

func NewJoinedTeamPrimaryChannelMessageReplyHostedContentClientWithBaseURI

func NewJoinedTeamPrimaryChannelMessageReplyHostedContentClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamPrimaryChannelMessageReplyHostedContentClient, error)

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) CreateJoinedTeamPrimaryChannelMessageReplyHostedContent

CreateJoinedTeamPrimaryChannelMessageReplyHostedContent - Create new navigation property to hostedContents for users

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) DeleteJoinedTeamPrimaryChannelMessageReplyHostedContent

DeleteJoinedTeamPrimaryChannelMessageReplyHostedContent - Delete navigation property hostedContents for users

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) GetJoinedTeamPrimaryChannelMessageReplyHostedContent

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

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) GetJoinedTeamPrimaryChannelMessageReplyHostedContentValue

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

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) GetJoinedTeamPrimaryChannelMessageReplyHostedContentsCount

GetJoinedTeamPrimaryChannelMessageReplyHostedContentsCount - Get the number of the resource

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) ListJoinedTeamPrimaryChannelMessageReplyHostedContents

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

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) ListJoinedTeamPrimaryChannelMessageReplyHostedContentsComplete

ListJoinedTeamPrimaryChannelMessageReplyHostedContentsComplete retrieves all the results into a single object

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) ListJoinedTeamPrimaryChannelMessageReplyHostedContentsCompleteMatchingPredicate

ListJoinedTeamPrimaryChannelMessageReplyHostedContentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) RemoveJoinedTeamPrimaryChannelMessageReplyHostedContentValue

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

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) SetJoinedTeamPrimaryChannelMessageReplyHostedContentValue

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

func (JoinedTeamPrimaryChannelMessageReplyHostedContentClient) UpdateJoinedTeamPrimaryChannelMessageReplyHostedContent

UpdateJoinedTeamPrimaryChannelMessageReplyHostedContent - Update the navigation property hostedContents in users

type ListJoinedTeamPrimaryChannelMessageReplyHostedContentsCompleteResult

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

type ListJoinedTeamPrimaryChannelMessageReplyHostedContentsCustomPager

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

type ListJoinedTeamPrimaryChannelMessageReplyHostedContentsOperationOptions

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

func (ListJoinedTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToOData

func (ListJoinedTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToQuery

type ListJoinedTeamPrimaryChannelMessageReplyHostedContentsOperationResponse

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

type RemoveJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions

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

func (RemoveJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders

func (RemoveJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData

func (RemoveJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery

type RemoveJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse

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

type SetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions

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

func (SetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders

func (SetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData

func (SetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery

type SetJoinedTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse

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

type UpdateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions

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

func (UpdateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders

func (UpdateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData

func (UpdateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery

type UpdateJoinedTeamPrimaryChannelMessageReplyHostedContentOperationResponse

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