Documentation
¶
Index ¶
- type PrintServiceEndpointItemRequestBuilder
- func (m *PrintServiceEndpointItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *PrintServiceEndpointItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *PrintServiceEndpointItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *PrintServiceEndpointItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *PrintServiceEndpointItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *PrintServiceEndpointItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *PrintServiceEndpointItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *PrintServiceEndpointItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PrintServiceEndpointItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type PrintServiceEndpointItemRequestBuilderDeleteRequestConfiguration
- type PrintServiceEndpointItemRequestBuilderGetQueryParameters
- type PrintServiceEndpointItemRequestBuilderGetRequestConfiguration
- type PrintServiceEndpointItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintServiceEndpointItemRequestBuilder ¶ added in v0.12.0
type PrintServiceEndpointItemRequestBuilder struct {
// contains filtered or unexported fields
}
PrintServiceEndpointItemRequestBuilder provides operations to manage the endpoints property of the microsoft.graph.printService entity.
func NewPrintServiceEndpointItemRequestBuilder ¶ added in v0.12.0
func NewPrintServiceEndpointItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrintServiceEndpointItemRequestBuilder
NewPrintServiceEndpointItemRequestBuilder instantiates a new PrintServiceEndpointItemRequestBuilder and sets the default values.
func NewPrintServiceEndpointItemRequestBuilderInternal ¶ added in v0.12.0
func NewPrintServiceEndpointItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrintServiceEndpointItemRequestBuilder
NewPrintServiceEndpointItemRequestBuilderInternal instantiates a new PrintServiceEndpointItemRequestBuilder and sets the default values.
func (*PrintServiceEndpointItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *PrintServiceEndpointItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property endpoints for print
func (*PrintServiceEndpointItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PrintServiceEndpointItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *PrintServiceEndpointItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property endpoints for print
func (*PrintServiceEndpointItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *PrintServiceEndpointItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation endpoints that can be used to access the service. Read-only. Nullable.
func (*PrintServiceEndpointItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PrintServiceEndpointItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PrintServiceEndpointItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration endpoints that can be used to access the service. Read-only. Nullable.
func (*PrintServiceEndpointItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *PrintServiceEndpointItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property endpoints in print
func (*PrintServiceEndpointItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PrintServiceEndpointItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable, requestConfiguration *PrintServiceEndpointItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property endpoints in print
func (*PrintServiceEndpointItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PrintServiceEndpointItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *PrintServiceEndpointItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property endpoints for print
func (*PrintServiceEndpointItemRequestBuilder) Get ¶ added in v0.12.0
func (m *PrintServiceEndpointItemRequestBuilder) Get(ctx context.Context, requestConfiguration *PrintServiceEndpointItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable, error)
Get endpoints that can be used to access the service. Read-only. Nullable.
func (*PrintServiceEndpointItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *PrintServiceEndpointItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable, requestConfiguration *PrintServiceEndpointItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable, error)
Patch update the navigation property endpoints in print
type PrintServiceEndpointItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type PrintServiceEndpointItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PrintServiceEndpointItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PrintServiceEndpointItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
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 PrintServiceEndpointItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type PrintServiceEndpointItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PrintServiceEndpointItemRequestBuilderGetQueryParameters
}
PrintServiceEndpointItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PrintServiceEndpointItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type PrintServiceEndpointItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PrintServiceEndpointItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.