Documentation
¶
Index ¶
- type TeamworkRequestBuilder
- func (m *TeamworkRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamworkRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamworkRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamworkable, ...)
- func (m *TeamworkRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamworkable, ...)
- func (m *TeamworkRequestBuilder) SendActivityNotificationToRecipients() *TeamworkSendActivityNotificationToRecipientsRequestBuilder
- func (m *TeamworkRequestBuilder) WorkforceIntegrations() *TeamworkWorkforceIntegrationsRequestBuilder
- func (m *TeamworkRequestBuilder) WorkforceIntegrationsById(id string) *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder
- type TeamworkRequestBuilderGetQueryParameters
- type TeamworkRequestBuilderGetRequestConfiguration
- type TeamworkRequestBuilderPatchRequestConfiguration
- type TeamworkSendActivityNotificationToRecipientsRequestBuilder
- func NewTeamworkSendActivityNotificationToRecipientsRequestBuilder(rawUrl string, ...) *TeamworkSendActivityNotificationToRecipientsRequestBuilder
- func NewTeamworkSendActivityNotificationToRecipientsRequestBuilderInternal(pathParameters map[string]string, ...) *TeamworkSendActivityNotificationToRecipientsRequestBuilder
- type TeamworkSendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration
- type TeamworkWorkforceIntegrationsCountRequestBuilder
- type TeamworkWorkforceIntegrationsCountRequestBuilderGetRequestConfiguration
- type TeamworkWorkforceIntegrationsRequestBuilder
- func (m *TeamworkWorkforceIntegrationsRequestBuilder) Count() *TeamworkWorkforceIntegrationsCountRequestBuilder
- func (m *TeamworkWorkforceIntegrationsRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamworkWorkforceIntegrationsRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamworkWorkforceIntegrationsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *TeamworkWorkforceIntegrationsRequestBuilder) Post(ctx context.Context, ...) (...)
- type TeamworkWorkforceIntegrationsRequestBuilderGetQueryParameters
- type TeamworkWorkforceIntegrationsRequestBuilderGetRequestConfiguration
- type TeamworkWorkforceIntegrationsRequestBuilderPostRequestConfiguration
- type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder
- func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder(rawUrl string, ...) *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder
- func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal(pathParameters map[string]string, ...) *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder
- func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration
- type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters
- type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration
- type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TeamworkRequestBuilder ¶
type TeamworkRequestBuilder struct {
// contains filtered or unexported fields
}
TeamworkRequestBuilder provides operations to manage the teamwork singleton.
func NewTeamworkRequestBuilder ¶
func NewTeamworkRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkRequestBuilder
NewTeamworkRequestBuilder instantiates a new TeamworkRequestBuilder and sets the default values.
func NewTeamworkRequestBuilderInternal ¶
func NewTeamworkRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkRequestBuilder
NewTeamworkRequestBuilderInternal instantiates a new TeamworkRequestBuilder and sets the default values.
func (*TeamworkRequestBuilder) CreateGetRequestInformation ¶
func (m *TeamworkRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *TeamworkRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get teamwork
func (*TeamworkRequestBuilder) CreatePatchRequestInformation ¶
func (m *TeamworkRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamworkable, requestConfiguration *TeamworkRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update teamwork
func (*TeamworkRequestBuilder) Get ¶
func (m *TeamworkRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamworkRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamworkable, error)
Get get teamwork
func (*TeamworkRequestBuilder) Patch ¶
func (m *TeamworkRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamworkable, requestConfiguration *TeamworkRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamworkable, error)
Patch update teamwork
func (*TeamworkRequestBuilder) SendActivityNotificationToRecipients ¶ added in v0.43.0
func (m *TeamworkRequestBuilder) SendActivityNotificationToRecipients() *TeamworkSendActivityNotificationToRecipientsRequestBuilder
SendActivityNotificationToRecipients provides operations to call the sendActivityNotificationToRecipients method.
func (*TeamworkRequestBuilder) WorkforceIntegrations ¶
func (m *TeamworkRequestBuilder) WorkforceIntegrations() *TeamworkWorkforceIntegrationsRequestBuilder
WorkforceIntegrations provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.
func (*TeamworkRequestBuilder) WorkforceIntegrationsById ¶
func (m *TeamworkRequestBuilder) WorkforceIntegrationsById(id string) *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder
WorkforceIntegrationsById provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.
type TeamworkRequestBuilderGetQueryParameters ¶
type TeamworkRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
TeamworkRequestBuilderGetQueryParameters get teamwork
type TeamworkRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type TeamworkRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *TeamworkRequestBuilderGetQueryParameters
}
TeamworkRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamworkRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type TeamworkRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TeamworkRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamworkSendActivityNotificationToRecipientsRequestBuilder ¶ added in v0.48.0
type TeamworkSendActivityNotificationToRecipientsRequestBuilder struct {
// contains filtered or unexported fields
}
TeamworkSendActivityNotificationToRecipientsRequestBuilder provides operations to call the sendActivityNotificationToRecipients method.
func NewTeamworkSendActivityNotificationToRecipientsRequestBuilder ¶ added in v0.48.0
func NewTeamworkSendActivityNotificationToRecipientsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkSendActivityNotificationToRecipientsRequestBuilder
NewTeamworkSendActivityNotificationToRecipientsRequestBuilder instantiates a new SendActivityNotificationToRecipientsRequestBuilder and sets the default values.
func NewTeamworkSendActivityNotificationToRecipientsRequestBuilderInternal ¶ added in v0.48.0
func NewTeamworkSendActivityNotificationToRecipientsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkSendActivityNotificationToRecipientsRequestBuilder
NewTeamworkSendActivityNotificationToRecipientsRequestBuilderInternal instantiates a new SendActivityNotificationToRecipientsRequestBuilder and sets the default values.
func (*TeamworkSendActivityNotificationToRecipientsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0
func (m *TeamworkSendActivityNotificationToRecipientsRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkSendActivityNotificationToRecipientsPostRequestBodyable, requestConfiguration *TeamworkSendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action sendActivityNotificationToRecipients
func (*TeamworkSendActivityNotificationToRecipientsRequestBuilder) Post ¶ added in v0.48.0
func (m *TeamworkSendActivityNotificationToRecipientsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkSendActivityNotificationToRecipientsPostRequestBodyable, requestConfiguration *TeamworkSendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration) error
Post invoke action sendActivityNotificationToRecipients
type TeamworkSendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0
type TeamworkSendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TeamworkSendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamworkWorkforceIntegrationsCountRequestBuilder ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsCountRequestBuilder struct {
// contains filtered or unexported fields
}
TeamworkWorkforceIntegrationsCountRequestBuilder provides operations to count the resources in the collection.
func NewTeamworkWorkforceIntegrationsCountRequestBuilder ¶ added in v0.48.0
func NewTeamworkWorkforceIntegrationsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsCountRequestBuilder
NewTeamworkWorkforceIntegrationsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewTeamworkWorkforceIntegrationsCountRequestBuilderInternal ¶ added in v0.48.0
func NewTeamworkWorkforceIntegrationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsCountRequestBuilder
NewTeamworkWorkforceIntegrationsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*TeamworkWorkforceIntegrationsCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsCountRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *TeamworkWorkforceIntegrationsCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the number of the resource
func (*TeamworkWorkforceIntegrationsCountRequestBuilder) Get ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamworkWorkforceIntegrationsCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
type TeamworkWorkforceIntegrationsCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsCountRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TeamworkWorkforceIntegrationsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamworkWorkforceIntegrationsRequestBuilder ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsRequestBuilder struct {
// contains filtered or unexported fields
}
TeamworkWorkforceIntegrationsRequestBuilder provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.
func NewTeamworkWorkforceIntegrationsRequestBuilder ¶ added in v0.48.0
func NewTeamworkWorkforceIntegrationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsRequestBuilder
NewTeamworkWorkforceIntegrationsRequestBuilder instantiates a new WorkforceIntegrationsRequestBuilder and sets the default values.
func NewTeamworkWorkforceIntegrationsRequestBuilderInternal ¶ added in v0.48.0
func NewTeamworkWorkforceIntegrationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsRequestBuilder
NewTeamworkWorkforceIntegrationsRequestBuilderInternal instantiates a new WorkforceIntegrationsRequestBuilder and sets the default values.
func (*TeamworkWorkforceIntegrationsRequestBuilder) Count ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsRequestBuilder) Count() *TeamworkWorkforceIntegrationsCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*TeamworkWorkforceIntegrationsRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *TeamworkWorkforceIntegrationsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation retrieve a list of workforceIntegration objects.
func (*TeamworkWorkforceIntegrationsRequestBuilder) CreatePostRequestInformation ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, requestConfiguration *TeamworkWorkforceIntegrationsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create a new workforceIntegration object.You can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests.
func (*TeamworkWorkforceIntegrationsRequestBuilder) Get ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamworkWorkforceIntegrationsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationCollectionResponseable, error)
Get retrieve a list of workforceIntegration objects.
func (*TeamworkWorkforceIntegrationsRequestBuilder) Post ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, requestConfiguration *TeamworkWorkforceIntegrationsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, error)
Post create a new workforceIntegration object.You can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests.
type TeamworkWorkforceIntegrationsRequestBuilderGetQueryParameters ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
TeamworkWorkforceIntegrationsRequestBuilderGetQueryParameters retrieve a list of workforceIntegration objects.
type TeamworkWorkforceIntegrationsRequestBuilderGetRequestConfiguration ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *TeamworkWorkforceIntegrationsRequestBuilderGetQueryParameters
}
TeamworkWorkforceIntegrationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamworkWorkforceIntegrationsRequestBuilderPostRequestConfiguration ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TeamworkWorkforceIntegrationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder struct {
// contains filtered or unexported fields
}
TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.
func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder ¶ added in v0.48.0
func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder
NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.
func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal ¶ added in v0.48.0
func NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder
NewTeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderInternal instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.
func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property workforceIntegrations for teamwork
func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get workforceIntegrations from teamwork
func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, requestConfiguration *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property workforceIntegrations in teamwork
func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Delete ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property workforceIntegrations for teamwork
func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Get ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, error)
Get get workforceIntegrations from teamwork
func (*TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Patch ¶ added in v0.48.0
func (m *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, requestConfiguration *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, error)
Patch update the navigation property workforceIntegrations in teamwork
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters get workforceIntegrations from teamwork
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetQueryParameters
}
TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0
type TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TeamworkWorkforceIntegrationsWorkforceIntegrationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.