Documentation ¶
Index ¶
- type CreateTeamTagOperationOptions
- type CreateTeamTagOperationResponse
- type DeleteTeamTagOperationOptions
- type DeleteTeamTagOperationResponse
- type GetTeamTagOperationOptions
- type GetTeamTagOperationResponse
- type GetTeamTagsCountOperationOptions
- type GetTeamTagsCountOperationResponse
- type ListTeamTagsCompleteResult
- type ListTeamTagsCustomPager
- type ListTeamTagsOperationOptions
- type ListTeamTagsOperationResponse
- type TeamTagClient
- func (c TeamTagClient) CreateTeamTag(ctx context.Context, id stable.GroupId, input stable.TeamworkTag, ...) (result CreateTeamTagOperationResponse, err error)
- func (c TeamTagClient) DeleteTeamTag(ctx context.Context, id stable.GroupIdTeamTagId, ...) (result DeleteTeamTagOperationResponse, err error)
- func (c TeamTagClient) GetTeamTag(ctx context.Context, id stable.GroupIdTeamTagId, ...) (result GetTeamTagOperationResponse, err error)
- func (c TeamTagClient) GetTeamTagsCount(ctx context.Context, id stable.GroupId, ...) (result GetTeamTagsCountOperationResponse, err error)
- func (c TeamTagClient) ListTeamTags(ctx context.Context, id stable.GroupId, options ListTeamTagsOperationOptions) (result ListTeamTagsOperationResponse, err error)
- func (c TeamTagClient) ListTeamTagsComplete(ctx context.Context, id stable.GroupId, options ListTeamTagsOperationOptions) (ListTeamTagsCompleteResult, error)
- func (c TeamTagClient) ListTeamTagsCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, options ListTeamTagsOperationOptions, ...) (result ListTeamTagsCompleteResult, err error)
- func (c TeamTagClient) UpdateTeamTag(ctx context.Context, id stable.GroupIdTeamTagId, input stable.TeamworkTag, ...) (result UpdateTeamTagOperationResponse, err error)
- type TeamworkTagOperationPredicate
- type UpdateTeamTagOperationOptions
- type UpdateTeamTagOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTeamTagOperationOptions ¶
type CreateTeamTagOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateTeamTagOperationOptions ¶
func DefaultCreateTeamTagOperationOptions() CreateTeamTagOperationOptions
func (CreateTeamTagOperationOptions) ToHeaders ¶
func (o CreateTeamTagOperationOptions) ToHeaders() *client.Headers
func (CreateTeamTagOperationOptions) ToOData ¶
func (o CreateTeamTagOperationOptions) ToOData() *odata.Query
func (CreateTeamTagOperationOptions) ToQuery ¶
func (o CreateTeamTagOperationOptions) ToQuery() *client.QueryParams
type DeleteTeamTagOperationOptions ¶
type DeleteTeamTagOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteTeamTagOperationOptions ¶
func DefaultDeleteTeamTagOperationOptions() DeleteTeamTagOperationOptions
func (DeleteTeamTagOperationOptions) ToHeaders ¶
func (o DeleteTeamTagOperationOptions) ToHeaders() *client.Headers
func (DeleteTeamTagOperationOptions) ToOData ¶
func (o DeleteTeamTagOperationOptions) ToOData() *odata.Query
func (DeleteTeamTagOperationOptions) ToQuery ¶
func (o DeleteTeamTagOperationOptions) ToQuery() *client.QueryParams
type GetTeamTagOperationOptions ¶
type GetTeamTagOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetTeamTagOperationOptions ¶
func DefaultGetTeamTagOperationOptions() GetTeamTagOperationOptions
func (GetTeamTagOperationOptions) ToHeaders ¶
func (o GetTeamTagOperationOptions) ToHeaders() *client.Headers
func (GetTeamTagOperationOptions) ToOData ¶
func (o GetTeamTagOperationOptions) ToOData() *odata.Query
func (GetTeamTagOperationOptions) ToQuery ¶
func (o GetTeamTagOperationOptions) ToQuery() *client.QueryParams
type GetTeamTagsCountOperationOptions ¶
type GetTeamTagsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetTeamTagsCountOperationOptions ¶
func DefaultGetTeamTagsCountOperationOptions() GetTeamTagsCountOperationOptions
func (GetTeamTagsCountOperationOptions) ToHeaders ¶
func (o GetTeamTagsCountOperationOptions) ToHeaders() *client.Headers
func (GetTeamTagsCountOperationOptions) ToOData ¶
func (o GetTeamTagsCountOperationOptions) ToOData() *odata.Query
func (GetTeamTagsCountOperationOptions) ToQuery ¶
func (o GetTeamTagsCountOperationOptions) ToQuery() *client.QueryParams
type ListTeamTagsCompleteResult ¶
type ListTeamTagsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.TeamworkTag }
type ListTeamTagsCustomPager ¶
func (*ListTeamTagsCustomPager) NextPageLink ¶
func (p *ListTeamTagsCustomPager) NextPageLink() *odata.Link
type ListTeamTagsOperationOptions ¶
type ListTeamTagsOperationOptions 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 DefaultListTeamTagsOperationOptions ¶
func DefaultListTeamTagsOperationOptions() ListTeamTagsOperationOptions
func (ListTeamTagsOperationOptions) ToHeaders ¶
func (o ListTeamTagsOperationOptions) ToHeaders() *client.Headers
func (ListTeamTagsOperationOptions) ToOData ¶
func (o ListTeamTagsOperationOptions) ToOData() *odata.Query
func (ListTeamTagsOperationOptions) ToQuery ¶
func (o ListTeamTagsOperationOptions) ToQuery() *client.QueryParams
type TeamTagClient ¶
func NewTeamTagClientWithBaseURI ¶
func NewTeamTagClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamTagClient, error)
func (TeamTagClient) CreateTeamTag ¶
func (c TeamTagClient) CreateTeamTag(ctx context.Context, id stable.GroupId, input stable.TeamworkTag, options CreateTeamTagOperationOptions) (result CreateTeamTagOperationResponse, err error)
CreateTeamTag - Create new navigation property to tags for groups
func (TeamTagClient) DeleteTeamTag ¶
func (c TeamTagClient) DeleteTeamTag(ctx context.Context, id stable.GroupIdTeamTagId, options DeleteTeamTagOperationOptions) (result DeleteTeamTagOperationResponse, err error)
DeleteTeamTag - Delete navigation property tags for groups
func (TeamTagClient) GetTeamTag ¶
func (c TeamTagClient) GetTeamTag(ctx context.Context, id stable.GroupIdTeamTagId, options GetTeamTagOperationOptions) (result GetTeamTagOperationResponse, err error)
GetTeamTag - Get tags from groups. The tags associated with the team.
func (TeamTagClient) GetTeamTagsCount ¶
func (c TeamTagClient) GetTeamTagsCount(ctx context.Context, id stable.GroupId, options GetTeamTagsCountOperationOptions) (result GetTeamTagsCountOperationResponse, err error)
GetTeamTagsCount - Get the number of the resource
func (TeamTagClient) ListTeamTags ¶
func (c TeamTagClient) ListTeamTags(ctx context.Context, id stable.GroupId, options ListTeamTagsOperationOptions) (result ListTeamTagsOperationResponse, err error)
ListTeamTags - Get tags from groups. The tags associated with the team.
func (TeamTagClient) ListTeamTagsComplete ¶
func (c TeamTagClient) ListTeamTagsComplete(ctx context.Context, id stable.GroupId, options ListTeamTagsOperationOptions) (ListTeamTagsCompleteResult, error)
ListTeamTagsComplete retrieves all the results into a single object
func (TeamTagClient) ListTeamTagsCompleteMatchingPredicate ¶
func (c TeamTagClient) ListTeamTagsCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, options ListTeamTagsOperationOptions, predicate TeamworkTagOperationPredicate) (result ListTeamTagsCompleteResult, err error)
ListTeamTagsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (TeamTagClient) UpdateTeamTag ¶
func (c TeamTagClient) UpdateTeamTag(ctx context.Context, id stable.GroupIdTeamTagId, input stable.TeamworkTag, options UpdateTeamTagOperationOptions) (result UpdateTeamTagOperationResponse, err error)
UpdateTeamTag - Update the navigation property tags in groups
type TeamworkTagOperationPredicate ¶
type TeamworkTagOperationPredicate struct { }
func (TeamworkTagOperationPredicate) Matches ¶
func (p TeamworkTagOperationPredicate) Matches(input stable.TeamworkTag) bool
type UpdateTeamTagOperationOptions ¶
type UpdateTeamTagOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateTeamTagOperationOptions ¶
func DefaultUpdateTeamTagOperationOptions() UpdateTeamTagOperationOptions
func (UpdateTeamTagOperationOptions) ToHeaders ¶
func (o UpdateTeamTagOperationOptions) ToHeaders() *client.Headers
func (UpdateTeamTagOperationOptions) ToOData ¶
func (o UpdateTeamTagOperationOptions) ToOData() *odata.Query
func (UpdateTeamTagOperationOptions) ToQuery ¶
func (o UpdateTeamTagOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.