Documentation
¶
Index ¶
- type ServicesRequestBuilder
- func (m *ServicesRequestBuilder) Count() ...
- func (m *ServicesRequestBuilder) CreateGetRequestInformation(options *ServicesRequestBuilderGetOptions) (...)
- func (m *ServicesRequestBuilder) CreatePostRequestInformation(options *ServicesRequestBuilderPostOptions) (...)
- func (m *ServicesRequestBuilder) Get(options *ServicesRequestBuilderGetOptions) (...)
- func (m *ServicesRequestBuilder) Post(options *ServicesRequestBuilderPostOptions) (...)
- type ServicesRequestBuilderGetOptions
- type ServicesRequestBuilderGetQueryParameters
- type ServicesRequestBuilderPostOptions
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(options *ServicesRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of available Universal Print service endpoints.
func (*ServicesRequestBuilder) CreatePostRequestInformation ¶
func (m *ServicesRequestBuilder) CreatePostRequestInformation(options *ServicesRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to services for print
func (*ServicesRequestBuilder) Get ¶
func (m *ServicesRequestBuilder) Get(options *ServicesRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceCollectionResponseable, error)
Get the list of available Universal Print service endpoints.
func (*ServicesRequestBuilder) Post ¶
func (m *ServicesRequestBuilder) Post(options *ServicesRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceable, error)
Post create new navigation property to services for print
type ServicesRequestBuilderGetOptions ¶
type ServicesRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *ServicesRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
ServicesRequestBuilderGetOptions options for Get
type ServicesRequestBuilderGetQueryParameters ¶
type ServicesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// Expand related entities
Expand []string
// Filter items by property values
Filter *string
// Order items by property values
Orderby []string
// Search items by search phrases
Search *string
// Select properties to be returned
Select []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
ServicesRequestBuilderGetQueryParameters the list of available Universal Print service endpoints.
type ServicesRequestBuilderPostOptions ¶
type ServicesRequestBuilderPostOptions struct {
//
Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceable
// 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
}
ServicesRequestBuilderPostOptions options for Post