Documentation ¶
Index ¶
- type PrintersRequestBuilder
- func (m *PrintersRequestBuilder) Count() ...
- func (m *PrintersRequestBuilder) Create() ...
- func (m *PrintersRequestBuilder) CreateGetRequestInformation(options *PrintersRequestBuilderGetOptions) (...)
- func (m *PrintersRequestBuilder) CreatePostRequestInformation(options *PrintersRequestBuilderPostOptions) (...)
- func (m *PrintersRequestBuilder) Get(options *PrintersRequestBuilderGetOptions) (...)
- func (m *PrintersRequestBuilder) Post(options *PrintersRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printerable, ...)
- type PrintersRequestBuilderGetOptions
- type PrintersRequestBuilderGetQueryParameters
- type PrintersRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintersRequestBuilder ¶
type PrintersRequestBuilder struct {
// contains filtered or unexported fields
}
PrintersRequestBuilder provides operations to manage the printers property of the microsoft.graph.print entity.
func NewPrintersRequestBuilder ¶
func NewPrintersRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrintersRequestBuilder
NewPrintersRequestBuilder instantiates a new PrintersRequestBuilder and sets the default values.
func NewPrintersRequestBuilderInternal ¶
func NewPrintersRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrintersRequestBuilder
NewPrintersRequestBuilderInternal instantiates a new PrintersRequestBuilder and sets the default values.
func (*PrintersRequestBuilder) CreateGetRequestInformation ¶
func (m *PrintersRequestBuilder) CreateGetRequestInformation(options *PrintersRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the list of printers registered in the tenant.
func (*PrintersRequestBuilder) CreatePostRequestInformation ¶
func (m *PrintersRequestBuilder) CreatePostRequestInformation(options *PrintersRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to printers for print
func (*PrintersRequestBuilder) Get ¶
func (m *PrintersRequestBuilder) Get(options *PrintersRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrinterCollectionResponseable, error)
Get the list of printers registered in the tenant.
func (*PrintersRequestBuilder) Post ¶
func (m *PrintersRequestBuilder) Post(options *PrintersRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printerable, error)
Post create new navigation property to printers for print
type PrintersRequestBuilderGetOptions ¶
type PrintersRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *PrintersRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
PrintersRequestBuilderGetOptions options for Get
type PrintersRequestBuilderGetQueryParameters ¶
type PrintersRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
PrintersRequestBuilderGetQueryParameters the list of printers registered in the tenant.
type PrintersRequestBuilderPostOptions ¶
type PrintersRequestBuilderPostOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printerable // 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 }
PrintersRequestBuilderPostOptions options for Post