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 builds and executes requests for operations under \teamwork\workforceIntegrations\{workforceIntegration-id}
func NewWorkforceIntegrationItemRequestBuilder ¶ added in v0.12.0
func NewWorkforceIntegrationItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation a workforce integration with shifts.
func (*WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation(options *WorkforceIntegrationItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation a workforce integration with shifts.
func (*WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation(options *WorkforceIntegrationItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation a workforce integration with shifts.
func (*WorkforceIntegrationItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) Delete(options *WorkforceIntegrationItemRequestBuilderDeleteOptions) error
Delete a workforce integration with shifts.
func (*WorkforceIntegrationItemRequestBuilder) Get ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) Get(options *WorkforceIntegrationItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkforceIntegration, error)
Get a workforce integration with shifts.
func (*WorkforceIntegrationItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *WorkforceIntegrationItemRequestBuilder) Patch(options *WorkforceIntegrationItemRequestBuilderPatchOptions) error
Patch a workforce integration with shifts.
type WorkforceIntegrationItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type WorkforceIntegrationItemRequestBuilderDeleteOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
WorkforceIntegrationItemRequestBuilderDeleteOptions options for Delete
type WorkforceIntegrationItemRequestBuilderGetOptions ¶ added in v0.12.0
type WorkforceIntegrationItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *WorkforceIntegrationItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkforceIntegration
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
WorkforceIntegrationItemRequestBuilderPatchOptions options for Patch