Documentation
¶
Index ¶
- type PrinterShareItemRequestBuilder
- func (m *PrinterShareItemRequestBuilder) AllowedGroups() ...
- func (m *PrinterShareItemRequestBuilder) AllowedGroupsById(id string) ...
- func (m *PrinterShareItemRequestBuilder) AllowedUsers() ...
- func (m *PrinterShareItemRequestBuilder) AllowedUsersById(id string) ...
- 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 provides operations to manage the shares property of the microsoft.graph.print entity.
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) AllowedGroupsById ¶ added in v0.13.0
func (m *PrinterShareItemRequestBuilder) AllowedGroupsById(id string) *i19852dfc496eca0fe63108cfac8774cb2809469b264ed6de9f0834e636ab428c.GroupItemRequestBuilder
AllowedGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.print.shares.item.allowedGroups.item collection
func (*PrinterShareItemRequestBuilder) AllowedUsers ¶ added in v0.12.0
func (*PrinterShareItemRequestBuilder) AllowedUsersById ¶ added in v0.13.0
func (m *PrinterShareItemRequestBuilder) AllowedUsersById(id string) *i30908241df49cb55a70218cf04d4d0e1e3dfdde514367f11bb0ada2960507068.UserItemRequestBuilder
AllowedUsersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.print.shares.item.allowedUsers.item collection
func (*PrinterShareItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *PrinterShareItemRequestBuilder) CreateDeleteRequestInformation(options *PrinterShareItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property shares for print
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 update the navigation property shares in print
func (*PrinterShareItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PrinterShareItemRequestBuilder) Delete(options *PrinterShareItemRequestBuilderDeleteOptions) error
Delete delete navigation property shares for print
func (*PrinterShareItemRequestBuilder) Get ¶ added in v0.12.0
func (m *PrinterShareItemRequestBuilder) Get(options *PrinterShareItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrinterShareable, 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 update the navigation property shares in print
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.PrinterShareable
H map[string]string
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
PrinterShareItemRequestBuilderPatchOptions options for Patch