Documentation
¶
Index ¶
- type WorkforceIntegrationItemRequestBuilder
- func (m *WorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *WorkforceIntegrationItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *WorkforceIntegrationItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *WorkforceIntegrationItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type WorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration
- type WorkforceIntegrationItemRequestBuilderGetQueryParameters
- type WorkforceIntegrationItemRequestBuilderGetRequestConfiguration
- type WorkforceIntegrationItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkforceIntegrationItemRequestBuilder ¶ added in v0.12.0
type WorkforceIntegrationItemRequestBuilder struct {
// contains filtered or unexported fields
}
WorkforceIntegrationItemRequestBuilder provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.
func NewWorkforceIntegrationItemRequestBuilder ¶ added in v0.12.0
func NewWorkforceIntegrationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WorkforceIntegrationItemRequestBuilder
NewWorkforceIntegrationItemRequestBuilder instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.
func NewWorkforceIntegrationItemRequestBuilderInternal ¶ added in v0.12.0
func NewWorkforceIntegrationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WorkforceIntegrationItemRequestBuilder
NewWorkforceIntegrationItemRequestBuilderInternal instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.
func (*WorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *WorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property workforceIntegrations for teamwork
func (*WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *WorkforceIntegrationItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get workforceIntegrations from teamwork
func (*WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, requestConfiguration *WorkforceIntegrationItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property workforceIntegrations in teamwork
func (*WorkforceIntegrationItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *WorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property workforceIntegrations for teamwork
func (*WorkforceIntegrationItemRequestBuilder) Get ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *WorkforceIntegrationItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, error)
Get get workforceIntegrations from teamwork
func (*WorkforceIntegrationItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, requestConfiguration *WorkforceIntegrationItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, error)
Patch update the navigation property workforceIntegrations in teamwork
type WorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type WorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
WorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type WorkforceIntegrationItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type WorkforceIntegrationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
WorkforceIntegrationItemRequestBuilderGetQueryParameters get workforceIntegrations from teamwork
type WorkforceIntegrationItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type WorkforceIntegrationItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *WorkforceIntegrationItemRequestBuilderGetQueryParameters
}
WorkforceIntegrationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type WorkforceIntegrationItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type WorkforceIntegrationItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
WorkforceIntegrationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.