monthlyprintusagebyprinter

package
v0.20241017.1093842 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMonthlyPrintUsageByPrinterOperationOptions

type CreateMonthlyPrintUsageByPrinterOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateMonthlyPrintUsageByPrinterOperationOptions

func DefaultCreateMonthlyPrintUsageByPrinterOperationOptions() CreateMonthlyPrintUsageByPrinterOperationOptions

func (CreateMonthlyPrintUsageByPrinterOperationOptions) ToHeaders

func (CreateMonthlyPrintUsageByPrinterOperationOptions) ToOData

func (CreateMonthlyPrintUsageByPrinterOperationOptions) ToQuery

type CreateMonthlyPrintUsageByPrinterOperationResponse

type CreateMonthlyPrintUsageByPrinterOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.PrintUsageByPrinter
}

type DeleteMonthlyPrintUsageByPrinterOperationOptions

type DeleteMonthlyPrintUsageByPrinterOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteMonthlyPrintUsageByPrinterOperationOptions

func DefaultDeleteMonthlyPrintUsageByPrinterOperationOptions() DeleteMonthlyPrintUsageByPrinterOperationOptions

func (DeleteMonthlyPrintUsageByPrinterOperationOptions) ToHeaders

func (DeleteMonthlyPrintUsageByPrinterOperationOptions) ToOData

func (DeleteMonthlyPrintUsageByPrinterOperationOptions) ToQuery

type DeleteMonthlyPrintUsageByPrinterOperationResponse

type DeleteMonthlyPrintUsageByPrinterOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetMonthlyPrintUsageByPrinterCountOperationOptions

type GetMonthlyPrintUsageByPrinterCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetMonthlyPrintUsageByPrinterCountOperationOptions

func DefaultGetMonthlyPrintUsageByPrinterCountOperationOptions() GetMonthlyPrintUsageByPrinterCountOperationOptions

func (GetMonthlyPrintUsageByPrinterCountOperationOptions) ToHeaders

func (GetMonthlyPrintUsageByPrinterCountOperationOptions) ToOData

func (GetMonthlyPrintUsageByPrinterCountOperationOptions) ToQuery

type GetMonthlyPrintUsageByPrinterCountOperationResponse

type GetMonthlyPrintUsageByPrinterCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type GetMonthlyPrintUsageByPrinterOperationOptions

type GetMonthlyPrintUsageByPrinterOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetMonthlyPrintUsageByPrinterOperationOptions

func DefaultGetMonthlyPrintUsageByPrinterOperationOptions() GetMonthlyPrintUsageByPrinterOperationOptions

func (GetMonthlyPrintUsageByPrinterOperationOptions) ToHeaders

func (GetMonthlyPrintUsageByPrinterOperationOptions) ToOData

func (GetMonthlyPrintUsageByPrinterOperationOptions) ToQuery

type GetMonthlyPrintUsageByPrinterOperationResponse

type GetMonthlyPrintUsageByPrinterOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.PrintUsageByPrinter
}

type ListMonthlyPrintUsageByPrintersCompleteResult

type ListMonthlyPrintUsageByPrintersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.PrintUsageByPrinter
}

type ListMonthlyPrintUsageByPrintersCustomPager

type ListMonthlyPrintUsageByPrintersCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListMonthlyPrintUsageByPrintersOperationOptions

type ListMonthlyPrintUsageByPrintersOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListMonthlyPrintUsageByPrintersOperationOptions

func DefaultListMonthlyPrintUsageByPrintersOperationOptions() ListMonthlyPrintUsageByPrintersOperationOptions

func (ListMonthlyPrintUsageByPrintersOperationOptions) ToHeaders

func (ListMonthlyPrintUsageByPrintersOperationOptions) ToOData

func (ListMonthlyPrintUsageByPrintersOperationOptions) ToQuery

type ListMonthlyPrintUsageByPrintersOperationResponse

type ListMonthlyPrintUsageByPrintersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.PrintUsageByPrinter
}

type MonthlyPrintUsageByPrinterClient

type MonthlyPrintUsageByPrinterClient struct {
	Client *msgraph.Client
}

func NewMonthlyPrintUsageByPrinterClientWithBaseURI

func NewMonthlyPrintUsageByPrinterClientWithBaseURI(sdkApi sdkEnv.Api) (*MonthlyPrintUsageByPrinterClient, error)

func (MonthlyPrintUsageByPrinterClient) CreateMonthlyPrintUsageByPrinter

CreateMonthlyPrintUsageByPrinter - Create new navigation property to monthlyPrintUsageByPrinter for reports

func (MonthlyPrintUsageByPrinterClient) DeleteMonthlyPrintUsageByPrinter

DeleteMonthlyPrintUsageByPrinter - Delete navigation property monthlyPrintUsageByPrinter for reports

func (MonthlyPrintUsageByPrinterClient) GetMonthlyPrintUsageByPrinter

GetMonthlyPrintUsageByPrinter - Get monthlyPrintUsageByPrinter from reports. Retrieve a list of monthly print usage summaries, grouped by printer.

func (MonthlyPrintUsageByPrinterClient) GetMonthlyPrintUsageByPrinterCount

GetMonthlyPrintUsageByPrinterCount - Get the number of the resource

func (MonthlyPrintUsageByPrinterClient) ListMonthlyPrintUsageByPrinters

ListMonthlyPrintUsageByPrinters - List monthlyPrintUsageByPrinter. Retrieve a list of monthly print usage summaries, grouped by printer.

func (MonthlyPrintUsageByPrinterClient) ListMonthlyPrintUsageByPrintersComplete

ListMonthlyPrintUsageByPrintersComplete retrieves all the results into a single object

func (MonthlyPrintUsageByPrinterClient) ListMonthlyPrintUsageByPrintersCompleteMatchingPredicate

ListMonthlyPrintUsageByPrintersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MonthlyPrintUsageByPrinterClient) UpdateMonthlyPrintUsageByPrinter

UpdateMonthlyPrintUsageByPrinter - Update the navigation property monthlyPrintUsageByPrinter in reports

type PrintUsageByPrinterOperationPredicate

type PrintUsageByPrinterOperationPredicate struct {
}

func (PrintUsageByPrinterOperationPredicate) Matches

type UpdateMonthlyPrintUsageByPrinterOperationOptions

type UpdateMonthlyPrintUsageByPrinterOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateMonthlyPrintUsageByPrinterOperationOptions

func DefaultUpdateMonthlyPrintUsageByPrinterOperationOptions() UpdateMonthlyPrintUsageByPrinterOperationOptions

func (UpdateMonthlyPrintUsageByPrinterOperationOptions) ToHeaders

func (UpdateMonthlyPrintUsageByPrinterOperationOptions) ToOData

func (UpdateMonthlyPrintUsageByPrinterOperationOptions) ToQuery

type UpdateMonthlyPrintUsageByPrinterOperationResponse

type UpdateMonthlyPrintUsageByPrinterOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL