Documentation
¶
Index ¶
- type PrintTaskItemRequestBuilder
- func (m *PrintTaskItemRequestBuilder) CreateDeleteRequestInformation(options *PrintTaskItemRequestBuilderDeleteOptions) (...)
- func (m *PrintTaskItemRequestBuilder) CreateGetRequestInformation(options *PrintTaskItemRequestBuilderGetOptions) (...)
- func (m *PrintTaskItemRequestBuilder) CreatePatchRequestInformation(options *PrintTaskItemRequestBuilderPatchOptions) (...)
- func (m *PrintTaskItemRequestBuilder) Definition() ...
- func (m *PrintTaskItemRequestBuilder) Delete(options *PrintTaskItemRequestBuilderDeleteOptions) error
- func (m *PrintTaskItemRequestBuilder) Get(options *PrintTaskItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintTask, ...)
- func (m *PrintTaskItemRequestBuilder) Patch(options *PrintTaskItemRequestBuilderPatchOptions) error
- func (m *PrintTaskItemRequestBuilder) Trigger() ...
- type PrintTaskItemRequestBuilderDeleteOptions
- type PrintTaskItemRequestBuilderGetOptions
- type PrintTaskItemRequestBuilderGetQueryParameters
- type PrintTaskItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintTaskItemRequestBuilder ¶ added in v0.12.0
type PrintTaskItemRequestBuilder struct {
// contains filtered or unexported fields
}
PrintTaskItemRequestBuilder builds and executes requests for operations under \print\taskDefinitions\{printTaskDefinition-id}\tasks\{printTask-id}
func NewPrintTaskItemRequestBuilder ¶ added in v0.12.0
func NewPrintTaskItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrintTaskItemRequestBuilder
NewPrintTaskItemRequestBuilder instantiates a new PrintTaskItemRequestBuilder and sets the default values.
func NewPrintTaskItemRequestBuilderInternal ¶ added in v0.12.0
func NewPrintTaskItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrintTaskItemRequestBuilder
NewPrintTaskItemRequestBuilderInternal instantiates a new PrintTaskItemRequestBuilder and sets the default values.
func (*PrintTaskItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *PrintTaskItemRequestBuilder) CreateDeleteRequestInformation(options *PrintTaskItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation a list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.
func (*PrintTaskItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *PrintTaskItemRequestBuilder) CreateGetRequestInformation(options *PrintTaskItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation a list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.
func (*PrintTaskItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *PrintTaskItemRequestBuilder) CreatePatchRequestInformation(options *PrintTaskItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation a list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.
func (*PrintTaskItemRequestBuilder) Definition ¶ added in v0.12.0
func (*PrintTaskItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PrintTaskItemRequestBuilder) Delete(options *PrintTaskItemRequestBuilderDeleteOptions) error
Delete a list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.
func (*PrintTaskItemRequestBuilder) Get ¶ added in v0.12.0
func (m *PrintTaskItemRequestBuilder) Get(options *PrintTaskItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintTask, error)
Get a list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.
func (*PrintTaskItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *PrintTaskItemRequestBuilder) Patch(options *PrintTaskItemRequestBuilderPatchOptions) error
Patch a list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.
type PrintTaskItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type PrintTaskItemRequestBuilderDeleteOptions 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
}
PrintTaskItemRequestBuilderDeleteOptions options for Delete
type PrintTaskItemRequestBuilderGetOptions ¶ added in v0.12.0
type PrintTaskItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *PrintTaskItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
PrintTaskItemRequestBuilderGetOptions options for Get
type PrintTaskItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type PrintTaskItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
PrintTaskItemRequestBuilderGetQueryParameters a list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.
type PrintTaskItemRequestBuilderPatchOptions ¶ added in v0.12.0
type PrintTaskItemRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintTask
// 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
}
PrintTaskItemRequestBuilderPatchOptions options for Patch