Documentation
¶
Index ¶
- type TeamworkRequestBuilder
- func (m *TeamworkRequestBuilder) CreateGetRequestInformation(options *TeamworkRequestBuilderGetOptions) (...)
- func (m *TeamworkRequestBuilder) CreatePatchRequestInformation(options *TeamworkRequestBuilderPatchOptions) (...)
- func (m *TeamworkRequestBuilder) Get(options *TeamworkRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Teamwork, ...)
- func (m *TeamworkRequestBuilder) Patch(options *TeamworkRequestBuilderPatchOptions) error
- func (m *TeamworkRequestBuilder) WorkforceIntegrations() ...
- func (m *TeamworkRequestBuilder) WorkforceIntegrationsById(id string) ...
- type TeamworkRequestBuilderGetOptions
- type TeamworkRequestBuilderGetQueryParameters
- type TeamworkRequestBuilderPatchOptions
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
}
Builds and executes requests for operations under \teamwork
func NewTeamworkRequestBuilder ¶
func NewTeamworkRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TeamworkRequestBuilder
Instantiates a new TeamworkRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewTeamworkRequestBuilderInternal ¶
func NewTeamworkRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TeamworkRequestBuilder
Instantiates a new TeamworkRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*TeamworkRequestBuilder) CreateGetRequestInformation ¶
func (m *TeamworkRequestBuilder) CreateGetRequestInformation(options *TeamworkRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get teamwork Parameters:
- options : Options for the request
func (*TeamworkRequestBuilder) CreatePatchRequestInformation ¶
func (m *TeamworkRequestBuilder) CreatePatchRequestInformation(options *TeamworkRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update teamwork Parameters:
- options : Options for the request
func (*TeamworkRequestBuilder) Get ¶
func (m *TeamworkRequestBuilder) Get(options *TeamworkRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Teamwork, error)
Get teamwork Parameters:
- options : Options for the request
func (*TeamworkRequestBuilder) Patch ¶
func (m *TeamworkRequestBuilder) Patch(options *TeamworkRequestBuilderPatchOptions) error
Update teamwork Parameters:
- options : Options for the request
func (*TeamworkRequestBuilder) WorkforceIntegrations ¶
func (m *TeamworkRequestBuilder) WorkforceIntegrations() *iddcac2568dd554d7be34ddc7c2ac2e4fbb78d101317aac3fb089b697445cbfed.WorkforceIntegrationsRequestBuilder
func (*TeamworkRequestBuilder) WorkforceIntegrationsById ¶
func (m *TeamworkRequestBuilder) WorkforceIntegrationsById(id string) *i295aba9e44cb402c499d2a80cfc1debd716eaecddf1f4ebc306a69d2b3c53bc8.WorkforceIntegrationRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.teamwork.workforceIntegrations.item collection Parameters:
- id : Unique identifier of the item
type TeamworkRequestBuilderGetOptions ¶
type TeamworkRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *TeamworkRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type TeamworkRequestBuilderGetQueryParameters ¶
type TeamworkRequestBuilderGetQueryParameters struct {
ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
Get teamwork
type TeamworkRequestBuilderPatchOptions ¶
type TeamworkRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Teamwork
// 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
}
Options for Patch
Click to show internal directories.
Click to hide internal directories.