dailyprintusagesummariesbyprinter

package
v0.20240927.1005214 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 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 CreateDailyPrintUsageSummariesByPrinterOperationOptions

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

func (CreateDailyPrintUsageSummariesByPrinterOperationOptions) ToHeaders

func (CreateDailyPrintUsageSummariesByPrinterOperationOptions) ToOData

func (CreateDailyPrintUsageSummariesByPrinterOperationOptions) ToQuery

type CreateDailyPrintUsageSummariesByPrinterOperationResponse

type CreateDailyPrintUsageSummariesByPrinterOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PrintUsageByPrinter
}

type DailyPrintUsageSummariesByPrinterClient

type DailyPrintUsageSummariesByPrinterClient struct {
	Client *msgraph.Client
}

func NewDailyPrintUsageSummariesByPrinterClientWithBaseURI

func NewDailyPrintUsageSummariesByPrinterClientWithBaseURI(sdkApi sdkEnv.Api) (*DailyPrintUsageSummariesByPrinterClient, error)

func (DailyPrintUsageSummariesByPrinterClient) CreateDailyPrintUsageSummariesByPrinter

CreateDailyPrintUsageSummariesByPrinter - Create new navigation property to dailyPrintUsageSummariesByPrinter for reports

func (DailyPrintUsageSummariesByPrinterClient) DeleteDailyPrintUsageSummariesByPrinter

DeleteDailyPrintUsageSummariesByPrinter - Delete navigation property dailyPrintUsageSummariesByPrinter for reports

func (DailyPrintUsageSummariesByPrinterClient) GetDailyPrintUsageSummariesByPrinter

GetDailyPrintUsageSummariesByPrinter - Get dailyPrintUsageSummariesByPrinter from reports

func (DailyPrintUsageSummariesByPrinterClient) GetDailyPrintUsageSummariesByPrinterCount

GetDailyPrintUsageSummariesByPrinterCount - Get the number of the resource

func (DailyPrintUsageSummariesByPrinterClient) ListDailyPrintUsageSummariesByPrinters

ListDailyPrintUsageSummariesByPrinters - Get dailyPrintUsageSummariesByPrinter from reports

func (DailyPrintUsageSummariesByPrinterClient) ListDailyPrintUsageSummariesByPrintersComplete

ListDailyPrintUsageSummariesByPrintersComplete retrieves all the results into a single object

func (DailyPrintUsageSummariesByPrinterClient) ListDailyPrintUsageSummariesByPrintersCompleteMatchingPredicate

ListDailyPrintUsageSummariesByPrintersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DailyPrintUsageSummariesByPrinterClient) UpdateDailyPrintUsageSummariesByPrinter

UpdateDailyPrintUsageSummariesByPrinter - Update the navigation property dailyPrintUsageSummariesByPrinter in reports

type DeleteDailyPrintUsageSummariesByPrinterOperationOptions

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

func (DeleteDailyPrintUsageSummariesByPrinterOperationOptions) ToHeaders

func (DeleteDailyPrintUsageSummariesByPrinterOperationOptions) ToOData

func (DeleteDailyPrintUsageSummariesByPrinterOperationOptions) ToQuery

type DeleteDailyPrintUsageSummariesByPrinterOperationResponse

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

type GetDailyPrintUsageSummariesByPrinterCountOperationOptions

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

func (GetDailyPrintUsageSummariesByPrinterCountOperationOptions) ToHeaders

func (GetDailyPrintUsageSummariesByPrinterCountOperationOptions) ToOData

func (GetDailyPrintUsageSummariesByPrinterCountOperationOptions) ToQuery

type GetDailyPrintUsageSummariesByPrinterCountOperationResponse

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

type GetDailyPrintUsageSummariesByPrinterOperationOptions

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

func DefaultGetDailyPrintUsageSummariesByPrinterOperationOptions

func DefaultGetDailyPrintUsageSummariesByPrinterOperationOptions() GetDailyPrintUsageSummariesByPrinterOperationOptions

func (GetDailyPrintUsageSummariesByPrinterOperationOptions) ToHeaders

func (GetDailyPrintUsageSummariesByPrinterOperationOptions) ToOData

func (GetDailyPrintUsageSummariesByPrinterOperationOptions) ToQuery

type GetDailyPrintUsageSummariesByPrinterOperationResponse

type GetDailyPrintUsageSummariesByPrinterOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PrintUsageByPrinter
}

type ListDailyPrintUsageSummariesByPrintersCompleteResult

type ListDailyPrintUsageSummariesByPrintersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.PrintUsageByPrinter
}

type ListDailyPrintUsageSummariesByPrintersCustomPager

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

type ListDailyPrintUsageSummariesByPrintersOperationOptions

type ListDailyPrintUsageSummariesByPrintersOperationOptions 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 DefaultListDailyPrintUsageSummariesByPrintersOperationOptions

func DefaultListDailyPrintUsageSummariesByPrintersOperationOptions() ListDailyPrintUsageSummariesByPrintersOperationOptions

func (ListDailyPrintUsageSummariesByPrintersOperationOptions) ToHeaders

func (ListDailyPrintUsageSummariesByPrintersOperationOptions) ToOData

func (ListDailyPrintUsageSummariesByPrintersOperationOptions) ToQuery

type ListDailyPrintUsageSummariesByPrintersOperationResponse

type ListDailyPrintUsageSummariesByPrintersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.PrintUsageByPrinter
}

type PrintUsageByPrinterOperationPredicate

type PrintUsageByPrinterOperationPredicate struct {
}

func (PrintUsageByPrinterOperationPredicate) Matches

type UpdateDailyPrintUsageSummariesByPrinterOperationOptions

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

func (UpdateDailyPrintUsageSummariesByPrinterOperationOptions) ToHeaders

func (UpdateDailyPrintUsageSummariesByPrinterOperationOptions) ToOData

func (UpdateDailyPrintUsageSummariesByPrinterOperationOptions) ToQuery

type UpdateDailyPrintUsageSummariesByPrinterOperationResponse

type UpdateDailyPrintUsageSummariesByPrinterOperationResponse 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