Documentation ¶
Index ¶
- type ChatOperationClient
- func (c ChatOperationClient) CreateChatOperation(ctx context.Context, id beta.UserIdChatId, input beta.TeamsAsyncOperation, ...) (result CreateChatOperationOperationResponse, err error)
- func (c ChatOperationClient) DeleteChatOperation(ctx context.Context, id beta.UserIdChatIdOperationId, ...) (result DeleteChatOperationOperationResponse, err error)
- func (c ChatOperationClient) GetChatOperation(ctx context.Context, id beta.UserIdChatIdOperationId, ...) (result GetChatOperationOperationResponse, err error)
- func (c ChatOperationClient) GetChatOperationsCount(ctx context.Context, id beta.UserIdChatId, ...) (result GetChatOperationsCountOperationResponse, err error)
- func (c ChatOperationClient) ListChatOperations(ctx context.Context, id beta.UserIdChatId, ...) (result ListChatOperationsOperationResponse, err error)
- func (c ChatOperationClient) ListChatOperationsComplete(ctx context.Context, id beta.UserIdChatId, ...) (ListChatOperationsCompleteResult, error)
- func (c ChatOperationClient) ListChatOperationsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdChatId, ...) (result ListChatOperationsCompleteResult, err error)
- func (c ChatOperationClient) UpdateChatOperation(ctx context.Context, id beta.UserIdChatIdOperationId, ...) (result UpdateChatOperationOperationResponse, err error)
- type CreateChatOperationOperationOptions
- type CreateChatOperationOperationResponse
- type DeleteChatOperationOperationOptions
- type DeleteChatOperationOperationResponse
- type GetChatOperationOperationOptions
- type GetChatOperationOperationResponse
- type GetChatOperationsCountOperationOptions
- type GetChatOperationsCountOperationResponse
- type ListChatOperationsCompleteResult
- type ListChatOperationsCustomPager
- type ListChatOperationsOperationOptions
- type ListChatOperationsOperationResponse
- type TeamsAsyncOperationOperationPredicate
- type UpdateChatOperationOperationOptions
- type UpdateChatOperationOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatOperationClient ¶
func NewChatOperationClientWithBaseURI ¶
func NewChatOperationClientWithBaseURI(sdkApi sdkEnv.Api) (*ChatOperationClient, error)
func (ChatOperationClient) CreateChatOperation ¶
func (c ChatOperationClient) CreateChatOperation(ctx context.Context, id beta.UserIdChatId, input beta.TeamsAsyncOperation, options CreateChatOperationOperationOptions) (result CreateChatOperationOperationResponse, err error)
CreateChatOperation - Create new navigation property to operations for users
func (ChatOperationClient) DeleteChatOperation ¶
func (c ChatOperationClient) DeleteChatOperation(ctx context.Context, id beta.UserIdChatIdOperationId, options DeleteChatOperationOperationOptions) (result DeleteChatOperationOperationResponse, err error)
DeleteChatOperation - Delete navigation property operations for users
func (ChatOperationClient) GetChatOperation ¶
func (c ChatOperationClient) GetChatOperation(ctx context.Context, id beta.UserIdChatIdOperationId, options GetChatOperationOperationOptions) (result GetChatOperationOperationResponse, err error)
GetChatOperation - Get operations from users. A collection of all the Teams async operations that ran or are running on the chat. Nullable.
func (ChatOperationClient) GetChatOperationsCount ¶
func (c ChatOperationClient) GetChatOperationsCount(ctx context.Context, id beta.UserIdChatId, options GetChatOperationsCountOperationOptions) (result GetChatOperationsCountOperationResponse, err error)
GetChatOperationsCount - Get the number of the resource
func (ChatOperationClient) ListChatOperations ¶
func (c ChatOperationClient) ListChatOperations(ctx context.Context, id beta.UserIdChatId, options ListChatOperationsOperationOptions) (result ListChatOperationsOperationResponse, err error)
ListChatOperations - Get operations from users. A collection of all the Teams async operations that ran or are running on the chat. Nullable.
func (ChatOperationClient) ListChatOperationsComplete ¶
func (c ChatOperationClient) ListChatOperationsComplete(ctx context.Context, id beta.UserIdChatId, options ListChatOperationsOperationOptions) (ListChatOperationsCompleteResult, error)
ListChatOperationsComplete retrieves all the results into a single object
func (ChatOperationClient) ListChatOperationsCompleteMatchingPredicate ¶
func (c ChatOperationClient) ListChatOperationsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdChatId, options ListChatOperationsOperationOptions, predicate TeamsAsyncOperationOperationPredicate) (result ListChatOperationsCompleteResult, err error)
ListChatOperationsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ChatOperationClient) UpdateChatOperation ¶
func (c ChatOperationClient) UpdateChatOperation(ctx context.Context, id beta.UserIdChatIdOperationId, input beta.TeamsAsyncOperation, options UpdateChatOperationOperationOptions) (result UpdateChatOperationOperationResponse, err error)
UpdateChatOperation - Update the navigation property operations in users
type CreateChatOperationOperationOptions ¶
type CreateChatOperationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateChatOperationOperationOptions ¶
func DefaultCreateChatOperationOperationOptions() CreateChatOperationOperationOptions
func (CreateChatOperationOperationOptions) ToHeaders ¶
func (o CreateChatOperationOperationOptions) ToHeaders() *client.Headers
func (CreateChatOperationOperationOptions) ToOData ¶
func (o CreateChatOperationOperationOptions) ToOData() *odata.Query
func (CreateChatOperationOperationOptions) ToQuery ¶
func (o CreateChatOperationOperationOptions) ToQuery() *client.QueryParams
type DeleteChatOperationOperationOptions ¶
type DeleteChatOperationOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteChatOperationOperationOptions ¶
func DefaultDeleteChatOperationOperationOptions() DeleteChatOperationOperationOptions
func (DeleteChatOperationOperationOptions) ToHeaders ¶
func (o DeleteChatOperationOperationOptions) ToHeaders() *client.Headers
func (DeleteChatOperationOperationOptions) ToOData ¶
func (o DeleteChatOperationOperationOptions) ToOData() *odata.Query
func (DeleteChatOperationOperationOptions) ToQuery ¶
func (o DeleteChatOperationOperationOptions) ToQuery() *client.QueryParams
type GetChatOperationOperationOptions ¶
type GetChatOperationOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetChatOperationOperationOptions ¶
func DefaultGetChatOperationOperationOptions() GetChatOperationOperationOptions
func (GetChatOperationOperationOptions) ToHeaders ¶
func (o GetChatOperationOperationOptions) ToHeaders() *client.Headers
func (GetChatOperationOperationOptions) ToOData ¶
func (o GetChatOperationOperationOptions) ToOData() *odata.Query
func (GetChatOperationOperationOptions) ToQuery ¶
func (o GetChatOperationOperationOptions) ToQuery() *client.QueryParams
type GetChatOperationsCountOperationOptions ¶
type GetChatOperationsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetChatOperationsCountOperationOptions ¶
func DefaultGetChatOperationsCountOperationOptions() GetChatOperationsCountOperationOptions
func (GetChatOperationsCountOperationOptions) ToHeaders ¶
func (o GetChatOperationsCountOperationOptions) ToHeaders() *client.Headers
func (GetChatOperationsCountOperationOptions) ToOData ¶
func (o GetChatOperationsCountOperationOptions) ToOData() *odata.Query
func (GetChatOperationsCountOperationOptions) ToQuery ¶
func (o GetChatOperationsCountOperationOptions) ToQuery() *client.QueryParams
type ListChatOperationsCompleteResult ¶
type ListChatOperationsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.TeamsAsyncOperation }
type ListChatOperationsCustomPager ¶
func (*ListChatOperationsCustomPager) NextPageLink ¶
func (p *ListChatOperationsCustomPager) NextPageLink() *odata.Link
type ListChatOperationsOperationOptions ¶
type ListChatOperationsOperationOptions 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 DefaultListChatOperationsOperationOptions ¶
func DefaultListChatOperationsOperationOptions() ListChatOperationsOperationOptions
func (ListChatOperationsOperationOptions) ToHeaders ¶
func (o ListChatOperationsOperationOptions) ToHeaders() *client.Headers
func (ListChatOperationsOperationOptions) ToOData ¶
func (o ListChatOperationsOperationOptions) ToOData() *odata.Query
func (ListChatOperationsOperationOptions) ToQuery ¶
func (o ListChatOperationsOperationOptions) ToQuery() *client.QueryParams
type TeamsAsyncOperationOperationPredicate ¶
type TeamsAsyncOperationOperationPredicate struct { }
func (TeamsAsyncOperationOperationPredicate) Matches ¶
func (p TeamsAsyncOperationOperationPredicate) Matches(input beta.TeamsAsyncOperation) bool
type UpdateChatOperationOperationOptions ¶
type UpdateChatOperationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateChatOperationOperationOptions ¶
func DefaultUpdateChatOperationOperationOptions() UpdateChatOperationOperationOptions
func (UpdateChatOperationOperationOptions) ToHeaders ¶
func (o UpdateChatOperationOperationOptions) ToHeaders() *client.Headers
func (UpdateChatOperationOperationOptions) ToOData ¶
func (o UpdateChatOperationOperationOptions) ToOData() *odata.Query
func (UpdateChatOperationOperationOptions) ToQuery ¶
func (o UpdateChatOperationOperationOptions) ToQuery() *client.QueryParams