Documentation ¶
Index ¶
- type ChatMessageHostedContentOperationPredicate
- type CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions
- func (o CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders() *client.Headers
- func (o CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData() *odata.Query
- func (o CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery() *client.QueryParams
- type CreateTeamPrimaryChannelMessageReplyHostedContentOperationResponse
- type DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions
- func (o DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData() *odata.Query
- func (o DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery() *client.QueryParams
- type DeleteTeamPrimaryChannelMessageReplyHostedContentOperationResponse
- type GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions
- type GetTeamPrimaryChannelMessageReplyHostedContentOperationResponse
- type GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions
- func (o GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders() *client.Headers
- func (o GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData() *odata.Query
- func (o GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery() *client.QueryParams
- type GetTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse
- type GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions
- func (o GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToOData() *odata.Query
- func (o GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationResponse
- type ListTeamPrimaryChannelMessageReplyHostedContentsCompleteResult
- type ListTeamPrimaryChannelMessageReplyHostedContentsCustomPager
- type ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions
- func (o ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToHeaders() *client.Headers
- func (o ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToOData() *odata.Query
- func (o ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToQuery() *client.QueryParams
- type ListTeamPrimaryChannelMessageReplyHostedContentsOperationResponse
- type RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions
- func (o RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders() *client.Headers
- func (o RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData() *odata.Query
- func (o RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery() *client.QueryParams
- type RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse
- type SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions
- func (o SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders() *client.Headers
- func (o SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData() *odata.Query
- func (o SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery() *client.QueryParams
- type SetTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse
- type TeamPrimaryChannelMessageReplyHostedContentClient
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) CreateTeamPrimaryChannelMessageReplyHostedContent(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, ...) (result CreateTeamPrimaryChannelMessageReplyHostedContentOperationResponse, ...)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) DeleteTeamPrimaryChannelMessageReplyHostedContent(ctx context.Context, ...) (result DeleteTeamPrimaryChannelMessageReplyHostedContentOperationResponse, ...)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContent(ctx context.Context, ...) (result GetTeamPrimaryChannelMessageReplyHostedContentOperationResponse, ...)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContentValue(ctx context.Context, ...) (result GetTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse, ...)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContentsCount(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, ...) (result GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationResponse, ...)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContents(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, ...) (result ListTeamPrimaryChannelMessageReplyHostedContentsOperationResponse, ...)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContentsComplete(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, ...) (ListTeamPrimaryChannelMessageReplyHostedContentsCompleteResult, error)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, ...) (result ListTeamPrimaryChannelMessageReplyHostedContentsCompleteResult, ...)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) RemoveTeamPrimaryChannelMessageReplyHostedContentValue(ctx context.Context, ...) (result RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse, ...)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) SetTeamPrimaryChannelMessageReplyHostedContentValue(ctx context.Context, ...) (result SetTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse, ...)
- func (c TeamPrimaryChannelMessageReplyHostedContentClient) UpdateTeamPrimaryChannelMessageReplyHostedContent(ctx context.Context, ...) (result UpdateTeamPrimaryChannelMessageReplyHostedContentOperationResponse, ...)
- type UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions
- func (o UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders() *client.Headers
- func (o UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData() *odata.Query
- func (o UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery() *client.QueryParams
- type UpdateTeamPrimaryChannelMessageReplyHostedContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatMessageHostedContentOperationPredicate ¶
type ChatMessageHostedContentOperationPredicate struct { }
func (ChatMessageHostedContentOperationPredicate) Matches ¶
func (p ChatMessageHostedContentOperationPredicate) Matches(input stable.ChatMessageHostedContent) bool
type CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions ¶
type CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions ¶
func DefaultCreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions() CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions
func (CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders ¶
func (o CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders() *client.Headers
func (CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData ¶
func (o CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData() *odata.Query
func (CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery ¶
func (o CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery() *client.QueryParams
type DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions ¶
type DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions ¶
func DefaultDeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions() DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions
func (DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders ¶
func (o DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders() *client.Headers
func (DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData ¶
func (o DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData() *odata.Query
func (DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery ¶
func (o DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery() *client.QueryParams
type GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions ¶
type GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetTeamPrimaryChannelMessageReplyHostedContentOperationOptions ¶
func DefaultGetTeamPrimaryChannelMessageReplyHostedContentOperationOptions() GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions
func (GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders ¶
func (o GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders() *client.Headers
func (GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData ¶
func (o GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData() *odata.Query
func (GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery ¶
func (o GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery() *client.QueryParams
type GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions ¶
type GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions ¶
func DefaultGetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions() GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions
func (GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders ¶
func (o GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders() *client.Headers
func (GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData ¶
func (o GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData() *odata.Query
func (GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery ¶
func (o GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery() *client.QueryParams
type GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions ¶
type GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions ¶
func DefaultGetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions() GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions
func (GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToHeaders ¶
func (o GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToHeaders() *client.Headers
func (GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToOData ¶
func (o GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToOData() *odata.Query
func (GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToQuery ¶
func (o GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) ToQuery() *client.QueryParams
type ListTeamPrimaryChannelMessageReplyHostedContentsCompleteResult ¶
type ListTeamPrimaryChannelMessageReplyHostedContentsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ChatMessageHostedContent }
type ListTeamPrimaryChannelMessageReplyHostedContentsCustomPager ¶
type ListTeamPrimaryChannelMessageReplyHostedContentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListTeamPrimaryChannelMessageReplyHostedContentsCustomPager) NextPageLink ¶
func (p *ListTeamPrimaryChannelMessageReplyHostedContentsCustomPager) NextPageLink() *odata.Link
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 DefaultListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions ¶
func DefaultListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions() ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions
func (ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToHeaders ¶
func (o ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToHeaders() *client.Headers
func (ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToOData ¶
func (o ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToOData() *odata.Query
func (ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToQuery ¶
func (o ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) ToQuery() *client.QueryParams
type RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions ¶
type RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions ¶
func DefaultRemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions() RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions
func (RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders ¶
func (o RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders() *client.Headers
func (RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData ¶
func (o RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData() *odata.Query
func (RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery ¶
func (o RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery() *client.QueryParams
type SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions ¶
type SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions ¶
func DefaultSetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions() SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions
func (SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders ¶
func (o SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToHeaders() *client.Headers
func (SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData ¶
func (o SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToOData() *odata.Query
func (SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery ¶
func (o SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) ToQuery() *client.QueryParams
type TeamPrimaryChannelMessageReplyHostedContentClient ¶
func NewTeamPrimaryChannelMessageReplyHostedContentClientWithBaseURI ¶
func NewTeamPrimaryChannelMessageReplyHostedContentClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamPrimaryChannelMessageReplyHostedContentClient, error)
func (TeamPrimaryChannelMessageReplyHostedContentClient) CreateTeamPrimaryChannelMessageReplyHostedContent ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) CreateTeamPrimaryChannelMessageReplyHostedContent(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, input stable.ChatMessageHostedContent, options CreateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) (result CreateTeamPrimaryChannelMessageReplyHostedContentOperationResponse, err error)
CreateTeamPrimaryChannelMessageReplyHostedContent - Create new navigation property to hostedContents for groups
func (TeamPrimaryChannelMessageReplyHostedContentClient) DeleteTeamPrimaryChannelMessageReplyHostedContent ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) DeleteTeamPrimaryChannelMessageReplyHostedContent(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyIdHostedContentId, options DeleteTeamPrimaryChannelMessageReplyHostedContentOperationOptions) (result DeleteTeamPrimaryChannelMessageReplyHostedContentOperationResponse, err error)
DeleteTeamPrimaryChannelMessageReplyHostedContent - Delete navigation property hostedContents for groups
func (TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContent ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContent(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyIdHostedContentId, options GetTeamPrimaryChannelMessageReplyHostedContentOperationOptions) (result GetTeamPrimaryChannelMessageReplyHostedContentOperationResponse, err error)
GetTeamPrimaryChannelMessageReplyHostedContent - Get hostedContents from groups. Content in a message hosted by Microsoft Teams - for example, images or code snippets.
func (TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContentValue ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContentValue(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyIdHostedContentId, options GetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) (result GetTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse, err error)
GetTeamPrimaryChannelMessageReplyHostedContentValue - Get media content for the navigation property hostedContents from groups. The unique identifier for an entity. Read-only.
func (TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContentsCount ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) GetTeamPrimaryChannelMessageReplyHostedContentsCount(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, options GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationOptions) (result GetTeamPrimaryChannelMessageReplyHostedContentsCountOperationResponse, err error)
GetTeamPrimaryChannelMessageReplyHostedContentsCount - Get the number of the resource
func (TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContents ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContents(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, options ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) (result ListTeamPrimaryChannelMessageReplyHostedContentsOperationResponse, err error)
ListTeamPrimaryChannelMessageReplyHostedContents - Get hostedContents from groups. Content in a message hosted by Microsoft Teams - for example, images or code snippets.
func (TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContentsComplete ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContentsComplete(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, options ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions) (ListTeamPrimaryChannelMessageReplyHostedContentsCompleteResult, error)
ListTeamPrimaryChannelMessageReplyHostedContentsComplete retrieves all the results into a single object
func (TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContentsCompleteMatchingPredicate ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) ListTeamPrimaryChannelMessageReplyHostedContentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyId, options ListTeamPrimaryChannelMessageReplyHostedContentsOperationOptions, predicate ChatMessageHostedContentOperationPredicate) (result ListTeamPrimaryChannelMessageReplyHostedContentsCompleteResult, err error)
ListTeamPrimaryChannelMessageReplyHostedContentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (TeamPrimaryChannelMessageReplyHostedContentClient) RemoveTeamPrimaryChannelMessageReplyHostedContentValue ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) RemoveTeamPrimaryChannelMessageReplyHostedContentValue(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyIdHostedContentId, options RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) (result RemoveTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse, err error)
RemoveTeamPrimaryChannelMessageReplyHostedContentValue - Delete media content for the navigation property hostedContents in groups. The unique identifier for an entity. Read-only.
func (TeamPrimaryChannelMessageReplyHostedContentClient) SetTeamPrimaryChannelMessageReplyHostedContentValue ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) SetTeamPrimaryChannelMessageReplyHostedContentValue(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyIdHostedContentId, input []byte, options SetTeamPrimaryChannelMessageReplyHostedContentValueOperationOptions) (result SetTeamPrimaryChannelMessageReplyHostedContentValueOperationResponse, err error)
SetTeamPrimaryChannelMessageReplyHostedContentValue - Update media content for the navigation property hostedContents in groups. The unique identifier for an entity. Read-only.
func (TeamPrimaryChannelMessageReplyHostedContentClient) UpdateTeamPrimaryChannelMessageReplyHostedContent ¶
func (c TeamPrimaryChannelMessageReplyHostedContentClient) UpdateTeamPrimaryChannelMessageReplyHostedContent(ctx context.Context, id stable.GroupIdTeamPrimaryChannelMessageIdReplyIdHostedContentId, input stable.ChatMessageHostedContent, options UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) (result UpdateTeamPrimaryChannelMessageReplyHostedContentOperationResponse, err error)
UpdateTeamPrimaryChannelMessageReplyHostedContent - Update the navigation property hostedContents in groups
type UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions ¶
type UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions ¶
func DefaultUpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions() UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions
func (UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders ¶
func (o UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToHeaders() *client.Headers
func (UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData ¶
func (o UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToOData() *odata.Query
func (UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery ¶
func (o UpdateTeamPrimaryChannelMessageReplyHostedContentOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createteamprimarychannelmessagereplyhostedcontent.go
- method_deleteteamprimarychannelmessagereplyhostedcontent.go
- method_getteamprimarychannelmessagereplyhostedcontent.go
- method_getteamprimarychannelmessagereplyhostedcontentscount.go
- method_getteamprimarychannelmessagereplyhostedcontentvalue.go
- method_listteamprimarychannelmessagereplyhostedcontents.go
- method_removeteamprimarychannelmessagereplyhostedcontentvalue.go
- method_setteamprimarychannelmessagereplyhostedcontentvalue.go
- method_updateteamprimarychannelmessagereplyhostedcontent.go
- predicates.go
- version.go