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