Documentation ¶
Index ¶
- type ConversationThreadPostInReplyToClient
- func (c ConversationThreadPostInReplyToClient) ForwardConversationThreadPostInReplyTo(ctx context.Context, id beta.GroupIdConversationIdThreadIdPostId, ...) (result ForwardConversationThreadPostInReplyToOperationResponse, err error)
- func (c ConversationThreadPostInReplyToClient) GetConversationThreadPostInReplyTo(ctx context.Context, id beta.GroupIdConversationIdThreadIdPostId, ...) (result GetConversationThreadPostInReplyToOperationResponse, err error)
- func (c ConversationThreadPostInReplyToClient) ReplyConversationThreadPostInReplyTo(ctx context.Context, id beta.GroupIdConversationIdThreadIdPostId, ...) (result ReplyConversationThreadPostInReplyToOperationResponse, err error)
- type ForwardConversationThreadPostInReplyToOperationOptions
- type ForwardConversationThreadPostInReplyToOperationResponse
- type ForwardConversationThreadPostInReplyToRequest
- type GetConversationThreadPostInReplyToOperationOptions
- type GetConversationThreadPostInReplyToOperationResponse
- type ReplyConversationThreadPostInReplyToOperationOptions
- type ReplyConversationThreadPostInReplyToOperationResponse
- type ReplyConversationThreadPostInReplyToRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConversationThreadPostInReplyToClient ¶
func NewConversationThreadPostInReplyToClientWithBaseURI ¶
func NewConversationThreadPostInReplyToClientWithBaseURI(sdkApi sdkEnv.Api) (*ConversationThreadPostInReplyToClient, error)
func (ConversationThreadPostInReplyToClient) ForwardConversationThreadPostInReplyTo ¶
func (c ConversationThreadPostInReplyToClient) ForwardConversationThreadPostInReplyTo(ctx context.Context, id beta.GroupIdConversationIdThreadIdPostId, input ForwardConversationThreadPostInReplyToRequest, options ForwardConversationThreadPostInReplyToOperationOptions) (result ForwardConversationThreadPostInReplyToOperationResponse, err error)
ForwardConversationThreadPostInReplyTo - Invoke action forward. Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
func (ConversationThreadPostInReplyToClient) GetConversationThreadPostInReplyTo ¶
func (c ConversationThreadPostInReplyToClient) GetConversationThreadPostInReplyTo(ctx context.Context, id beta.GroupIdConversationIdThreadIdPostId, options GetConversationThreadPostInReplyToOperationOptions) (result GetConversationThreadPostInReplyToOperationResponse, err error)
GetConversationThreadPostInReplyTo - Get inReplyTo from groups. The earlier post that this post is replying to in the conversationThread. Read-only. Supports $expand.
func (ConversationThreadPostInReplyToClient) ReplyConversationThreadPostInReplyTo ¶
func (c ConversationThreadPostInReplyToClient) ReplyConversationThreadPostInReplyTo(ctx context.Context, id beta.GroupIdConversationIdThreadIdPostId, input ReplyConversationThreadPostInReplyToRequest, options ReplyConversationThreadPostInReplyToOperationOptions) (result ReplyConversationThreadPostInReplyToOperationResponse, err error)
ReplyConversationThreadPostInReplyTo - Invoke action reply
type ForwardConversationThreadPostInReplyToOperationOptions ¶
type ForwardConversationThreadPostInReplyToOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultForwardConversationThreadPostInReplyToOperationOptions ¶
func DefaultForwardConversationThreadPostInReplyToOperationOptions() ForwardConversationThreadPostInReplyToOperationOptions
func (ForwardConversationThreadPostInReplyToOperationOptions) ToHeaders ¶
func (o ForwardConversationThreadPostInReplyToOperationOptions) ToHeaders() *client.Headers
func (ForwardConversationThreadPostInReplyToOperationOptions) ToOData ¶
func (o ForwardConversationThreadPostInReplyToOperationOptions) ToOData() *odata.Query
func (ForwardConversationThreadPostInReplyToOperationOptions) ToQuery ¶
func (o ForwardConversationThreadPostInReplyToOperationOptions) ToQuery() *client.QueryParams
type GetConversationThreadPostInReplyToOperationOptions ¶
type GetConversationThreadPostInReplyToOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetConversationThreadPostInReplyToOperationOptions ¶
func DefaultGetConversationThreadPostInReplyToOperationOptions() GetConversationThreadPostInReplyToOperationOptions
func (GetConversationThreadPostInReplyToOperationOptions) ToHeaders ¶
func (o GetConversationThreadPostInReplyToOperationOptions) ToHeaders() *client.Headers
func (GetConversationThreadPostInReplyToOperationOptions) ToOData ¶
func (o GetConversationThreadPostInReplyToOperationOptions) ToOData() *odata.Query
func (GetConversationThreadPostInReplyToOperationOptions) ToQuery ¶
func (o GetConversationThreadPostInReplyToOperationOptions) ToQuery() *client.QueryParams
type ReplyConversationThreadPostInReplyToOperationOptions ¶
type ReplyConversationThreadPostInReplyToOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultReplyConversationThreadPostInReplyToOperationOptions ¶
func DefaultReplyConversationThreadPostInReplyToOperationOptions() ReplyConversationThreadPostInReplyToOperationOptions
func (ReplyConversationThreadPostInReplyToOperationOptions) ToHeaders ¶
func (o ReplyConversationThreadPostInReplyToOperationOptions) ToHeaders() *client.Headers
func (ReplyConversationThreadPostInReplyToOperationOptions) ToOData ¶
func (o ReplyConversationThreadPostInReplyToOperationOptions) ToOData() *odata.Query
func (ReplyConversationThreadPostInReplyToOperationOptions) ToQuery ¶
func (o ReplyConversationThreadPostInReplyToOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
Click to show internal directories.
Click to hide internal directories.