Documentation ¶
Index ¶
- type SolutionsRequestBuilder
- func (m *SolutionsRequestBuilder) BookingBusinesses() ...
- func (m *SolutionsRequestBuilder) BookingBusinessesById(id string) ...
- func (m *SolutionsRequestBuilder) BookingCurrencies() ...
- func (m *SolutionsRequestBuilder) BookingCurrenciesById(id string) ...
- func (m *SolutionsRequestBuilder) CreateGetRequestInformation(options *SolutionsRequestBuilderGetOptions) (...)
- func (m *SolutionsRequestBuilder) CreatePatchRequestInformation(options *SolutionsRequestBuilderPatchOptions) (...)
- func (m *SolutionsRequestBuilder) Get(options *SolutionsRequestBuilderGetOptions) (...)
- func (m *SolutionsRequestBuilder) Patch(options *SolutionsRequestBuilderPatchOptions) error
- type SolutionsRequestBuilderGetOptions
- type SolutionsRequestBuilderGetQueryParameters
- type SolutionsRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SolutionsRequestBuilder ¶
type SolutionsRequestBuilder struct {
// contains filtered or unexported fields
}
SolutionsRequestBuilder provides operations to manage the solutionsRoot singleton.
func NewSolutionsRequestBuilder ¶
func NewSolutionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsRequestBuilder
NewSolutionsRequestBuilder instantiates a new SolutionsRequestBuilder and sets the default values.
func NewSolutionsRequestBuilderInternal ¶
func NewSolutionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsRequestBuilder
NewSolutionsRequestBuilderInternal instantiates a new SolutionsRequestBuilder and sets the default values.
func (*SolutionsRequestBuilder) BookingBusinesses ¶
func (m *SolutionsRequestBuilder) BookingBusinesses() *ic2077c84f4cea40593f46a097344f757e71b10d42626a06348d8a6856a4a6408.BookingBusinessesRequestBuilder
BookingBusinesses the bookingBusinesses property
func (*SolutionsRequestBuilder) BookingBusinessesById ¶
func (m *SolutionsRequestBuilder) BookingBusinessesById(id string) *i98532a0d43958ac46a84969d106d7877583a8e83cd026d67fbc826e462b1e8c7.BookingBusinessItemRequestBuilder
BookingBusinessesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.solutions.bookingBusinesses.item collection
func (*SolutionsRequestBuilder) BookingCurrencies ¶
func (m *SolutionsRequestBuilder) BookingCurrencies() *i6d5b6940d5e24f8aee3eb7eef5499c5a97c9c71485b644e5b94efadbc56609b0.BookingCurrenciesRequestBuilder
BookingCurrencies the bookingCurrencies property
func (*SolutionsRequestBuilder) BookingCurrenciesById ¶
func (m *SolutionsRequestBuilder) BookingCurrenciesById(id string) *i30929f1a7f5c848dd5ee1e9d3e9b1dc2926ba5d92f9f5ca889f41edee949d39a.BookingCurrencyItemRequestBuilder
BookingCurrenciesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.solutions.bookingCurrencies.item collection
func (*SolutionsRequestBuilder) CreateGetRequestInformation ¶
func (m *SolutionsRequestBuilder) CreateGetRequestInformation(options *SolutionsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get solutions
func (*SolutionsRequestBuilder) CreatePatchRequestInformation ¶
func (m *SolutionsRequestBuilder) CreatePatchRequestInformation(options *SolutionsRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update solutions
func (*SolutionsRequestBuilder) Get ¶
func (m *SolutionsRequestBuilder) Get(options *SolutionsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SolutionsRootable, error)
Get get solutions
func (*SolutionsRequestBuilder) Patch ¶
func (m *SolutionsRequestBuilder) Patch(options *SolutionsRequestBuilderPatchOptions) error
Patch update solutions
type SolutionsRequestBuilderGetOptions ¶
type SolutionsRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *SolutionsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SolutionsRequestBuilderGetOptions options for Get
type SolutionsRequestBuilderGetQueryParameters ¶
type SolutionsRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
SolutionsRequestBuilderGetQueryParameters get solutions
type SolutionsRequestBuilderPatchOptions ¶
type SolutionsRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SolutionsRootable // 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 }
SolutionsRequestBuilderPatchOptions options for Patch