Documentation ¶
Index ¶
- type PrintUsageByPrinterRequestBuilder
- func (m *PrintUsageByPrinterRequestBuilder) CreateDeleteRequestInformation(options *PrintUsageByPrinterRequestBuilderDeleteOptions) (...)
- func (m *PrintUsageByPrinterRequestBuilder) CreateGetRequestInformation(options *PrintUsageByPrinterRequestBuilderGetOptions) (...)
- func (m *PrintUsageByPrinterRequestBuilder) CreatePatchRequestInformation(options *PrintUsageByPrinterRequestBuilderPatchOptions) (...)
- func (m *PrintUsageByPrinterRequestBuilder) Delete(options *PrintUsageByPrinterRequestBuilderDeleteOptions) error
- func (m *PrintUsageByPrinterRequestBuilder) Get(options *PrintUsageByPrinterRequestBuilderGetOptions) (...)
- func (m *PrintUsageByPrinterRequestBuilder) Patch(options *PrintUsageByPrinterRequestBuilderPatchOptions) error
- type PrintUsageByPrinterRequestBuilderDeleteOptions
- type PrintUsageByPrinterRequestBuilderGetOptions
- type PrintUsageByPrinterRequestBuilderGetQueryParameters
- type PrintUsageByPrinterRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintUsageByPrinterRequestBuilder ¶
type PrintUsageByPrinterRequestBuilder struct {
// contains filtered or unexported fields
}
PrintUsageByPrinterRequestBuilder builds and executes requests for operations under \reports\dailyPrintUsageByPrinter\{printUsageByPrinter-id}
func NewPrintUsageByPrinterRequestBuilder ¶
func NewPrintUsageByPrinterRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrintUsageByPrinterRequestBuilder
NewPrintUsageByPrinterRequestBuilder instantiates a new PrintUsageByPrinterRequestBuilder and sets the default values.
func NewPrintUsageByPrinterRequestBuilderInternal ¶
func NewPrintUsageByPrinterRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrintUsageByPrinterRequestBuilder
NewPrintUsageByPrinterRequestBuilderInternal instantiates a new PrintUsageByPrinterRequestBuilder and sets the default values.
func (*PrintUsageByPrinterRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PrintUsageByPrinterRequestBuilder) CreateDeleteRequestInformation(options *PrintUsageByPrinterRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property dailyPrintUsageByPrinter for reports
func (*PrintUsageByPrinterRequestBuilder) CreateGetRequestInformation ¶
func (m *PrintUsageByPrinterRequestBuilder) CreateGetRequestInformation(options *PrintUsageByPrinterRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get dailyPrintUsageByPrinter from reports
func (*PrintUsageByPrinterRequestBuilder) CreatePatchRequestInformation ¶
func (m *PrintUsageByPrinterRequestBuilder) CreatePatchRequestInformation(options *PrintUsageByPrinterRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property dailyPrintUsageByPrinter in reports
func (*PrintUsageByPrinterRequestBuilder) Delete ¶
func (m *PrintUsageByPrinterRequestBuilder) Delete(options *PrintUsageByPrinterRequestBuilderDeleteOptions) error
Delete delete navigation property dailyPrintUsageByPrinter for reports
func (*PrintUsageByPrinterRequestBuilder) Get ¶
func (m *PrintUsageByPrinterRequestBuilder) Get(options *PrintUsageByPrinterRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintUsageByPrinter, error)
Get get dailyPrintUsageByPrinter from reports
func (*PrintUsageByPrinterRequestBuilder) Patch ¶
func (m *PrintUsageByPrinterRequestBuilder) Patch(options *PrintUsageByPrinterRequestBuilderPatchOptions) error
Patch update the navigation property dailyPrintUsageByPrinter in reports
type PrintUsageByPrinterRequestBuilderDeleteOptions ¶
type PrintUsageByPrinterRequestBuilderDeleteOptions 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 }
PrintUsageByPrinterRequestBuilderDeleteOptions options for Delete
type PrintUsageByPrinterRequestBuilderGetOptions ¶
type PrintUsageByPrinterRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *PrintUsageByPrinterRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
PrintUsageByPrinterRequestBuilderGetOptions options for Get
type PrintUsageByPrinterRequestBuilderGetQueryParameters ¶
type PrintUsageByPrinterRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
PrintUsageByPrinterRequestBuilderGetQueryParameters get dailyPrintUsageByPrinter from reports
type PrintUsageByPrinterRequestBuilderPatchOptions ¶
type PrintUsageByPrinterRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintUsageByPrinter // 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 }
PrintUsageByPrinterRequestBuilderPatchOptions options for Patch