Documentation
¶
Index ¶
- type PrintersRequestBuilder
- func (m *PrintersRequestBuilder) Create() ...
- func (m *PrintersRequestBuilder) CreateGetRequestInformation(options *PrintersRequestBuilderGetOptions) (...)
- func (m *PrintersRequestBuilder) CreatePostRequestInformation(options *PrintersRequestBuilderPostOptions) (...)
- func (m *PrintersRequestBuilder) Get(options *PrintersRequestBuilderGetOptions) (*PrintersResponse, error)
- func (m *PrintersRequestBuilder) Post(options *PrintersRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printer, ...)
- type PrintersRequestBuilderGetOptions
- type PrintersRequestBuilderGetQueryParameters
- type PrintersRequestBuilderPostOptions
- type PrintersResponse
- func (m *PrintersResponse) GetAdditionalData() map[string]interface{}
- func (m *PrintersResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *PrintersResponse) GetNextLink() *string
- func (m *PrintersResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printer
- func (m *PrintersResponse) IsNil() bool
- func (m *PrintersResponse) Serialize(...) error
- func (m *PrintersResponse) SetAdditionalData(value map[string]interface{})
- func (m *PrintersResponse) SetNextLink(value *string)
- func (m *PrintersResponse) SetValue(...)
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 builds and executes requests for operations under \print\printers
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 the list of printers registered in the tenant.
func (*PrintersRequestBuilder) Get ¶
func (m *PrintersRequestBuilder) Get(options *PrintersRequestBuilderGetOptions) (*PrintersResponse, error)
Get the list of printers registered in the tenant.
func (*PrintersRequestBuilder) Post ¶
func (m *PrintersRequestBuilder) Post(options *PrintersRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printer, error)
Post the list of printers registered in the tenant.
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_escaped []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.Printer
// 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
type PrintersResponse ¶
type PrintersResponse struct {
// contains filtered or unexported fields
}
PrintersResponse
func NewPrintersResponse ¶
func NewPrintersResponse() *PrintersResponse
NewPrintersResponse instantiates a new printersResponse and sets the default values.
func (*PrintersResponse) GetAdditionalData ¶
func (m *PrintersResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*PrintersResponse) GetFieldDeserializers ¶
func (m *PrintersResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*PrintersResponse) GetNextLink ¶
func (m *PrintersResponse) GetNextLink() *string
GetNextLink gets the nextLink property value.
func (*PrintersResponse) GetValue ¶
func (m *PrintersResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printer
GetValue gets the value property value.
func (*PrintersResponse) IsNil ¶
func (m *PrintersResponse) IsNil() bool
func (*PrintersResponse) Serialize ¶
func (m *PrintersResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*PrintersResponse) SetAdditionalData ¶
func (m *PrintersResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*PrintersResponse) SetNextLink ¶
func (m *PrintersResponse) SetNextLink(value *string)
SetNextLink sets the nextLink property value.
func (*PrintersResponse) SetValue ¶
func (m *PrintersResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Printer)
SetValue sets the value property value.