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 ¶
type WorkforceIntegrationItemRequestBuilder struct {
// contains filtered or unexported fields
}
WorkforceIntegrationItemRequestBuilder provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity.
func NewWorkforceIntegrationItemRequestBuilder ¶
func NewWorkforceIntegrationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WorkforceIntegrationItemRequestBuilder
NewWorkforceIntegrationItemRequestBuilder instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.
func NewWorkforceIntegrationItemRequestBuilderInternal ¶
func NewWorkforceIntegrationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WorkforceIntegrationItemRequestBuilder
NewWorkforceIntegrationItemRequestBuilderInternal instantiates a new WorkforceIntegrationItemRequestBuilder and sets the default values.
func (*WorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *WorkforceIntegrationItemRequestBuilder) CreateDeleteRequestInformation(options *WorkforceIntegrationItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property workforceIntegrations for teamwork
func (*WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation ¶
func (m *WorkforceIntegrationItemRequestBuilder) CreateGetRequestInformation(options *WorkforceIntegrationItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a workforce integration with shifts.
func (*WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *WorkforceIntegrationItemRequestBuilder) CreatePatchRequestInformation(options *WorkforceIntegrationItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property workforceIntegrations in teamwork
func (*WorkforceIntegrationItemRequestBuilder) Delete ¶
func (m *WorkforceIntegrationItemRequestBuilder) Delete(options *WorkforceIntegrationItemRequestBuilderDeleteOptions) error
Delete delete navigation property workforceIntegrations for teamwork
func (*WorkforceIntegrationItemRequestBuilder) Get ¶
func (m *WorkforceIntegrationItemRequestBuilder) Get(options *WorkforceIntegrationItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WorkforceIntegrationable, error)
Get a workforce integration with shifts.
func (*WorkforceIntegrationItemRequestBuilder) Patch ¶
func (m *WorkforceIntegrationItemRequestBuilder) Patch(options *WorkforceIntegrationItemRequestBuilderPatchOptions) error
Patch update the navigation property workforceIntegrations in teamwork
type WorkforceIntegrationItemRequestBuilderDeleteOptions ¶
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 ¶
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 ¶
type WorkforceIntegrationItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
WorkforceIntegrationItemRequestBuilderGetQueryParameters a workforce integration with shifts.
type WorkforceIntegrationItemRequestBuilderPatchOptions ¶
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