Documentation
¶
Index ¶
- type ServicesRequestBuilder
- func (m *ServicesRequestBuilder) Count() ...
- func (m *ServicesRequestBuilder) CreateGetRequestInformation() (...)
- func (m *ServicesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ServicesRequestBuilderGetRequestConfiguration) (...)
- func (m *ServicesRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *ServicesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *ServicesRequestBuilder) Get() (...)
- func (m *ServicesRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ServicesRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *ServicesRequestBuilder) Post(...) (...)
- func (m *ServicesRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type ServicesRequestBuilderGetQueryParameters
- type ServicesRequestBuilderGetRequestConfiguration
- type ServicesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServicesRequestBuilder ¶
type ServicesRequestBuilder struct {
// contains filtered or unexported fields
}
ServicesRequestBuilder provides operations to manage the services property of the microsoft.graph.print entity.
func NewServicesRequestBuilder ¶
func NewServicesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ServicesRequestBuilder
NewServicesRequestBuilder instantiates a new ServicesRequestBuilder and sets the default values.
func NewServicesRequestBuilderInternal ¶
func NewServicesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ServicesRequestBuilder
NewServicesRequestBuilderInternal instantiates a new ServicesRequestBuilder and sets the default values.
func (*ServicesRequestBuilder) Count ¶ added in v0.13.0
func (m *ServicesRequestBuilder) Count() *i927f583046a8f0e92aafe720bd10d10f51aa8dcc3758229b368b568e425f39fc.CountRequestBuilder
Count the Count property
func (*ServicesRequestBuilder) CreateGetRequestInformation ¶
func (m *ServicesRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of available Universal Print service endpoints.
func (*ServicesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ServicesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ServicesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the list of available Universal Print service endpoints.
func (*ServicesRequestBuilder) CreatePostRequestInformation ¶
func (m *ServicesRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to services for print
func (*ServicesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ServicesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceable, requestConfiguration *ServicesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to services for print
func (*ServicesRequestBuilder) Get ¶
func (m *ServicesRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceCollectionResponseable, error)
Get the list of available Universal Print service endpoints.
func (*ServicesRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ServicesRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ServicesRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler the list of available Universal Print service endpoints.
func (*ServicesRequestBuilder) Post ¶
func (m *ServicesRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceable, error)
Post create new navigation property to services for print
func (*ServicesRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ServicesRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceable, requestConfiguration *ServicesRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to services for print
type ServicesRequestBuilderGetQueryParameters ¶
type ServicesRequestBuilderGetQueryParameters 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"`
}
ServicesRequestBuilderGetQueryParameters the list of available Universal Print service endpoints.
type ServicesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ServicesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *ServicesRequestBuilderGetQueryParameters
}
ServicesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ServicesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ServicesRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
ServicesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.