Documentation ¶
Index ¶
- type BookingCurrencyItemRequestBuilder
- func (m *BookingCurrencyItemRequestBuilder) CreateDeleteRequestInformation(options *BookingCurrencyItemRequestBuilderDeleteOptions) (...)
- func (m *BookingCurrencyItemRequestBuilder) CreateGetRequestInformation(options *BookingCurrencyItemRequestBuilderGetOptions) (...)
- func (m *BookingCurrencyItemRequestBuilder) CreatePatchRequestInformation(options *BookingCurrencyItemRequestBuilderPatchOptions) (...)
- func (m *BookingCurrencyItemRequestBuilder) Delete(options *BookingCurrencyItemRequestBuilderDeleteOptions) error
- func (m *BookingCurrencyItemRequestBuilder) Get(options *BookingCurrencyItemRequestBuilderGetOptions) (...)
- func (m *BookingCurrencyItemRequestBuilder) Patch(options *BookingCurrencyItemRequestBuilderPatchOptions) error
- type BookingCurrencyItemRequestBuilderDeleteOptions
- type BookingCurrencyItemRequestBuilderGetOptions
- type BookingCurrencyItemRequestBuilderGetQueryParameters
- type BookingCurrencyItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookingCurrencyItemRequestBuilder ¶
type BookingCurrencyItemRequestBuilder struct {
// contains filtered or unexported fields
}
BookingCurrencyItemRequestBuilder provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity.
func NewBookingCurrencyItemRequestBuilder ¶
func NewBookingCurrencyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BookingCurrencyItemRequestBuilder
NewBookingCurrencyItemRequestBuilder instantiates a new BookingCurrencyItemRequestBuilder and sets the default values.
func NewBookingCurrencyItemRequestBuilderInternal ¶
func NewBookingCurrencyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BookingCurrencyItemRequestBuilder
NewBookingCurrencyItemRequestBuilderInternal instantiates a new BookingCurrencyItemRequestBuilder and sets the default values.
func (*BookingCurrencyItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *BookingCurrencyItemRequestBuilder) CreateDeleteRequestInformation(options *BookingCurrencyItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property bookingCurrencies for solutions
func (*BookingCurrencyItemRequestBuilder) CreateGetRequestInformation ¶
func (m *BookingCurrencyItemRequestBuilder) CreateGetRequestInformation(options *BookingCurrencyItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get bookingCurrencies from solutions
func (*BookingCurrencyItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *BookingCurrencyItemRequestBuilder) CreatePatchRequestInformation(options *BookingCurrencyItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property bookingCurrencies in solutions
func (*BookingCurrencyItemRequestBuilder) Delete ¶
func (m *BookingCurrencyItemRequestBuilder) Delete(options *BookingCurrencyItemRequestBuilderDeleteOptions) error
Delete delete navigation property bookingCurrencies for solutions
func (*BookingCurrencyItemRequestBuilder) Get ¶
func (m *BookingCurrencyItemRequestBuilder) Get(options *BookingCurrencyItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCurrencyable, error)
Get get bookingCurrencies from solutions
func (*BookingCurrencyItemRequestBuilder) Patch ¶
func (m *BookingCurrencyItemRequestBuilder) Patch(options *BookingCurrencyItemRequestBuilderPatchOptions) error
Patch update the navigation property bookingCurrencies in solutions
type BookingCurrencyItemRequestBuilderDeleteOptions ¶
type BookingCurrencyItemRequestBuilderDeleteOptions struct { // 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 }
BookingCurrencyItemRequestBuilderDeleteOptions options for Delete
type BookingCurrencyItemRequestBuilderGetOptions ¶
type BookingCurrencyItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *BookingCurrencyItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
BookingCurrencyItemRequestBuilderGetOptions options for Get
type BookingCurrencyItemRequestBuilderGetQueryParameters ¶
type BookingCurrencyItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
BookingCurrencyItemRequestBuilderGetQueryParameters get bookingCurrencies from solutions
type BookingCurrencyItemRequestBuilderPatchOptions ¶
type BookingCurrencyItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BookingCurrencyable // 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 }
BookingCurrencyItemRequestBuilderPatchOptions options for Patch