Documentation ¶
Index ¶
- type AttachmentSessionOperationPredicate
- type DeleteTodoListTaskAttachmentSessionOperationOptions
- type DeleteTodoListTaskAttachmentSessionOperationResponse
- type GetTodoListTaskAttachmentSessionOperationOptions
- type GetTodoListTaskAttachmentSessionOperationResponse
- type GetTodoListTaskAttachmentSessionsCountOperationOptions
- type GetTodoListTaskAttachmentSessionsCountOperationResponse
- type ListTodoListTaskAttachmentSessionsCompleteResult
- type ListTodoListTaskAttachmentSessionsCustomPager
- type ListTodoListTaskAttachmentSessionsOperationOptions
- type ListTodoListTaskAttachmentSessionsOperationResponse
- type TodoListTaskAttachmentSessionClient
- func (c TodoListTaskAttachmentSessionClient) DeleteTodoListTaskAttachmentSession(ctx context.Context, id beta.UserIdTodoListIdTaskIdAttachmentSessionId, ...) (result DeleteTodoListTaskAttachmentSessionOperationResponse, err error)
- func (c TodoListTaskAttachmentSessionClient) GetTodoListTaskAttachmentSession(ctx context.Context, id beta.UserIdTodoListIdTaskIdAttachmentSessionId, ...) (result GetTodoListTaskAttachmentSessionOperationResponse, err error)
- func (c TodoListTaskAttachmentSessionClient) GetTodoListTaskAttachmentSessionsCount(ctx context.Context, id beta.UserIdTodoListIdTaskId, ...) (result GetTodoListTaskAttachmentSessionsCountOperationResponse, err error)
- func (c TodoListTaskAttachmentSessionClient) ListTodoListTaskAttachmentSessions(ctx context.Context, id beta.UserIdTodoListIdTaskId, ...) (result ListTodoListTaskAttachmentSessionsOperationResponse, err error)
- func (c TodoListTaskAttachmentSessionClient) ListTodoListTaskAttachmentSessionsComplete(ctx context.Context, id beta.UserIdTodoListIdTaskId, ...) (ListTodoListTaskAttachmentSessionsCompleteResult, error)
- func (c TodoListTaskAttachmentSessionClient) ListTodoListTaskAttachmentSessionsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdTodoListIdTaskId, ...) (result ListTodoListTaskAttachmentSessionsCompleteResult, err error)
- func (c TodoListTaskAttachmentSessionClient) UpdateTodoListTaskAttachmentSession(ctx context.Context, id beta.UserIdTodoListIdTaskIdAttachmentSessionId, ...) (result UpdateTodoListTaskAttachmentSessionOperationResponse, err error)
- type UpdateTodoListTaskAttachmentSessionOperationOptions
- type UpdateTodoListTaskAttachmentSessionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentSessionOperationPredicate ¶
type AttachmentSessionOperationPredicate struct { }
func (AttachmentSessionOperationPredicate) Matches ¶
func (p AttachmentSessionOperationPredicate) Matches(input beta.AttachmentSession) bool
type DeleteTodoListTaskAttachmentSessionOperationOptions ¶
type DeleteTodoListTaskAttachmentSessionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteTodoListTaskAttachmentSessionOperationOptions ¶
func DefaultDeleteTodoListTaskAttachmentSessionOperationOptions() DeleteTodoListTaskAttachmentSessionOperationOptions
func (DeleteTodoListTaskAttachmentSessionOperationOptions) ToHeaders ¶
func (o DeleteTodoListTaskAttachmentSessionOperationOptions) ToHeaders() *client.Headers
func (DeleteTodoListTaskAttachmentSessionOperationOptions) ToOData ¶
func (o DeleteTodoListTaskAttachmentSessionOperationOptions) ToOData() *odata.Query
func (DeleteTodoListTaskAttachmentSessionOperationOptions) ToQuery ¶
func (o DeleteTodoListTaskAttachmentSessionOperationOptions) ToQuery() *client.QueryParams
type GetTodoListTaskAttachmentSessionOperationOptions ¶
type GetTodoListTaskAttachmentSessionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetTodoListTaskAttachmentSessionOperationOptions ¶
func DefaultGetTodoListTaskAttachmentSessionOperationOptions() GetTodoListTaskAttachmentSessionOperationOptions
func (GetTodoListTaskAttachmentSessionOperationOptions) ToHeaders ¶
func (o GetTodoListTaskAttachmentSessionOperationOptions) ToHeaders() *client.Headers
func (GetTodoListTaskAttachmentSessionOperationOptions) ToOData ¶
func (o GetTodoListTaskAttachmentSessionOperationOptions) ToOData() *odata.Query
func (GetTodoListTaskAttachmentSessionOperationOptions) ToQuery ¶
func (o GetTodoListTaskAttachmentSessionOperationOptions) ToQuery() *client.QueryParams
type GetTodoListTaskAttachmentSessionsCountOperationOptions ¶
type GetTodoListTaskAttachmentSessionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetTodoListTaskAttachmentSessionsCountOperationOptions ¶
func DefaultGetTodoListTaskAttachmentSessionsCountOperationOptions() GetTodoListTaskAttachmentSessionsCountOperationOptions
func (GetTodoListTaskAttachmentSessionsCountOperationOptions) ToHeaders ¶
func (o GetTodoListTaskAttachmentSessionsCountOperationOptions) ToHeaders() *client.Headers
func (GetTodoListTaskAttachmentSessionsCountOperationOptions) ToOData ¶
func (o GetTodoListTaskAttachmentSessionsCountOperationOptions) ToOData() *odata.Query
func (GetTodoListTaskAttachmentSessionsCountOperationOptions) ToQuery ¶
func (o GetTodoListTaskAttachmentSessionsCountOperationOptions) ToQuery() *client.QueryParams
type ListTodoListTaskAttachmentSessionsCompleteResult ¶
type ListTodoListTaskAttachmentSessionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.AttachmentSession }
type ListTodoListTaskAttachmentSessionsCustomPager ¶
type ListTodoListTaskAttachmentSessionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListTodoListTaskAttachmentSessionsCustomPager) NextPageLink ¶
func (p *ListTodoListTaskAttachmentSessionsCustomPager) NextPageLink() *odata.Link
type ListTodoListTaskAttachmentSessionsOperationOptions ¶
type ListTodoListTaskAttachmentSessionsOperationOptions 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 DefaultListTodoListTaskAttachmentSessionsOperationOptions ¶
func DefaultListTodoListTaskAttachmentSessionsOperationOptions() ListTodoListTaskAttachmentSessionsOperationOptions
func (ListTodoListTaskAttachmentSessionsOperationOptions) ToHeaders ¶
func (o ListTodoListTaskAttachmentSessionsOperationOptions) ToHeaders() *client.Headers
func (ListTodoListTaskAttachmentSessionsOperationOptions) ToOData ¶
func (o ListTodoListTaskAttachmentSessionsOperationOptions) ToOData() *odata.Query
func (ListTodoListTaskAttachmentSessionsOperationOptions) ToQuery ¶
func (o ListTodoListTaskAttachmentSessionsOperationOptions) ToQuery() *client.QueryParams
type TodoListTaskAttachmentSessionClient ¶
func NewTodoListTaskAttachmentSessionClientWithBaseURI ¶
func NewTodoListTaskAttachmentSessionClientWithBaseURI(sdkApi sdkEnv.Api) (*TodoListTaskAttachmentSessionClient, error)
func (TodoListTaskAttachmentSessionClient) DeleteTodoListTaskAttachmentSession ¶
func (c TodoListTaskAttachmentSessionClient) DeleteTodoListTaskAttachmentSession(ctx context.Context, id beta.UserIdTodoListIdTaskIdAttachmentSessionId, options DeleteTodoListTaskAttachmentSessionOperationOptions) (result DeleteTodoListTaskAttachmentSessionOperationResponse, err error)
DeleteTodoListTaskAttachmentSession - Delete navigation property attachmentSessions for users
func (TodoListTaskAttachmentSessionClient) GetTodoListTaskAttachmentSession ¶
func (c TodoListTaskAttachmentSessionClient) GetTodoListTaskAttachmentSession(ctx context.Context, id beta.UserIdTodoListIdTaskIdAttachmentSessionId, options GetTodoListTaskAttachmentSessionOperationOptions) (result GetTodoListTaskAttachmentSessionOperationResponse, err error)
GetTodoListTaskAttachmentSession - Get attachmentSessions from users
func (TodoListTaskAttachmentSessionClient) GetTodoListTaskAttachmentSessionsCount ¶
func (c TodoListTaskAttachmentSessionClient) GetTodoListTaskAttachmentSessionsCount(ctx context.Context, id beta.UserIdTodoListIdTaskId, options GetTodoListTaskAttachmentSessionsCountOperationOptions) (result GetTodoListTaskAttachmentSessionsCountOperationResponse, err error)
GetTodoListTaskAttachmentSessionsCount - Get the number of the resource
func (TodoListTaskAttachmentSessionClient) ListTodoListTaskAttachmentSessions ¶
func (c TodoListTaskAttachmentSessionClient) ListTodoListTaskAttachmentSessions(ctx context.Context, id beta.UserIdTodoListIdTaskId, options ListTodoListTaskAttachmentSessionsOperationOptions) (result ListTodoListTaskAttachmentSessionsOperationResponse, err error)
ListTodoListTaskAttachmentSessions - Get attachmentSessions from users
func (TodoListTaskAttachmentSessionClient) ListTodoListTaskAttachmentSessionsComplete ¶
func (c TodoListTaskAttachmentSessionClient) ListTodoListTaskAttachmentSessionsComplete(ctx context.Context, id beta.UserIdTodoListIdTaskId, options ListTodoListTaskAttachmentSessionsOperationOptions) (ListTodoListTaskAttachmentSessionsCompleteResult, error)
ListTodoListTaskAttachmentSessionsComplete retrieves all the results into a single object
func (TodoListTaskAttachmentSessionClient) ListTodoListTaskAttachmentSessionsCompleteMatchingPredicate ¶
func (c TodoListTaskAttachmentSessionClient) ListTodoListTaskAttachmentSessionsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdTodoListIdTaskId, options ListTodoListTaskAttachmentSessionsOperationOptions, predicate AttachmentSessionOperationPredicate) (result ListTodoListTaskAttachmentSessionsCompleteResult, err error)
ListTodoListTaskAttachmentSessionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (TodoListTaskAttachmentSessionClient) UpdateTodoListTaskAttachmentSession ¶
func (c TodoListTaskAttachmentSessionClient) UpdateTodoListTaskAttachmentSession(ctx context.Context, id beta.UserIdTodoListIdTaskIdAttachmentSessionId, input beta.AttachmentSession, options UpdateTodoListTaskAttachmentSessionOperationOptions) (result UpdateTodoListTaskAttachmentSessionOperationResponse, err error)
UpdateTodoListTaskAttachmentSession - Update the navigation property attachmentSessions in users
type UpdateTodoListTaskAttachmentSessionOperationOptions ¶
type UpdateTodoListTaskAttachmentSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateTodoListTaskAttachmentSessionOperationOptions ¶
func DefaultUpdateTodoListTaskAttachmentSessionOperationOptions() UpdateTodoListTaskAttachmentSessionOperationOptions
func (UpdateTodoListTaskAttachmentSessionOperationOptions) ToHeaders ¶
func (o UpdateTodoListTaskAttachmentSessionOperationOptions) ToHeaders() *client.Headers
func (UpdateTodoListTaskAttachmentSessionOperationOptions) ToOData ¶
func (o UpdateTodoListTaskAttachmentSessionOperationOptions) ToOData() *odata.Query
func (UpdateTodoListTaskAttachmentSessionOperationOptions) ToQuery ¶
func (o UpdateTodoListTaskAttachmentSessionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
Click to show internal directories.
Click to hide internal directories.