Documentation
¶
Index ¶
- type EndpointsRequestBuilder
- func (m *EndpointsRequestBuilder) Count() ...
- func (m *EndpointsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *EndpointsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *EndpointsRequestBuilderGetRequestConfiguration) (...)
- func (m *EndpointsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *EndpointsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *EndpointsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *EndpointsRequestBuilder) Post(ctx context.Context, ...) (...)
- type EndpointsRequestBuilderGetQueryParameters
- type EndpointsRequestBuilderGetRequestConfiguration
- type EndpointsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointsRequestBuilder ¶
type EndpointsRequestBuilder struct {
// contains filtered or unexported fields
}
EndpointsRequestBuilder provides operations to manage the endpoints property of the microsoft.graph.printService entity.
func NewEndpointsRequestBuilder ¶
func NewEndpointsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EndpointsRequestBuilder
NewEndpointsRequestBuilder instantiates a new EndpointsRequestBuilder and sets the default values.
func NewEndpointsRequestBuilderInternal ¶
func NewEndpointsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EndpointsRequestBuilder
NewEndpointsRequestBuilderInternal instantiates a new EndpointsRequestBuilder and sets the default values.
func (*EndpointsRequestBuilder) Count ¶ added in v0.13.0
func (m *EndpointsRequestBuilder) Count() *i890bebe7280d012a8b3f2c3b201467a694f1ec36de36581aa29b49e874a5ae06.CountRequestBuilder
Count the Count property
func (*EndpointsRequestBuilder) CreateGetRequestInformation ¶
func (m *EndpointsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation retrieve a list of endpoints exposed by a print service.
func (*EndpointsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *EndpointsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *EndpointsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration retrieve a list of endpoints exposed by a print service.
func (*EndpointsRequestBuilder) CreatePostRequestInformation ¶
func (m *EndpointsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to endpoints for print
func (*EndpointsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *EndpointsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable, requestConfiguration *EndpointsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to endpoints for print
func (*EndpointsRequestBuilder) Get ¶
func (m *EndpointsRequestBuilder) Get(ctx context.Context, requestConfiguration *EndpointsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointCollectionResponseable, error)
Get retrieve a list of endpoints exposed by a print service.
func (*EndpointsRequestBuilder) Post ¶
func (m *EndpointsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable, requestConfiguration *EndpointsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable, error)
Post create new navigation property to endpoints for print
type EndpointsRequestBuilderGetQueryParameters ¶
type EndpointsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
EndpointsRequestBuilderGetQueryParameters retrieve a list of endpoints exposed by a print service.
type EndpointsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type EndpointsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *EndpointsRequestBuilderGetQueryParameters
}
EndpointsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type EndpointsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type EndpointsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
EndpointsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.