Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type ConversationThreadPostInReplyToAttachmentClient
- func (c ConversationThreadPostInReplyToAttachmentClient) CreateConversationThreadPostInReplyToAttachment(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, ...) (result CreateConversationThreadPostInReplyToAttachmentOperationResponse, ...)
- func (c ConversationThreadPostInReplyToAttachmentClient) CreateConversationThreadPostInReplyToAttachmentsUploadSession(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, ...) (...)
- func (c ConversationThreadPostInReplyToAttachmentClient) DeleteConversationThreadPostInReplyToAttachment(ctx context.Context, ...) (result DeleteConversationThreadPostInReplyToAttachmentOperationResponse, ...)
- func (c ConversationThreadPostInReplyToAttachmentClient) GetConversationThreadPostInReplyToAttachment(ctx context.Context, ...) (result GetConversationThreadPostInReplyToAttachmentOperationResponse, ...)
- func (c ConversationThreadPostInReplyToAttachmentClient) GetConversationThreadPostInReplyToAttachmentsCount(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, ...) (result GetConversationThreadPostInReplyToAttachmentsCountOperationResponse, ...)
- func (c ConversationThreadPostInReplyToAttachmentClient) ListConversationThreadPostInReplyToAttachments(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, ...) (result ListConversationThreadPostInReplyToAttachmentsOperationResponse, ...)
- func (c ConversationThreadPostInReplyToAttachmentClient) ListConversationThreadPostInReplyToAttachmentsComplete(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, ...) (ListConversationThreadPostInReplyToAttachmentsCompleteResult, error)
- func (c ConversationThreadPostInReplyToAttachmentClient) ListConversationThreadPostInReplyToAttachmentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, ...) (result ListConversationThreadPostInReplyToAttachmentsCompleteResult, err error)
- type CreateConversationThreadPostInReplyToAttachmentOperationOptions
- type CreateConversationThreadPostInReplyToAttachmentOperationResponse
- type CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions
- func (o CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationResponse
- type CreateConversationThreadPostInReplyToAttachmentsUploadSessionRequest
- type DeleteConversationThreadPostInReplyToAttachmentOperationOptions
- type DeleteConversationThreadPostInReplyToAttachmentOperationResponse
- type GetConversationThreadPostInReplyToAttachmentOperationOptions
- type GetConversationThreadPostInReplyToAttachmentOperationResponse
- type GetConversationThreadPostInReplyToAttachmentsCountOperationOptions
- func (o GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetConversationThreadPostInReplyToAttachmentsCountOperationResponse
- type ListConversationThreadPostInReplyToAttachmentsCompleteResult
- type ListConversationThreadPostInReplyToAttachmentsCustomPager
- type ListConversationThreadPostInReplyToAttachmentsOperationOptions
- type ListConversationThreadPostInReplyToAttachmentsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentOperationPredicate ¶
type AttachmentOperationPredicate struct { }
func (AttachmentOperationPredicate) Matches ¶
func (p AttachmentOperationPredicate) Matches(input stable.Attachment) bool
type ConversationThreadPostInReplyToAttachmentClient ¶
func NewConversationThreadPostInReplyToAttachmentClientWithBaseURI ¶
func NewConversationThreadPostInReplyToAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*ConversationThreadPostInReplyToAttachmentClient, error)
func (ConversationThreadPostInReplyToAttachmentClient) CreateConversationThreadPostInReplyToAttachment ¶
func (c ConversationThreadPostInReplyToAttachmentClient) CreateConversationThreadPostInReplyToAttachment(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, input stable.Attachment, options CreateConversationThreadPostInReplyToAttachmentOperationOptions) (result CreateConversationThreadPostInReplyToAttachmentOperationResponse, err error)
CreateConversationThreadPostInReplyToAttachment - Create new navigation property to attachments for groups
func (ConversationThreadPostInReplyToAttachmentClient) CreateConversationThreadPostInReplyToAttachmentsUploadSession ¶
func (c ConversationThreadPostInReplyToAttachmentClient) CreateConversationThreadPostInReplyToAttachmentsUploadSession(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, input CreateConversationThreadPostInReplyToAttachmentsUploadSessionRequest, options CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions) (result CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationResponse, err error)
CreateConversationThreadPostInReplyToAttachmentsUploadSession - Invoke action createUploadSession. Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.
func (ConversationThreadPostInReplyToAttachmentClient) DeleteConversationThreadPostInReplyToAttachment ¶
func (c ConversationThreadPostInReplyToAttachmentClient) DeleteConversationThreadPostInReplyToAttachment(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostIdInReplyToAttachmentId, options DeleteConversationThreadPostInReplyToAttachmentOperationOptions) (result DeleteConversationThreadPostInReplyToAttachmentOperationResponse, err error)
DeleteConversationThreadPostInReplyToAttachment - Delete navigation property attachments for groups
func (ConversationThreadPostInReplyToAttachmentClient) GetConversationThreadPostInReplyToAttachment ¶
func (c ConversationThreadPostInReplyToAttachmentClient) GetConversationThreadPostInReplyToAttachment(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostIdInReplyToAttachmentId, options GetConversationThreadPostInReplyToAttachmentOperationOptions) (result GetConversationThreadPostInReplyToAttachmentOperationResponse, err error)
GetConversationThreadPostInReplyToAttachment - Get attachments from groups. Read-only. Nullable. Supports $expand.
func (ConversationThreadPostInReplyToAttachmentClient) GetConversationThreadPostInReplyToAttachmentsCount ¶
func (c ConversationThreadPostInReplyToAttachmentClient) GetConversationThreadPostInReplyToAttachmentsCount(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, options GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) (result GetConversationThreadPostInReplyToAttachmentsCountOperationResponse, err error)
GetConversationThreadPostInReplyToAttachmentsCount - Get the number of the resource
func (ConversationThreadPostInReplyToAttachmentClient) ListConversationThreadPostInReplyToAttachments ¶
func (c ConversationThreadPostInReplyToAttachmentClient) ListConversationThreadPostInReplyToAttachments(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, options ListConversationThreadPostInReplyToAttachmentsOperationOptions) (result ListConversationThreadPostInReplyToAttachmentsOperationResponse, err error)
ListConversationThreadPostInReplyToAttachments - Get attachments from groups. Read-only. Nullable. Supports $expand.
func (ConversationThreadPostInReplyToAttachmentClient) ListConversationThreadPostInReplyToAttachmentsComplete ¶
func (c ConversationThreadPostInReplyToAttachmentClient) ListConversationThreadPostInReplyToAttachmentsComplete(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, options ListConversationThreadPostInReplyToAttachmentsOperationOptions) (ListConversationThreadPostInReplyToAttachmentsCompleteResult, error)
ListConversationThreadPostInReplyToAttachmentsComplete retrieves all the results into a single object
func (ConversationThreadPostInReplyToAttachmentClient) ListConversationThreadPostInReplyToAttachmentsCompleteMatchingPredicate ¶
func (c ConversationThreadPostInReplyToAttachmentClient) ListConversationThreadPostInReplyToAttachmentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdConversationIdThreadIdPostId, options ListConversationThreadPostInReplyToAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListConversationThreadPostInReplyToAttachmentsCompleteResult, err error)
ListConversationThreadPostInReplyToAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CreateConversationThreadPostInReplyToAttachmentOperationOptions ¶
type CreateConversationThreadPostInReplyToAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateConversationThreadPostInReplyToAttachmentOperationOptions ¶
func DefaultCreateConversationThreadPostInReplyToAttachmentOperationOptions() CreateConversationThreadPostInReplyToAttachmentOperationOptions
func (CreateConversationThreadPostInReplyToAttachmentOperationOptions) ToHeaders ¶
func (o CreateConversationThreadPostInReplyToAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateConversationThreadPostInReplyToAttachmentOperationOptions) ToOData ¶
func (o CreateConversationThreadPostInReplyToAttachmentOperationOptions) ToOData() *odata.Query
func (CreateConversationThreadPostInReplyToAttachmentOperationOptions) ToQuery ¶
func (o CreateConversationThreadPostInReplyToAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions ¶
type CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions() CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions
func (CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateConversationThreadPostInReplyToAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
type CreateConversationThreadPostInReplyToAttachmentsUploadSessionRequest ¶
type CreateConversationThreadPostInReplyToAttachmentsUploadSessionRequest struct {
AttachmentItem *stable.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteConversationThreadPostInReplyToAttachmentOperationOptions ¶
type DeleteConversationThreadPostInReplyToAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteConversationThreadPostInReplyToAttachmentOperationOptions ¶
func DefaultDeleteConversationThreadPostInReplyToAttachmentOperationOptions() DeleteConversationThreadPostInReplyToAttachmentOperationOptions
func (DeleteConversationThreadPostInReplyToAttachmentOperationOptions) ToHeaders ¶
func (o DeleteConversationThreadPostInReplyToAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteConversationThreadPostInReplyToAttachmentOperationOptions) ToOData ¶
func (o DeleteConversationThreadPostInReplyToAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteConversationThreadPostInReplyToAttachmentOperationOptions) ToQuery ¶
func (o DeleteConversationThreadPostInReplyToAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetConversationThreadPostInReplyToAttachmentOperationOptions ¶
type GetConversationThreadPostInReplyToAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetConversationThreadPostInReplyToAttachmentOperationOptions ¶
func DefaultGetConversationThreadPostInReplyToAttachmentOperationOptions() GetConversationThreadPostInReplyToAttachmentOperationOptions
func (GetConversationThreadPostInReplyToAttachmentOperationOptions) ToHeaders ¶
func (o GetConversationThreadPostInReplyToAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetConversationThreadPostInReplyToAttachmentOperationOptions) ToOData ¶
func (o GetConversationThreadPostInReplyToAttachmentOperationOptions) ToOData() *odata.Query
func (GetConversationThreadPostInReplyToAttachmentOperationOptions) ToQuery ¶
func (o GetConversationThreadPostInReplyToAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetConversationThreadPostInReplyToAttachmentsCountOperationOptions ¶
type GetConversationThreadPostInReplyToAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetConversationThreadPostInReplyToAttachmentsCountOperationOptions ¶
func DefaultGetConversationThreadPostInReplyToAttachmentsCountOperationOptions() GetConversationThreadPostInReplyToAttachmentsCountOperationOptions
func (GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) ToOData ¶
func (o GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) ToQuery ¶
func (o GetConversationThreadPostInReplyToAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListConversationThreadPostInReplyToAttachmentsCompleteResult ¶
type ListConversationThreadPostInReplyToAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.Attachment }
type ListConversationThreadPostInReplyToAttachmentsCustomPager ¶
type ListConversationThreadPostInReplyToAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListConversationThreadPostInReplyToAttachmentsCustomPager) NextPageLink ¶
func (p *ListConversationThreadPostInReplyToAttachmentsCustomPager) NextPageLink() *odata.Link
type ListConversationThreadPostInReplyToAttachmentsOperationOptions ¶
type ListConversationThreadPostInReplyToAttachmentsOperationOptions 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 DefaultListConversationThreadPostInReplyToAttachmentsOperationOptions ¶
func DefaultListConversationThreadPostInReplyToAttachmentsOperationOptions() ListConversationThreadPostInReplyToAttachmentsOperationOptions
func (ListConversationThreadPostInReplyToAttachmentsOperationOptions) ToHeaders ¶
func (o ListConversationThreadPostInReplyToAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListConversationThreadPostInReplyToAttachmentsOperationOptions) ToOData ¶
func (o ListConversationThreadPostInReplyToAttachmentsOperationOptions) ToOData() *odata.Query
func (ListConversationThreadPostInReplyToAttachmentsOperationOptions) ToQuery ¶
func (o ListConversationThreadPostInReplyToAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createconversationthreadpostinreplytoattachment.go
- method_createconversationthreadpostinreplytoattachmentsuploadsession.go
- method_deleteconversationthreadpostinreplytoattachment.go
- method_getconversationthreadpostinreplytoattachment.go
- method_getconversationthreadpostinreplytoattachmentscount.go
- method_listconversationthreadpostinreplytoattachments.go
- model_createconversationthreadpostinreplytoattachmentsuploadsessionrequest.go
- predicates.go
- version.go