Documentation
¶
Index ¶
- type PrinterShareItemRequestBuilder
- func (m *PrinterShareItemRequestBuilder) AllowedGroups() ...
- func (m *PrinterShareItemRequestBuilder) AllowedUsers() ...
- func (m *PrinterShareItemRequestBuilder) CreateDeleteRequestInformation(options *PrinterShareItemRequestBuilderDeleteOptions) (...)
- func (m *PrinterShareItemRequestBuilder) CreateGetRequestInformation(options *PrinterShareItemRequestBuilderGetOptions) (...)
- func (m *PrinterShareItemRequestBuilder) CreatePatchRequestInformation(options *PrinterShareItemRequestBuilderPatchOptions) (...)
- func (m *PrinterShareItemRequestBuilder) Delete(options *PrinterShareItemRequestBuilderDeleteOptions) error
- func (m *PrinterShareItemRequestBuilder) Get(options *PrinterShareItemRequestBuilderGetOptions) (...)
- func (m *PrinterShareItemRequestBuilder) Patch(options *PrinterShareItemRequestBuilderPatchOptions) error
- func (m *PrinterShareItemRequestBuilder) Printer() ...
- type PrinterShareItemRequestBuilderDeleteOptions
- type PrinterShareItemRequestBuilderGetOptions
- type PrinterShareItemRequestBuilderGetQueryParameters
- type PrinterShareItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrinterShareItemRequestBuilder ¶ added in v0.12.0
type PrinterShareItemRequestBuilder struct {
// contains filtered or unexported fields
}
PrinterShareItemRequestBuilder builds and executes requests for operations under \print\shares\{printerShare-id}
func NewPrinterShareItemRequestBuilder ¶ added in v0.12.0
func NewPrinterShareItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrinterShareItemRequestBuilder
NewPrinterShareItemRequestBuilder instantiates a new PrinterShareItemRequestBuilder and sets the default values.
func NewPrinterShareItemRequestBuilderInternal ¶ added in v0.12.0
func NewPrinterShareItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrinterShareItemRequestBuilder
NewPrinterShareItemRequestBuilderInternal instantiates a new PrinterShareItemRequestBuilder and sets the default values.
func (*PrinterShareItemRequestBuilder) AllowedGroups ¶ added in v0.12.0
func (*PrinterShareItemRequestBuilder) AllowedUsers ¶ added in v0.12.0
func (*PrinterShareItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *PrinterShareItemRequestBuilder) CreateDeleteRequestInformation(options *PrinterShareItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the list of printer shares registered in the tenant.
func (*PrinterShareItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *PrinterShareItemRequestBuilder) CreateGetRequestInformation(options *PrinterShareItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the list of printer shares registered in the tenant.
func (*PrinterShareItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *PrinterShareItemRequestBuilder) CreatePatchRequestInformation(options *PrinterShareItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the list of printer shares registered in the tenant.
func (*PrinterShareItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PrinterShareItemRequestBuilder) Delete(options *PrinterShareItemRequestBuilderDeleteOptions) error
Delete the list of printer shares registered in the tenant.
func (*PrinterShareItemRequestBuilder) Get ¶ added in v0.12.0
func (m *PrinterShareItemRequestBuilder) Get(options *PrinterShareItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrinterShare, error)
Get the list of printer shares registered in the tenant.
func (*PrinterShareItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *PrinterShareItemRequestBuilder) Patch(options *PrinterShareItemRequestBuilderPatchOptions) error
Patch the list of printer shares registered in the tenant.
type PrinterShareItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type PrinterShareItemRequestBuilderDeleteOptions struct {
H map[string]string
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
PrinterShareItemRequestBuilderDeleteOptions options for Delete
type PrinterShareItemRequestBuilderGetOptions ¶ added in v0.12.0
type PrinterShareItemRequestBuilderGetOptions struct {
H map[string]string
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
Q *PrinterShareItemRequestBuilderGetQueryParameters
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
PrinterShareItemRequestBuilderGetOptions options for Get
type PrinterShareItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
PrinterShareItemRequestBuilderGetQueryParameters the list of printer shares registered in the tenant.
type PrinterShareItemRequestBuilderPatchOptions ¶ added in v0.12.0
type PrinterShareItemRequestBuilderPatchOptions struct {
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrinterShare
H map[string]string
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
PrinterShareItemRequestBuilderPatchOptions options for Patch