Documentation ¶
Index ¶
- type PrintServiceEndpointItemRequestBuilder
- func (m *PrintServiceEndpointItemRequestBuilder) CreateDeleteRequestInformation(options *PrintServiceEndpointItemRequestBuilderDeleteOptions) (...)
- func (m *PrintServiceEndpointItemRequestBuilder) CreateGetRequestInformation(options *PrintServiceEndpointItemRequestBuilderGetOptions) (...)
- func (m *PrintServiceEndpointItemRequestBuilder) CreatePatchRequestInformation(options *PrintServiceEndpointItemRequestBuilderPatchOptions) (...)
- func (m *PrintServiceEndpointItemRequestBuilder) Delete(options *PrintServiceEndpointItemRequestBuilderDeleteOptions) error
- func (m *PrintServiceEndpointItemRequestBuilder) Get(options *PrintServiceEndpointItemRequestBuilderGetOptions) (...)
- func (m *PrintServiceEndpointItemRequestBuilder) Patch(options *PrintServiceEndpointItemRequestBuilderPatchOptions) error
- type PrintServiceEndpointItemRequestBuilderDeleteOptions
- type PrintServiceEndpointItemRequestBuilderGetOptions
- type PrintServiceEndpointItemRequestBuilderGetQueryParameters
- type PrintServiceEndpointItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintServiceEndpointItemRequestBuilder ¶
type PrintServiceEndpointItemRequestBuilder struct {
// contains filtered or unexported fields
}
PrintServiceEndpointItemRequestBuilder provides operations to manage the endpoints property of the microsoft.graph.printService entity.
func NewPrintServiceEndpointItemRequestBuilder ¶
func NewPrintServiceEndpointItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrintServiceEndpointItemRequestBuilder
NewPrintServiceEndpointItemRequestBuilder instantiates a new PrintServiceEndpointItemRequestBuilder and sets the default values.
func NewPrintServiceEndpointItemRequestBuilderInternal ¶
func NewPrintServiceEndpointItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrintServiceEndpointItemRequestBuilder
NewPrintServiceEndpointItemRequestBuilderInternal instantiates a new PrintServiceEndpointItemRequestBuilder and sets the default values.
func (*PrintServiceEndpointItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PrintServiceEndpointItemRequestBuilder) CreateDeleteRequestInformation(options *PrintServiceEndpointItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property endpoints for print
func (*PrintServiceEndpointItemRequestBuilder) CreateGetRequestInformation ¶
func (m *PrintServiceEndpointItemRequestBuilder) CreateGetRequestInformation(options *PrintServiceEndpointItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation endpoints that can be used to access the service. Read-only. Nullable.
func (*PrintServiceEndpointItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *PrintServiceEndpointItemRequestBuilder) CreatePatchRequestInformation(options *PrintServiceEndpointItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property endpoints in print
func (*PrintServiceEndpointItemRequestBuilder) Delete ¶
func (m *PrintServiceEndpointItemRequestBuilder) Delete(options *PrintServiceEndpointItemRequestBuilderDeleteOptions) error
Delete delete navigation property endpoints for print
func (*PrintServiceEndpointItemRequestBuilder) Get ¶
func (m *PrintServiceEndpointItemRequestBuilder) Get(options *PrintServiceEndpointItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable, error)
Get endpoints that can be used to access the service. Read-only. Nullable.
func (*PrintServiceEndpointItemRequestBuilder) Patch ¶
func (m *PrintServiceEndpointItemRequestBuilder) Patch(options *PrintServiceEndpointItemRequestBuilderPatchOptions) error
Patch update the navigation property endpoints in print
type PrintServiceEndpointItemRequestBuilderDeleteOptions ¶
type PrintServiceEndpointItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PrintServiceEndpointItemRequestBuilderDeleteOptions options for Delete
type PrintServiceEndpointItemRequestBuilderGetOptions ¶
type PrintServiceEndpointItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PrintServiceEndpointItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PrintServiceEndpointItemRequestBuilderGetOptions options for Get
type PrintServiceEndpointItemRequestBuilderGetQueryParameters ¶
type PrintServiceEndpointItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
PrintServiceEndpointItemRequestBuilderGetQueryParameters endpoints that can be used to access the service. Read-only. Nullable.
type PrintServiceEndpointItemRequestBuilderPatchOptions ¶
type PrintServiceEndpointItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PrintServiceEndpointItemRequestBuilderPatchOptions options for Patch