Documentation
¶
Index ¶
- type PrinterRequestBuilder
- func (m *PrinterRequestBuilder) Connectors() ...
- func (m *PrinterRequestBuilder) CreateDeleteRequestInformation(options *PrinterRequestBuilderDeleteOptions) (...)
- func (m *PrinterRequestBuilder) CreateGetRequestInformation(options *PrinterRequestBuilderGetOptions) (...)
- func (m *PrinterRequestBuilder) CreatePatchRequestInformation(options *PrinterRequestBuilderPatchOptions) (...)
- func (m *PrinterRequestBuilder) Delete(options *PrinterRequestBuilderDeleteOptions) error
- func (m *PrinterRequestBuilder) Get(options *PrinterRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printer, ...)
- func (m *PrinterRequestBuilder) Patch(options *PrinterRequestBuilderPatchOptions) error
- func (m *PrinterRequestBuilder) RestoreFactoryDefaults() ...
- func (m *PrinterRequestBuilder) Shares() ...
- func (m *PrinterRequestBuilder) TaskTriggers() ...
- func (m *PrinterRequestBuilder) TaskTriggersById(id string) ...
- type PrinterRequestBuilderDeleteOptions
- type PrinterRequestBuilderGetOptions
- type PrinterRequestBuilderGetQueryParameters
- type PrinterRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrinterRequestBuilder ¶
type PrinterRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \print\printers\{printer-id}
func NewPrinterRequestBuilder ¶
func NewPrinterRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrinterRequestBuilder
Instantiates a new PrinterRequestBuilder 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 NewPrinterRequestBuilderInternal ¶
func NewPrinterRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrinterRequestBuilder
Instantiates a new PrinterRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*PrinterRequestBuilder) Connectors ¶
func (*PrinterRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PrinterRequestBuilder) CreateDeleteRequestInformation(options *PrinterRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The list of printers registered in the tenant. Parameters:
- options : Options for the request
func (*PrinterRequestBuilder) CreateGetRequestInformation ¶
func (m *PrinterRequestBuilder) CreateGetRequestInformation(options *PrinterRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The list of printers registered in the tenant. Parameters:
- options : Options for the request
func (*PrinterRequestBuilder) CreatePatchRequestInformation ¶
func (m *PrinterRequestBuilder) CreatePatchRequestInformation(options *PrinterRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The list of printers registered in the tenant. Parameters:
- options : Options for the request
func (*PrinterRequestBuilder) Delete ¶
func (m *PrinterRequestBuilder) Delete(options *PrinterRequestBuilderDeleteOptions) error
The list of printers registered in the tenant. Parameters:
- options : Options for the request
func (*PrinterRequestBuilder) Get ¶
func (m *PrinterRequestBuilder) Get(options *PrinterRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printer, error)
The list of printers registered in the tenant. Parameters:
- options : Options for the request
func (*PrinterRequestBuilder) Patch ¶
func (m *PrinterRequestBuilder) Patch(options *PrinterRequestBuilderPatchOptions) error
The list of printers registered in the tenant. Parameters:
- options : Options for the request
func (*PrinterRequestBuilder) RestoreFactoryDefaults ¶
func (m *PrinterRequestBuilder) RestoreFactoryDefaults() *i95e425711e2e59b85807bfbd36bd18a7893a62957fccbb0dcc17647c9c3f5e90.RestoreFactoryDefaultsRequestBuilder
func (*PrinterRequestBuilder) TaskTriggers ¶
func (m *PrinterRequestBuilder) TaskTriggers() *i05f5154d5dc8e1096ef3ba18fb5bdb890712250391686b0ffd44f043e05db1fb.TaskTriggersRequestBuilder
func (*PrinterRequestBuilder) TaskTriggersById ¶
func (m *PrinterRequestBuilder) TaskTriggersById(id string) *i8a35ad54635f07016096adf7157efc92ede0057cd4a790d06a32332ce94f22cc.PrintTaskTriggerRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.print.printers.item.taskTriggers.item collection Parameters:
- id : Unique identifier of the item
type PrinterRequestBuilderDeleteOptions ¶
type PrinterRequestBuilderDeleteOptions 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
}
Options for Delete
type PrinterRequestBuilderGetOptions ¶
type PrinterRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *PrinterRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type PrinterRequestBuilderGetQueryParameters ¶
type PrinterRequestBuilderGetQueryParameters struct {
ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
The list of printers registered in the tenant.
type PrinterRequestBuilderPatchOptions ¶
type PrinterRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printer
// 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