monthlyprintusagebyuser

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 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 CreateMonthlyPrintUsageByUserOperationOptions

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

func DefaultCreateMonthlyPrintUsageByUserOperationOptions

func DefaultCreateMonthlyPrintUsageByUserOperationOptions() CreateMonthlyPrintUsageByUserOperationOptions

func (CreateMonthlyPrintUsageByUserOperationOptions) ToHeaders

func (CreateMonthlyPrintUsageByUserOperationOptions) ToOData

func (CreateMonthlyPrintUsageByUserOperationOptions) ToQuery

type CreateMonthlyPrintUsageByUserOperationResponse

type CreateMonthlyPrintUsageByUserOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.PrintUsageByUser
}

type DeleteMonthlyPrintUsageByUserOperationOptions

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

func DefaultDeleteMonthlyPrintUsageByUserOperationOptions

func DefaultDeleteMonthlyPrintUsageByUserOperationOptions() DeleteMonthlyPrintUsageByUserOperationOptions

func (DeleteMonthlyPrintUsageByUserOperationOptions) ToHeaders

func (DeleteMonthlyPrintUsageByUserOperationOptions) ToOData

func (DeleteMonthlyPrintUsageByUserOperationOptions) ToQuery

type DeleteMonthlyPrintUsageByUserOperationResponse

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

type GetMonthlyPrintUsageByUserCountOperationOptions

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

func DefaultGetMonthlyPrintUsageByUserCountOperationOptions

func DefaultGetMonthlyPrintUsageByUserCountOperationOptions() GetMonthlyPrintUsageByUserCountOperationOptions

func (GetMonthlyPrintUsageByUserCountOperationOptions) ToHeaders

func (GetMonthlyPrintUsageByUserCountOperationOptions) ToOData

func (GetMonthlyPrintUsageByUserCountOperationOptions) ToQuery

type GetMonthlyPrintUsageByUserCountOperationResponse

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

type GetMonthlyPrintUsageByUserOperationOptions

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

func DefaultGetMonthlyPrintUsageByUserOperationOptions

func DefaultGetMonthlyPrintUsageByUserOperationOptions() GetMonthlyPrintUsageByUserOperationOptions

func (GetMonthlyPrintUsageByUserOperationOptions) ToHeaders

func (GetMonthlyPrintUsageByUserOperationOptions) ToOData

func (GetMonthlyPrintUsageByUserOperationOptions) ToQuery

type GetMonthlyPrintUsageByUserOperationResponse

type GetMonthlyPrintUsageByUserOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.PrintUsageByUser
}

type ListMonthlyPrintUsageByUsersCompleteResult

type ListMonthlyPrintUsageByUsersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.PrintUsageByUser
}

type ListMonthlyPrintUsageByUsersCustomPager

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

type ListMonthlyPrintUsageByUsersOperationOptions

type ListMonthlyPrintUsageByUsersOperationOptions 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 DefaultListMonthlyPrintUsageByUsersOperationOptions

func DefaultListMonthlyPrintUsageByUsersOperationOptions() ListMonthlyPrintUsageByUsersOperationOptions

func (ListMonthlyPrintUsageByUsersOperationOptions) ToHeaders

func (ListMonthlyPrintUsageByUsersOperationOptions) ToOData

func (ListMonthlyPrintUsageByUsersOperationOptions) ToQuery

type ListMonthlyPrintUsageByUsersOperationResponse

type ListMonthlyPrintUsageByUsersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.PrintUsageByUser
}

type MonthlyPrintUsageByUserClient

type MonthlyPrintUsageByUserClient struct {
	Client *msgraph.Client
}

func NewMonthlyPrintUsageByUserClientWithBaseURI

func NewMonthlyPrintUsageByUserClientWithBaseURI(sdkApi sdkEnv.Api) (*MonthlyPrintUsageByUserClient, error)

func (MonthlyPrintUsageByUserClient) CreateMonthlyPrintUsageByUser

CreateMonthlyPrintUsageByUser - Create new navigation property to monthlyPrintUsageByUser for reports

func (MonthlyPrintUsageByUserClient) DeleteMonthlyPrintUsageByUser

DeleteMonthlyPrintUsageByUser - Delete navigation property monthlyPrintUsageByUser for reports

func (MonthlyPrintUsageByUserClient) GetMonthlyPrintUsageByUser

GetMonthlyPrintUsageByUser - Get monthlyPrintUsageByUser from reports. Retrieve a list of monthly print usage summaries, grouped by user.

func (MonthlyPrintUsageByUserClient) GetMonthlyPrintUsageByUserCount

GetMonthlyPrintUsageByUserCount - Get the number of the resource

func (MonthlyPrintUsageByUserClient) ListMonthlyPrintUsageByUsers

ListMonthlyPrintUsageByUsers - List monthlyPrintUsageByUser. Retrieve a list of monthly print usage summaries, grouped by user.

func (MonthlyPrintUsageByUserClient) ListMonthlyPrintUsageByUsersComplete

ListMonthlyPrintUsageByUsersComplete retrieves all the results into a single object

func (MonthlyPrintUsageByUserClient) ListMonthlyPrintUsageByUsersCompleteMatchingPredicate

ListMonthlyPrintUsageByUsersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MonthlyPrintUsageByUserClient) UpdateMonthlyPrintUsageByUser

UpdateMonthlyPrintUsageByUser - Update the navigation property monthlyPrintUsageByUser in reports

type PrintUsageByUserOperationPredicate

type PrintUsageByUserOperationPredicate struct {
}

func (PrintUsageByUserOperationPredicate) Matches

type UpdateMonthlyPrintUsageByUserOperationOptions

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

func DefaultUpdateMonthlyPrintUsageByUserOperationOptions

func DefaultUpdateMonthlyPrintUsageByUserOperationOptions() UpdateMonthlyPrintUsageByUserOperationOptions

func (UpdateMonthlyPrintUsageByUserOperationOptions) ToHeaders

func (UpdateMonthlyPrintUsageByUserOperationOptions) ToOData

func (UpdateMonthlyPrintUsageByUserOperationOptions) ToQuery

type UpdateMonthlyPrintUsageByUserOperationResponse

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