Documentation
¶
Index ¶
- type BookingCurrenciesRequestBuilder
- func (m *BookingCurrenciesRequestBuilder) Count() ...
- func (m *BookingCurrenciesRequestBuilder) CreateGetRequestInformation() (...)
- func (m *BookingCurrenciesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *BookingCurrenciesRequestBuilderGetRequestConfiguration) (...)
- func (m *BookingCurrenciesRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *BookingCurrenciesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *BookingCurrenciesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *BookingCurrenciesRequestBuilder) Post(ctx context.Context, ...) (...)
- type BookingCurrenciesRequestBuilderGetQueryParameters
- type BookingCurrenciesRequestBuilderGetRequestConfiguration
- type BookingCurrenciesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookingCurrenciesRequestBuilder ¶
type BookingCurrenciesRequestBuilder struct {
// contains filtered or unexported fields
}
BookingCurrenciesRequestBuilder provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity.
func NewBookingCurrenciesRequestBuilder ¶
func NewBookingCurrenciesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BookingCurrenciesRequestBuilder
NewBookingCurrenciesRequestBuilder instantiates a new BookingCurrenciesRequestBuilder and sets the default values.
func NewBookingCurrenciesRequestBuilderInternal ¶
func NewBookingCurrenciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BookingCurrenciesRequestBuilder
NewBookingCurrenciesRequestBuilderInternal instantiates a new BookingCurrenciesRequestBuilder and sets the default values.
func (*BookingCurrenciesRequestBuilder) Count ¶ added in v0.13.0
func (m *BookingCurrenciesRequestBuilder) Count() *ie505e611b26430625ce45f213b74e72933f2356f03da52a2a7ecc15b81ba8f3e.CountRequestBuilder
Count the Count property
func (*BookingCurrenciesRequestBuilder) CreateGetRequestInformation ¶
func (m *BookingCurrenciesRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get a list of bookingCurrency objects available to a Microsoft Bookings business.
func (*BookingCurrenciesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *BookingCurrenciesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *BookingCurrenciesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get a list of bookingCurrency objects available to a Microsoft Bookings business.
func (*BookingCurrenciesRequestBuilder) CreatePostRequestInformation ¶
func (m *BookingCurrenciesRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCurrencyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to bookingCurrencies for solutions
func (*BookingCurrenciesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *BookingCurrenciesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCurrencyable, requestConfiguration *BookingCurrenciesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to bookingCurrencies for solutions
func (*BookingCurrenciesRequestBuilder) Get ¶
func (m *BookingCurrenciesRequestBuilder) Get(ctx context.Context, requestConfiguration *BookingCurrenciesRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCurrencyCollectionResponseable, error)
Get get a list of bookingCurrency objects available to a Microsoft Bookings business.
func (*BookingCurrenciesRequestBuilder) Post ¶
func (m *BookingCurrenciesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCurrencyable, requestConfiguration *BookingCurrenciesRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCurrencyable, error)
Post create new navigation property to bookingCurrencies for solutions
type BookingCurrenciesRequestBuilderGetQueryParameters ¶
type BookingCurrenciesRequestBuilderGetQueryParameters 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"`
}
BookingCurrenciesRequestBuilderGetQueryParameters get a list of bookingCurrency objects available to a Microsoft Bookings business.
type BookingCurrenciesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type BookingCurrenciesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *BookingCurrenciesRequestBuilderGetQueryParameters
}
BookingCurrenciesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type BookingCurrenciesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type BookingCurrenciesRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
BookingCurrenciesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.