Documentation ¶
Index ¶
- type PrintUsageByPrinterItemRequestBuilder
- func (m *PrintUsageByPrinterItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *PrintUsageByPrinterItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *PrintUsageByPrinterItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *PrintUsageByPrinterItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *PrintUsageByPrinterItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *PrintUsageByPrinterItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *PrintUsageByPrinterItemRequestBuilder) Delete() error
- func (m *PrintUsageByPrinterItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *PrintUsageByPrinterItemRequestBuilder) Get() (...)
- func (m *PrintUsageByPrinterItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *PrintUsageByPrinterItemRequestBuilder) Patch(...) error
- func (m *PrintUsageByPrinterItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- type PrintUsageByPrinterItemRequestBuilderDeleteRequestConfiguration
- type PrintUsageByPrinterItemRequestBuilderGetQueryParameters
- type PrintUsageByPrinterItemRequestBuilderGetRequestConfiguration
- type PrintUsageByPrinterItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintUsageByPrinterItemRequestBuilder ¶ added in v0.12.0
type PrintUsageByPrinterItemRequestBuilder struct {
// contains filtered or unexported fields
}
PrintUsageByPrinterItemRequestBuilder provides operations to manage the monthlyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity.
func NewPrintUsageByPrinterItemRequestBuilder ¶ added in v0.12.0
func NewPrintUsageByPrinterItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrintUsageByPrinterItemRequestBuilder
NewPrintUsageByPrinterItemRequestBuilder instantiates a new PrintUsageByPrinterItemRequestBuilder and sets the default values.
func NewPrintUsageByPrinterItemRequestBuilderInternal ¶ added in v0.12.0
func NewPrintUsageByPrinterItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrintUsageByPrinterItemRequestBuilder
NewPrintUsageByPrinterItemRequestBuilderInternal instantiates a new PrintUsageByPrinterItemRequestBuilder and sets the default values.
func (*PrintUsageByPrinterItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *PrintUsageByPrinterItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property monthlyPrintUsageByPrinter for reports
func (*PrintUsageByPrinterItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PrintUsageByPrinterItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *PrintUsageByPrinterItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property monthlyPrintUsageByPrinter for reports
func (*PrintUsageByPrinterItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *PrintUsageByPrinterItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get monthlyPrintUsageByPrinter from reports
func (*PrintUsageByPrinterItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PrintUsageByPrinterItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PrintUsageByPrinterItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get monthlyPrintUsageByPrinter from reports
func (*PrintUsageByPrinterItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *PrintUsageByPrinterItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByPrinterable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property monthlyPrintUsageByPrinter in reports
func (*PrintUsageByPrinterItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PrintUsageByPrinterItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByPrinterable, requestConfiguration *PrintUsageByPrinterItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property monthlyPrintUsageByPrinter in reports
func (*PrintUsageByPrinterItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PrintUsageByPrinterItemRequestBuilder) Delete() error
Delete delete navigation property monthlyPrintUsageByPrinter for reports
func (*PrintUsageByPrinterItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *PrintUsageByPrinterItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *PrintUsageByPrinterItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property monthlyPrintUsageByPrinter for reports
func (*PrintUsageByPrinterItemRequestBuilder) Get ¶ added in v0.12.0
func (m *PrintUsageByPrinterItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByPrinterable, error)
Get get monthlyPrintUsageByPrinter from reports
func (*PrintUsageByPrinterItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *PrintUsageByPrinterItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *PrintUsageByPrinterItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByPrinterable, error)
GetWithRequestConfigurationAndResponseHandler get monthlyPrintUsageByPrinter from reports
func (*PrintUsageByPrinterItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *PrintUsageByPrinterItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByPrinterable) error
Patch update the navigation property monthlyPrintUsageByPrinter in reports
func (*PrintUsageByPrinterItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *PrintUsageByPrinterItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintUsageByPrinterable, requestConfiguration *PrintUsageByPrinterItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property monthlyPrintUsageByPrinter in reports
type PrintUsageByPrinterItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type PrintUsageByPrinterItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PrintUsageByPrinterItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PrintUsageByPrinterItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type PrintUsageByPrinterItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
PrintUsageByPrinterItemRequestBuilderGetQueryParameters get monthlyPrintUsageByPrinter from reports
type PrintUsageByPrinterItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type PrintUsageByPrinterItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PrintUsageByPrinterItemRequestBuilderGetQueryParameters }
PrintUsageByPrinterItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PrintUsageByPrinterItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type PrintUsageByPrinterItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PrintUsageByPrinterItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.