Documentation ¶
Index ¶
- type ChatMessageOperationPredicate
- type CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions
- type CreateJoinedTeamPrimaryChannelMessageReplyOperationResponse
- type CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions
- func (o CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) ToHeaders() *client.Headers
- func (o CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) ToOData() *odata.Query
- func (o CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) ToQuery() *client.QueryParams
- type CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationResponse
- type CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions
- func (o CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions) ToHeaders() *client.Headers
- func (o CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions) ToOData() *odata.Query
- func (o CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions) ToQuery() *client.QueryParams
- type CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationResponse
- type DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions
- type DeleteJoinedTeamPrimaryChannelMessageReplyOperationResponse
- type GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions
- type GetJoinedTeamPrimaryChannelMessageRepliesCountOperationResponse
- type GetJoinedTeamPrimaryChannelMessageReplyOperationOptions
- type GetJoinedTeamPrimaryChannelMessageReplyOperationResponse
- type JoinedTeamPrimaryChannelMessageReplyClient
- func (c JoinedTeamPrimaryChannelMessageReplyClient) CreateJoinedTeamPrimaryChannelMessageReply(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, ...) (result CreateJoinedTeamPrimaryChannelMessageReplyOperationResponse, err error)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) CreateJoinedTeamPrimaryChannelMessageReplySoftDelete(ctx context.Context, ...) (result CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationResponse, ...)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDelete(ctx context.Context, ...) (...)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) DeleteJoinedTeamPrimaryChannelMessageReply(ctx context.Context, ...) (result DeleteJoinedTeamPrimaryChannelMessageReplyOperationResponse, err error)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) GetJoinedTeamPrimaryChannelMessageRepliesCount(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, ...) (result GetJoinedTeamPrimaryChannelMessageRepliesCountOperationResponse, ...)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) GetJoinedTeamPrimaryChannelMessageReply(ctx context.Context, ...) (result GetJoinedTeamPrimaryChannelMessageReplyOperationResponse, err error)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) ListJoinedTeamPrimaryChannelMessageReplies(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, ...) (result ListJoinedTeamPrimaryChannelMessageRepliesOperationResponse, err error)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) ListJoinedTeamPrimaryChannelMessageRepliesComplete(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, ...) (ListJoinedTeamPrimaryChannelMessageRepliesCompleteResult, error)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) ListJoinedTeamPrimaryChannelMessageRepliesCompleteMatchingPredicate(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, ...) (result ListJoinedTeamPrimaryChannelMessageRepliesCompleteResult, err error)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) SetJoinedTeamPrimaryChannelMessageReplyReaction(ctx context.Context, ...) (result SetJoinedTeamPrimaryChannelMessageReplyReactionOperationResponse, ...)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) UnsetJoinedTeamPrimaryChannelMessageReplyReaction(ctx context.Context, ...) (result UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationResponse, ...)
- func (c JoinedTeamPrimaryChannelMessageReplyClient) UpdateJoinedTeamPrimaryChannelMessageReply(ctx context.Context, ...) (result UpdateJoinedTeamPrimaryChannelMessageReplyOperationResponse, err error)
- type ListJoinedTeamPrimaryChannelMessageRepliesCompleteResult
- type ListJoinedTeamPrimaryChannelMessageRepliesCustomPager
- type ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions
- type ListJoinedTeamPrimaryChannelMessageRepliesOperationResponse
- type SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions
- type SetJoinedTeamPrimaryChannelMessageReplyReactionOperationResponse
- type SetJoinedTeamPrimaryChannelMessageReplyReactionRequest
- type UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions
- func (o UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToHeaders() *client.Headers
- func (o UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToOData() *odata.Query
- func (o UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToQuery() *client.QueryParams
- type UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationResponse
- type UnsetJoinedTeamPrimaryChannelMessageReplyReactionRequest
- type UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions
- type UpdateJoinedTeamPrimaryChannelMessageReplyOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatMessageOperationPredicate ¶
type ChatMessageOperationPredicate struct { }
func (ChatMessageOperationPredicate) Matches ¶
func (p ChatMessageOperationPredicate) Matches(input stable.ChatMessage) bool
type CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions ¶
type CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateJoinedTeamPrimaryChannelMessageReplyOperationOptions ¶
func DefaultCreateJoinedTeamPrimaryChannelMessageReplyOperationOptions() CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions
func (CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToHeaders ¶
func (o CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToHeaders() *client.Headers
func (CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToOData ¶
func (o CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToOData() *odata.Query
func (CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToQuery ¶
func (o CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToQuery() *client.QueryParams
type CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions ¶
type CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions ¶
func DefaultCreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions() CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions
func (CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) ToHeaders ¶
func (o CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) ToHeaders() *client.Headers
func (CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) ToOData ¶
func (o CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) ToOData() *odata.Query
func (CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) ToQuery ¶
func (o CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) ToQuery() *client.QueryParams
type CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions ¶
type CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions ¶
func DefaultCreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions() CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions
func (CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions) ToHeaders ¶
func (o CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions) ToHeaders() *client.Headers
func (CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions) ToOData ¶
func (o CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions) ToOData() *odata.Query
type DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions ¶
type DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions ¶
func DefaultDeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions() DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions
func (DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToHeaders ¶
func (o DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToHeaders() *client.Headers
func (DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToOData ¶
func (o DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToOData() *odata.Query
func (DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToQuery ¶
func (o DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToQuery() *client.QueryParams
type GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions ¶
type GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions ¶
func DefaultGetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions() GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions
func (GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions) ToHeaders ¶
func (o GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions) ToHeaders() *client.Headers
func (GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions) ToOData ¶
func (o GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions) ToOData() *odata.Query
func (GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions) ToQuery ¶
func (o GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions) ToQuery() *client.QueryParams
type GetJoinedTeamPrimaryChannelMessageReplyOperationOptions ¶
type GetJoinedTeamPrimaryChannelMessageReplyOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetJoinedTeamPrimaryChannelMessageReplyOperationOptions ¶
func DefaultGetJoinedTeamPrimaryChannelMessageReplyOperationOptions() GetJoinedTeamPrimaryChannelMessageReplyOperationOptions
func (GetJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToHeaders ¶
func (o GetJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToHeaders() *client.Headers
func (GetJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToOData ¶
func (o GetJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToOData() *odata.Query
func (GetJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToQuery ¶
func (o GetJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToQuery() *client.QueryParams
type JoinedTeamPrimaryChannelMessageReplyClient ¶
func NewJoinedTeamPrimaryChannelMessageReplyClientWithBaseURI ¶
func NewJoinedTeamPrimaryChannelMessageReplyClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamPrimaryChannelMessageReplyClient, error)
func (JoinedTeamPrimaryChannelMessageReplyClient) CreateJoinedTeamPrimaryChannelMessageReply ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) CreateJoinedTeamPrimaryChannelMessageReply(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, input stable.ChatMessage, options CreateJoinedTeamPrimaryChannelMessageReplyOperationOptions) (result CreateJoinedTeamPrimaryChannelMessageReplyOperationResponse, err error)
CreateJoinedTeamPrimaryChannelMessageReply - Create new navigation property to replies for users
func (JoinedTeamPrimaryChannelMessageReplyClient) CreateJoinedTeamPrimaryChannelMessageReplySoftDelete ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) CreateJoinedTeamPrimaryChannelMessageReplySoftDelete(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageIdReplyId, options CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationOptions) (result CreateJoinedTeamPrimaryChannelMessageReplySoftDeleteOperationResponse, err error)
CreateJoinedTeamPrimaryChannelMessageReplySoftDelete - Invoke action softDelete. Delete a single chatMessage or a chat message reply in a channel or a chat.
func (JoinedTeamPrimaryChannelMessageReplyClient) CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDelete ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDelete(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageIdReplyId, options CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationOptions) (result CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDeleteOperationResponse, err error)
CreateJoinedTeamPrimaryChannelMessageReplyUndoSoftDelete - Invoke action undoSoftDelete. Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat.
func (JoinedTeamPrimaryChannelMessageReplyClient) DeleteJoinedTeamPrimaryChannelMessageReply ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) DeleteJoinedTeamPrimaryChannelMessageReply(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageIdReplyId, options DeleteJoinedTeamPrimaryChannelMessageReplyOperationOptions) (result DeleteJoinedTeamPrimaryChannelMessageReplyOperationResponse, err error)
DeleteJoinedTeamPrimaryChannelMessageReply - Delete navigation property replies for users
func (JoinedTeamPrimaryChannelMessageReplyClient) GetJoinedTeamPrimaryChannelMessageRepliesCount ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) GetJoinedTeamPrimaryChannelMessageRepliesCount(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, options GetJoinedTeamPrimaryChannelMessageRepliesCountOperationOptions) (result GetJoinedTeamPrimaryChannelMessageRepliesCountOperationResponse, err error)
GetJoinedTeamPrimaryChannelMessageRepliesCount - Get the number of the resource
func (JoinedTeamPrimaryChannelMessageReplyClient) GetJoinedTeamPrimaryChannelMessageReply ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) GetJoinedTeamPrimaryChannelMessageReply(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageIdReplyId, options GetJoinedTeamPrimaryChannelMessageReplyOperationOptions) (result GetJoinedTeamPrimaryChannelMessageReplyOperationResponse, err error)
GetJoinedTeamPrimaryChannelMessageReply - Get replies from users. Replies for a specified message. Supports $expand for channel messages.
func (JoinedTeamPrimaryChannelMessageReplyClient) ListJoinedTeamPrimaryChannelMessageReplies ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) ListJoinedTeamPrimaryChannelMessageReplies(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, options ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions) (result ListJoinedTeamPrimaryChannelMessageRepliesOperationResponse, err error)
ListJoinedTeamPrimaryChannelMessageReplies - Get replies from users. Replies for a specified message. Supports $expand for channel messages.
func (JoinedTeamPrimaryChannelMessageReplyClient) ListJoinedTeamPrimaryChannelMessageRepliesComplete ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) ListJoinedTeamPrimaryChannelMessageRepliesComplete(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, options ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions) (ListJoinedTeamPrimaryChannelMessageRepliesCompleteResult, error)
ListJoinedTeamPrimaryChannelMessageRepliesComplete retrieves all the results into a single object
func (JoinedTeamPrimaryChannelMessageReplyClient) ListJoinedTeamPrimaryChannelMessageRepliesCompleteMatchingPredicate ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) ListJoinedTeamPrimaryChannelMessageRepliesCompleteMatchingPredicate(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageId, options ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions, predicate ChatMessageOperationPredicate) (result ListJoinedTeamPrimaryChannelMessageRepliesCompleteResult, err error)
ListJoinedTeamPrimaryChannelMessageRepliesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (JoinedTeamPrimaryChannelMessageReplyClient) SetJoinedTeamPrimaryChannelMessageReplyReaction ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) SetJoinedTeamPrimaryChannelMessageReplyReaction(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageIdReplyId, input SetJoinedTeamPrimaryChannelMessageReplyReactionRequest, options SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) (result SetJoinedTeamPrimaryChannelMessageReplyReactionOperationResponse, err error)
SetJoinedTeamPrimaryChannelMessageReplyReaction - Invoke action setReaction
func (JoinedTeamPrimaryChannelMessageReplyClient) UnsetJoinedTeamPrimaryChannelMessageReplyReaction ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) UnsetJoinedTeamPrimaryChannelMessageReplyReaction(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageIdReplyId, input UnsetJoinedTeamPrimaryChannelMessageReplyReactionRequest, options UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) (result UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationResponse, err error)
UnsetJoinedTeamPrimaryChannelMessageReplyReaction - Invoke action unsetReaction
func (JoinedTeamPrimaryChannelMessageReplyClient) UpdateJoinedTeamPrimaryChannelMessageReply ¶
func (c JoinedTeamPrimaryChannelMessageReplyClient) UpdateJoinedTeamPrimaryChannelMessageReply(ctx context.Context, id stable.UserIdJoinedTeamIdPrimaryChannelMessageIdReplyId, input stable.ChatMessage, options UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions) (result UpdateJoinedTeamPrimaryChannelMessageReplyOperationResponse, err error)
UpdateJoinedTeamPrimaryChannelMessageReply - Update the navigation property replies in users
type ListJoinedTeamPrimaryChannelMessageRepliesCompleteResult ¶
type ListJoinedTeamPrimaryChannelMessageRepliesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ChatMessage }
type ListJoinedTeamPrimaryChannelMessageRepliesCustomPager ¶
type ListJoinedTeamPrimaryChannelMessageRepliesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListJoinedTeamPrimaryChannelMessageRepliesCustomPager) NextPageLink ¶
func (p *ListJoinedTeamPrimaryChannelMessageRepliesCustomPager) NextPageLink() *odata.Link
type ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions ¶
type ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions 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 DefaultListJoinedTeamPrimaryChannelMessageRepliesOperationOptions ¶
func DefaultListJoinedTeamPrimaryChannelMessageRepliesOperationOptions() ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions
func (ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions) ToHeaders ¶
func (o ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions) ToHeaders() *client.Headers
func (ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions) ToOData ¶
func (o ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions) ToOData() *odata.Query
func (ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions) ToQuery ¶
func (o ListJoinedTeamPrimaryChannelMessageRepliesOperationOptions) ToQuery() *client.QueryParams
type SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions ¶
type SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions ¶
func DefaultSetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions() SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions
func (SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToHeaders ¶
func (o SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToHeaders() *client.Headers
func (SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToOData ¶
func (o SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToOData() *odata.Query
func (SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToQuery ¶
func (o SetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToQuery() *client.QueryParams
type UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions ¶
type UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions ¶
func DefaultUnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions() UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions
func (UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToHeaders ¶
func (o UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToHeaders() *client.Headers
func (UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToOData ¶
func (o UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToOData() *odata.Query
func (UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToQuery ¶
func (o UnsetJoinedTeamPrimaryChannelMessageReplyReactionOperationOptions) ToQuery() *client.QueryParams
type UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions ¶
type UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions ¶
func DefaultUpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions() UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions
func (UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToHeaders ¶
func (o UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToHeaders() *client.Headers
func (UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToOData ¶
func (o UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToOData() *odata.Query
func (UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToQuery ¶
func (o UpdateJoinedTeamPrimaryChannelMessageReplyOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createjoinedteamprimarychannelmessagereply.go
- method_createjoinedteamprimarychannelmessagereplysoftdelete.go
- method_createjoinedteamprimarychannelmessagereplyundosoftdelete.go
- method_deletejoinedteamprimarychannelmessagereply.go
- method_getjoinedteamprimarychannelmessagerepliescount.go
- method_getjoinedteamprimarychannelmessagereply.go
- method_listjoinedteamprimarychannelmessagereplies.go
- method_setjoinedteamprimarychannelmessagereplyreaction.go
- method_unsetjoinedteamprimarychannelmessagereplyreaction.go
- method_updatejoinedteamprimarychannelmessagereply.go
- model_setjoinedteamprimarychannelmessagereplyreactionrequest.go
- model_unsetjoinedteamprimarychannelmessagereplyreactionrequest.go
- predicates.go
- version.go