Documentation
¶
Index ¶
- type PrintServiceRequestBuilder
- func (m *PrintServiceRequestBuilder) CreateDeleteRequestInformation(options *PrintServiceRequestBuilderDeleteOptions) (...)
- func (m *PrintServiceRequestBuilder) CreateGetRequestInformation(options *PrintServiceRequestBuilderGetOptions) (...)
- func (m *PrintServiceRequestBuilder) CreatePatchRequestInformation(options *PrintServiceRequestBuilderPatchOptions) (...)
- func (m *PrintServiceRequestBuilder) Delete(options *PrintServiceRequestBuilderDeleteOptions) error
- func (m *PrintServiceRequestBuilder) Endpoints() ...
- func (m *PrintServiceRequestBuilder) EndpointsById(id string) ...
- func (m *PrintServiceRequestBuilder) Get(options *PrintServiceRequestBuilderGetOptions) (...)
- func (m *PrintServiceRequestBuilder) Patch(options *PrintServiceRequestBuilderPatchOptions) error
- type PrintServiceRequestBuilderDeleteOptions
- type PrintServiceRequestBuilderGetOptions
- type PrintServiceRequestBuilderGetQueryParameters
- type PrintServiceRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintServiceRequestBuilder ¶
type PrintServiceRequestBuilder struct {
// contains filtered or unexported fields
}
PrintServiceRequestBuilder builds and executes requests for operations under \print\services\{printService-id}
func NewPrintServiceRequestBuilder ¶
func NewPrintServiceRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrintServiceRequestBuilder
NewPrintServiceRequestBuilder instantiates a new PrintServiceRequestBuilder and sets the default values.
func NewPrintServiceRequestBuilderInternal ¶
func NewPrintServiceRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrintServiceRequestBuilder
NewPrintServiceRequestBuilderInternal instantiates a new PrintServiceRequestBuilder and sets the default values.
func (*PrintServiceRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PrintServiceRequestBuilder) CreateDeleteRequestInformation(options *PrintServiceRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the list of available Universal Print service endpoints.
func (*PrintServiceRequestBuilder) CreateGetRequestInformation ¶
func (m *PrintServiceRequestBuilder) CreateGetRequestInformation(options *PrintServiceRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the list of available Universal Print service endpoints.
func (*PrintServiceRequestBuilder) CreatePatchRequestInformation ¶
func (m *PrintServiceRequestBuilder) CreatePatchRequestInformation(options *PrintServiceRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the list of available Universal Print service endpoints.
func (*PrintServiceRequestBuilder) Delete ¶
func (m *PrintServiceRequestBuilder) Delete(options *PrintServiceRequestBuilderDeleteOptions) error
Delete the list of available Universal Print service endpoints.
func (*PrintServiceRequestBuilder) EndpointsById ¶
func (m *PrintServiceRequestBuilder) EndpointsById(id string) *ibd33febbd3b146e44afb8453db5500993eabf62258d8c69bca6851c73b08e6db.PrintServiceEndpointRequestBuilder
EndpointsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.print.services.item.endpoints.item collection
func (*PrintServiceRequestBuilder) Get ¶
func (m *PrintServiceRequestBuilder) Get(options *PrintServiceRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintService, error)
Get the list of available Universal Print service endpoints.
func (*PrintServiceRequestBuilder) Patch ¶
func (m *PrintServiceRequestBuilder) Patch(options *PrintServiceRequestBuilderPatchOptions) error
Patch the list of available Universal Print service endpoints.
type PrintServiceRequestBuilderDeleteOptions ¶
type PrintServiceRequestBuilderDeleteOptions struct {
// 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
}
PrintServiceRequestBuilderDeleteOptions options for Delete
type PrintServiceRequestBuilderGetOptions ¶
type PrintServiceRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *PrintServiceRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
PrintServiceRequestBuilderGetOptions options for Get
type PrintServiceRequestBuilderGetQueryParameters ¶
type PrintServiceRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
PrintServiceRequestBuilderGetQueryParameters the list of available Universal Print service endpoints.
type PrintServiceRequestBuilderPatchOptions ¶
type PrintServiceRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PrintService
// 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
}
PrintServiceRequestBuilderPatchOptions options for Patch