Documentation
¶
Index ¶
- type WorkforceIntegrationItemRequestBuilder
- func (m *WorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation(options *WorkforceIntegrationItemRequestBuilderDeleteOptions) (...)
- func (m *WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation(options *WorkforceIntegrationItemRequestBuilderGetOptions) (...)
- func (m *WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation(options *WorkforceIntegrationItemRequestBuilderPatchOptions) (...)
- func (m *WorkforceIntegrationItemRequestBuilder) Delete(options *WorkforceIntegrationItemRequestBuilderDeleteOptions) error
- func (m *WorkforceIntegrationItemRequestBuilder) Get(options *WorkforceIntegrationItemRequestBuilderGetOptions) (...)
- func (m *WorkforceIntegrationItemRequestBuilder) Patch(options *WorkforceIntegrationItemRequestBuilderPatchOptions) error
- type WorkforceIntegrationItemRequestBuilderDeleteOptions
- type WorkforceIntegrationItemRequestBuilderGetOptions
- type WorkforceIntegrationItemRequestBuilderGetQueryParameters
- type WorkforceIntegrationItemRequestBuilderPatchOptions
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(options *WorkforceIntegrationItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property workforceIntegrations for teamwork
func (*WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation(options *WorkforceIntegrationItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a workforce integration with shifts.
func (*WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation(options *WorkforceIntegrationItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property workforceIntegrations in teamwork
func (*WorkforceIntegrationItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) Delete(options *WorkforceIntegrationItemRequestBuilderDeleteOptions) error
Delete delete navigation property workforceIntegrations for teamwork
func (*WorkforceIntegrationItemRequestBuilder) Get ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) Get(options *WorkforceIntegrationItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, error)
Get a workforce integration with shifts.
func (*WorkforceIntegrationItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) Patch(options *WorkforceIntegrationItemRequestBuilderPatchOptions) error
Patch update the navigation property workforceIntegrations in teamwork
type WorkforceIntegrationItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type WorkforceIntegrationItemRequestBuilderDeleteOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
WorkforceIntegrationItemRequestBuilderDeleteOptions options for Delete
type WorkforceIntegrationItemRequestBuilderGetOptions ¶ added in v0.12.0
type WorkforceIntegrationItemRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *WorkforceIntegrationItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
WorkforceIntegrationItemRequestBuilderGetOptions options for Get
type WorkforceIntegrationItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type WorkforceIntegrationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
WorkforceIntegrationItemRequestBuilderGetQueryParameters a workforce integration with shifts.
type WorkforceIntegrationItemRequestBuilderPatchOptions ¶ added in v0.12.0
type WorkforceIntegrationItemRequestBuilderPatchOptions struct {
//
Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
WorkforceIntegrationItemRequestBuilderPatchOptions options for Patch