Documentation
¶
Index ¶
- type ManagedEBooksRequestBuilder
- func (m *ManagedEBooksRequestBuilder) Count() ...
- func (m *ManagedEBooksRequestBuilder) CreateGetRequestInformation() (...)
- func (m *ManagedEBooksRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ManagedEBooksRequestBuilderGetRequestConfiguration) (...)
- func (m *ManagedEBooksRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *ManagedEBooksRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *ManagedEBooksRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ManagedEBooksRequestBuilder) Post(ctx context.Context, ...) (...)
- type ManagedEBooksRequestBuilderGetQueryParameters
- type ManagedEBooksRequestBuilderGetRequestConfiguration
- type ManagedEBooksRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagedEBooksRequestBuilder ¶
type ManagedEBooksRequestBuilder struct {
// contains filtered or unexported fields
}
ManagedEBooksRequestBuilder provides operations to manage the managedEBooks property of the microsoft.graph.deviceAppManagement entity.
func NewManagedEBooksRequestBuilder ¶
func NewManagedEBooksRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ManagedEBooksRequestBuilder
NewManagedEBooksRequestBuilder instantiates a new ManagedEBooksRequestBuilder and sets the default values.
func NewManagedEBooksRequestBuilderInternal ¶
func NewManagedEBooksRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ManagedEBooksRequestBuilder
NewManagedEBooksRequestBuilderInternal instantiates a new ManagedEBooksRequestBuilder and sets the default values.
func (*ManagedEBooksRequestBuilder) Count ¶ added in v0.13.0
func (m *ManagedEBooksRequestBuilder) Count() *ia6996381f5c833b4c7ce1d3f6a6c8bd3b7b130b7a7d549d7875f4988b8ccccef.CountRequestBuilder
Count the Count property
func (*ManagedEBooksRequestBuilder) CreateGetRequestInformation ¶
func (m *ManagedEBooksRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the Managed eBook.
func (*ManagedEBooksRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ManagedEBooksRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ManagedEBooksRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the Managed eBook.
func (*ManagedEBooksRequestBuilder) CreatePostRequestInformation ¶
func (m *ManagedEBooksRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to managedEBooks for deviceAppManagement
func (*ManagedEBooksRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ManagedEBooksRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookable, requestConfiguration *ManagedEBooksRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to managedEBooks for deviceAppManagement
func (*ManagedEBooksRequestBuilder) Get ¶
func (m *ManagedEBooksRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedEBooksRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookCollectionResponseable, error)
Get the Managed eBook.
func (*ManagedEBooksRequestBuilder) Post ¶
func (m *ManagedEBooksRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookable, requestConfiguration *ManagedEBooksRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedEBookable, error)
Post create new navigation property to managedEBooks for deviceAppManagement
type ManagedEBooksRequestBuilderGetQueryParameters ¶
type ManagedEBooksRequestBuilderGetQueryParameters 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"`
}
ManagedEBooksRequestBuilderGetQueryParameters the Managed eBook.
type ManagedEBooksRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ManagedEBooksRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *ManagedEBooksRequestBuilderGetQueryParameters
}
ManagedEBooksRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ManagedEBooksRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ManagedEBooksRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
ManagedEBooksRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.