Documentation
¶
Index ¶
- type EndpointsRequestBuilder
- func (m *EndpointsRequestBuilder) Count() ...
- func (m *EndpointsRequestBuilder) CreateGetRequestInformation(options *EndpointsRequestBuilderGetOptions) (...)
- func (m *EndpointsRequestBuilder) CreatePostRequestInformation(options *EndpointsRequestBuilderPostOptions) (...)
- func (m *EndpointsRequestBuilder) Get(options *EndpointsRequestBuilderGetOptions) (...)
- func (m *EndpointsRequestBuilder) Post(options *EndpointsRequestBuilderPostOptions) (...)
- type EndpointsRequestBuilderGetOptions
- type EndpointsRequestBuilderGetQueryParameters
- type EndpointsRequestBuilderPostOptions
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(options *EndpointsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation endpoints that can be used to access the service. Read-only. Nullable.
func (*EndpointsRequestBuilder) CreatePostRequestInformation ¶
func (m *EndpointsRequestBuilder) CreatePostRequestInformation(options *EndpointsRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to endpoints for print
func (*EndpointsRequestBuilder) Get ¶
func (m *EndpointsRequestBuilder) Get(options *EndpointsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointCollectionResponseable, error)
Get endpoints that can be used to access the service. Read-only. Nullable.
func (*EndpointsRequestBuilder) Post ¶
func (m *EndpointsRequestBuilder) Post(options *EndpointsRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrintServiceEndpointable, error)
Post create new navigation property to endpoints for print
type EndpointsRequestBuilderGetOptions ¶
type EndpointsRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *EndpointsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
EndpointsRequestBuilderGetOptions options for Get
type EndpointsRequestBuilderGetQueryParameters ¶
type EndpointsRequestBuilderGetQueryParameters 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
}
EndpointsRequestBuilderGetQueryParameters endpoints that can be used to access the service. Read-only. Nullable.
type EndpointsRequestBuilderPostOptions ¶
type EndpointsRequestBuilderPostOptions 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
}
EndpointsRequestBuilderPostOptions options for Post