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) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrintersRequestBuilder
NewPrintersRequestBuilder instantiates a new PrintersRequestBuilder and sets the default values.
func NewPrintersRequestBuilderInternal ¶
func NewPrintersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrintersRequestBuilder
NewPrintersRequestBuilderInternal instantiates a new PrintersRequestBuilder and sets the default values.
func (*PrintersRequestBuilder) Count ¶ added in v0.13.0
func (m *PrintersRequestBuilder) Count() *i9936079e2c78f214a1dc9addc17c04d9197ebe4b0d8aa55080dc7a58464c7e6c.CountRequestBuilder
Count the count property
func (*PrintersRequestBuilder) Create ¶
func (m *PrintersRequestBuilder) Create() *i57474785aaf38791fd572894dfce0d112e847998d671fcf614b23be5c7b8d7ed.CreateRequestBuilder
Create the create property
func (*PrintersRequestBuilder) CreateGetRequestInformation ¶
func (m *PrintersRequestBuilder) CreateGetRequestInformation(options *PrintersRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of printers registered in the tenant.
func (*PrintersRequestBuilder) CreatePostRequestInformation ¶
func (m *PrintersRequestBuilder) CreatePostRequestInformation(options *PrintersRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to printers for print
func (*PrintersRequestBuilder) Get ¶
func (m *PrintersRequestBuilder) Get(options *PrintersRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrinterCollectionResponseable, error)
Get the list of printers registered in the tenant.
func (*PrintersRequestBuilder) Post ¶
func (m *PrintersRequestBuilder) Post(options *PrintersRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Printerable, error)
Post create new navigation property to printers for print
type PrintersRequestBuilderGetOptions ¶
type PrintersRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PrintersRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Printerable
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
PrintersRequestBuilderPostOptions options for Post