solutions

package
v0.48.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2022 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesBookingBusinessItemRequestBuilder provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity.

func NewSolutionsBookingBusinessesBookingBusinessItemRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesBookingBusinessItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesBookingBusinessItemRequestBuilder

NewSolutionsBookingBusinessesBookingBusinessItemRequestBuilder instantiates a new BookingBusinessItemRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesBookingBusinessItemRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesBookingBusinessItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesBookingBusinessItemRequestBuilder

NewSolutionsBookingBusinessesBookingBusinessItemRequestBuilderInternal instantiates a new BookingBusinessItemRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) Appointments added in v0.48.0

Appointments provides operations to manage the appointments property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) AppointmentsById added in v0.48.0

AppointmentsById provides operations to manage the appointments property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) CalendarView added in v0.48.0

CalendarView provides operations to manage the calendarView property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) CalendarViewById added in v0.48.0

CalendarViewById provides operations to manage the calendarView property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property bookingBusinesses for solutions

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get bookingBusinesses from solutions

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property bookingBusinesses in solutions

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) CustomQuestions added in v0.48.0

CustomQuestions provides operations to manage the customQuestions property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) CustomQuestionsById added in v0.48.0

CustomQuestionsById provides operations to manage the customQuestions property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) Customers added in v0.48.0

Customers provides operations to manage the customers property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) CustomersById added in v0.48.0

CustomersById provides operations to manage the customers property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property bookingBusinesses for solutions

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) Get added in v0.48.0

Get get bookingBusinesses from solutions

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) GetStaffAvailability added in v0.48.0

GetStaffAvailability provides operations to call the getStaffAvailability method.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) Publish added in v0.48.0

Publish provides operations to call the publish method.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) Services added in v0.48.0

Services provides operations to manage the services property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) ServicesById added in v0.48.0

ServicesById provides operations to manage the services property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) StaffMembers added in v0.48.0

StaffMembers provides operations to manage the staffMembers property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) StaffMembersById added in v0.48.0

StaffMembersById provides operations to manage the staffMembers property of the microsoft.graph.bookingBusiness entity.

func (*SolutionsBookingBusinessesBookingBusinessItemRequestBuilder) Unpublish added in v0.48.0

Unpublish provides operations to call the unpublish method.

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesBookingBusinessItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SolutionsBookingBusinessesBookingBusinessItemRequestBuilderGetQueryParameters get bookingBusinesses from solutions

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesBookingBusinessItemRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesBookingBusinessItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesBookingBusinessItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesBookingBusinessItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesCountRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesCountRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesCountRequestBuilder provides operations to count the resources in the collection.

func NewSolutionsBookingBusinessesCountRequestBuilder added in v0.48.0

NewSolutionsBookingBusinessesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesCountRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesCountRequestBuilder

NewSolutionsBookingBusinessesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*SolutionsBookingBusinessesCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type SolutionsBookingBusinessesCountRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder provides operations to manage the appointments property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder

NewSolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder instantiates a new BookingAppointmentItemRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder

NewSolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderInternal instantiates a new BookingAppointmentItemRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder) Cancel added in v0.48.0

Cancel provides operations to call the cancel method.

func (*SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property appointments for solutions

func (*SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation all the appointments of this business. Read-only. Nullable.

func (*SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property appointments in solutions

func (*SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property appointments for solutions

func (*SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilder) Get added in v0.48.0

Get all the appointments of this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetQueryParameters all the appointments of this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemAppointmentsBookingAppointmentItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemAppointmentsCountRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemAppointmentsCountRequestBuilder provides operations to count the resources in the collection.

func NewSolutionsBookingBusinessesItemAppointmentsCountRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemAppointmentsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemAppointmentsCountRequestBuilder

NewSolutionsBookingBusinessesItemAppointmentsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemAppointmentsCountRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemAppointmentsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemAppointmentsCountRequestBuilder

NewSolutionsBookingBusinessesItemAppointmentsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemAppointmentsCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*SolutionsBookingBusinessesItemAppointmentsCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type SolutionsBookingBusinessesItemAppointmentsCountRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemAppointmentsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder provides operations to call the cancel method.

func NewSolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder

NewSolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder instantiates a new CancelRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder

NewSolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilderInternal instantiates a new CancelRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members.

func (*SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilder) Post added in v0.48.0

Post cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members.

type SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemAppointmentsItemCancelRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemAppointmentsRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemAppointmentsRequestBuilder provides operations to manage the appointments property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemAppointmentsRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemAppointmentsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemAppointmentsRequestBuilder

NewSolutionsBookingBusinessesItemAppointmentsRequestBuilder instantiates a new AppointmentsRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemAppointmentsRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemAppointmentsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemAppointmentsRequestBuilder

NewSolutionsBookingBusinessesItemAppointmentsRequestBuilderInternal instantiates a new AppointmentsRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemAppointmentsRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*SolutionsBookingBusinessesItemAppointmentsRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get a list of bookingAppointment objects for the specified bookingBusiness.

func (*SolutionsBookingBusinessesItemAppointmentsRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create a new bookingAppointment for the specified bookingBusiness.

func (*SolutionsBookingBusinessesItemAppointmentsRequestBuilder) Get added in v0.48.0

Get get a list of bookingAppointment objects for the specified bookingBusiness.

type SolutionsBookingBusinessesItemAppointmentsRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsRequestBuilderGetQueryParameters 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"`
}

SolutionsBookingBusinessesItemAppointmentsRequestBuilderGetQueryParameters get a list of bookingAppointment objects for the specified bookingBusiness.

type SolutionsBookingBusinessesItemAppointmentsRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemAppointmentsRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemAppointmentsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemAppointmentsRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemAppointmentsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemAppointmentsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder provides operations to manage the calendarView property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder

NewSolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder instantiates a new BookingAppointmentItemRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder

NewSolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderInternal instantiates a new BookingAppointmentItemRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder) Cancel added in v0.48.0

Cancel provides operations to call the cancel method.

func (*SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property calendarView for solutions

func (*SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation the set of appointments of this business in a specified date range. Read-only. Nullable.

func (*SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property calendarView in solutions

func (*SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property calendarView for solutions

func (*SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilder) Get added in v0.48.0

Get the set of appointments of this business in a specified date range. Read-only. Nullable.

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderGetQueryParameters the set of appointments of this business in a specified date range. Read-only. Nullable.

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCalendarViewBookingAppointmentItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCalendarViewCountRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewCountRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCalendarViewCountRequestBuilder provides operations to count the resources in the collection.

func NewSolutionsBookingBusinessesItemCalendarViewCountRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCalendarViewCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCalendarViewCountRequestBuilder

NewSolutionsBookingBusinessesItemCalendarViewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCalendarViewCountRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCalendarViewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCalendarViewCountRequestBuilder

NewSolutionsBookingBusinessesItemCalendarViewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCalendarViewCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*SolutionsBookingBusinessesItemCalendarViewCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type SolutionsBookingBusinessesItemCalendarViewCountRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCalendarViewCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder provides operations to call the cancel method.

func NewSolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder

NewSolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder instantiates a new CancelRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder

NewSolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilderInternal instantiates a new CancelRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members.

func (*SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilder) Post added in v0.48.0

Post cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members.

type SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCalendarViewItemCancelRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCalendarViewRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCalendarViewRequestBuilder provides operations to manage the calendarView property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemCalendarViewRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCalendarViewRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCalendarViewRequestBuilder

NewSolutionsBookingBusinessesItemCalendarViewRequestBuilder instantiates a new CalendarViewRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCalendarViewRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCalendarViewRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCalendarViewRequestBuilder

NewSolutionsBookingBusinessesItemCalendarViewRequestBuilderInternal instantiates a new CalendarViewRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCalendarViewRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*SolutionsBookingBusinessesItemCalendarViewRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the collection of bookingAppointment objects for a bookingBusiness that occurs in the specified date range.

func (*SolutionsBookingBusinessesItemCalendarViewRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create new navigation property to calendarView for solutions

func (*SolutionsBookingBusinessesItemCalendarViewRequestBuilder) Get added in v0.48.0

Get get the collection of bookingAppointment objects for a bookingBusiness that occurs in the specified date range.

type SolutionsBookingBusinessesItemCalendarViewRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewRequestBuilderGetQueryParameters 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"`
}

SolutionsBookingBusinessesItemCalendarViewRequestBuilderGetQueryParameters get the collection of bookingAppointment objects for a bookingBusiness that occurs in the specified date range.

type SolutionsBookingBusinessesItemCalendarViewRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemCalendarViewRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemCalendarViewRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCalendarViewRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCalendarViewRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCalendarViewRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder provides operations to manage the customQuestions property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder

NewSolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder instantiates a new BookingCustomQuestionItemRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder

NewSolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderInternal instantiates a new BookingCustomQuestionItemRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property customQuestions for solutions

func (*SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation all the custom questions of this business. Read-only. Nullable.

func (*SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property customQuestions in solutions

func (*SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property customQuestions for solutions

func (*SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilder) Get added in v0.48.0

Get all the custom questions of this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetQueryParameters all the custom questions of this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCustomQuestionsBookingCustomQuestionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder provides operations to count the resources in the collection.

func NewSolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder

NewSolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder

NewSolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCustomQuestionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomQuestionsRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCustomQuestionsRequestBuilder provides operations to manage the customQuestions property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemCustomQuestionsRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomQuestionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomQuestionsRequestBuilder

NewSolutionsBookingBusinessesItemCustomQuestionsRequestBuilder instantiates a new CustomQuestionsRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCustomQuestionsRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomQuestionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomQuestionsRequestBuilder

NewSolutionsBookingBusinessesItemCustomQuestionsRequestBuilderInternal instantiates a new CustomQuestionsRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCustomQuestionsRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*SolutionsBookingBusinessesItemCustomQuestionsRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the bookingCustomQuestion resources associated with a bookingBusiness.

func (*SolutionsBookingBusinessesItemCustomQuestionsRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create a new bookingCustomQuestion object.

func (*SolutionsBookingBusinessesItemCustomQuestionsRequestBuilder) Get added in v0.48.0

Get get the bookingCustomQuestion resources associated with a bookingBusiness.

type SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderGetQueryParameters 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"`
}

SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderGetQueryParameters get the bookingCustomQuestion resources associated with a bookingBusiness.

type SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCustomQuestionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder provides operations to manage the customers property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder

NewSolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder instantiates a new BookingCustomerBaseItemRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder

NewSolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderInternal instantiates a new BookingCustomerBaseItemRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property customers for solutions

func (*SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation all the customers of this business. Read-only. Nullable.

func (*SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property customers in solutions

func (*SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property customers for solutions

func (*SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilder) Get added in v0.48.0

Get all the customers of this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetQueryParameters all the customers of this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCustomersBookingCustomerBaseItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomersCountRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCustomersCountRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCustomersCountRequestBuilder provides operations to count the resources in the collection.

func NewSolutionsBookingBusinessesItemCustomersCountRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomersCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomersCountRequestBuilder

NewSolutionsBookingBusinessesItemCustomersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCustomersCountRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomersCountRequestBuilder

NewSolutionsBookingBusinessesItemCustomersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCustomersCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*SolutionsBookingBusinessesItemCustomersCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type SolutionsBookingBusinessesItemCustomersCountRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCustomersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomersRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemCustomersRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemCustomersRequestBuilder provides operations to manage the customers property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemCustomersRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomersRequestBuilder

NewSolutionsBookingBusinessesItemCustomersRequestBuilder instantiates a new CustomersRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemCustomersRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemCustomersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemCustomersRequestBuilder

NewSolutionsBookingBusinessesItemCustomersRequestBuilderInternal instantiates a new CustomersRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemCustomersRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*SolutionsBookingBusinessesItemCustomersRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get a list of bookingCustomer objects of a business.

func (*SolutionsBookingBusinessesItemCustomersRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create a new bookingCustomer object.

func (*SolutionsBookingBusinessesItemCustomersRequestBuilder) Get added in v0.48.0

Get get a list of bookingCustomer objects of a business.

type SolutionsBookingBusinessesItemCustomersRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemCustomersRequestBuilderGetQueryParameters 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"`
}

SolutionsBookingBusinessesItemCustomersRequestBuilderGetQueryParameters get a list of bookingCustomer objects of a business.

type SolutionsBookingBusinessesItemCustomersRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemCustomersRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemCustomersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemCustomersRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemCustomersRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemCustomersRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilder provides operations to call the getStaffAvailability method.

func NewSolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilder

NewSolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilder instantiates a new GetStaffAvailabilityRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilder

NewSolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilderInternal instantiates a new GetStaffAvailabilityRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation get the availability information of staff members of a Microsoft Bookings calendar.

type SolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemGetStaffAvailabilityRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemPublishRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemPublishRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemPublishRequestBuilder provides operations to call the publish method.

func NewSolutionsBookingBusinessesItemPublishRequestBuilder added in v0.48.0

NewSolutionsBookingBusinessesItemPublishRequestBuilder instantiates a new PublishRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemPublishRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemPublishRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemPublishRequestBuilder

NewSolutionsBookingBusinessesItemPublishRequestBuilderInternal instantiates a new PublishRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemPublishRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation make the scheduling page of a business available to external customers. Set the **isPublished** property to `true`, and the **publicUrl** property to the URL of the scheduling page.

func (*SolutionsBookingBusinessesItemPublishRequestBuilder) Post added in v0.48.0

Post make the scheduling page of a business available to external customers. Set the **isPublished** property to `true`, and the **publicUrl** property to the URL of the scheduling page.

type SolutionsBookingBusinessesItemPublishRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemPublishRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemPublishRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder provides operations to manage the services property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder

NewSolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder instantiates a new BookingServiceItemRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder

NewSolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderInternal instantiates a new BookingServiceItemRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property services for solutions

func (*SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation all the services offered by this business. Read-only. Nullable.

func (*SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property services in solutions

func (*SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property services for solutions

func (*SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilder) Get added in v0.48.0

Get all the services offered by this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderGetQueryParameters all the services offered by this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemServicesBookingServiceItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemServicesCountRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemServicesCountRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemServicesCountRequestBuilder provides operations to count the resources in the collection.

func NewSolutionsBookingBusinessesItemServicesCountRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemServicesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemServicesCountRequestBuilder

NewSolutionsBookingBusinessesItemServicesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemServicesCountRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemServicesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemServicesCountRequestBuilder

NewSolutionsBookingBusinessesItemServicesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemServicesCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*SolutionsBookingBusinessesItemServicesCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type SolutionsBookingBusinessesItemServicesCountRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemServicesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemServicesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemServicesRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemServicesRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemServicesRequestBuilder provides operations to manage the services property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemServicesRequestBuilder added in v0.48.0

NewSolutionsBookingBusinessesItemServicesRequestBuilder instantiates a new ServicesRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemServicesRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemServicesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemServicesRequestBuilder

NewSolutionsBookingBusinessesItemServicesRequestBuilderInternal instantiates a new ServicesRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemServicesRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*SolutionsBookingBusinessesItemServicesRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get a list of bookingService objects in the specified bookingBusiness.

func (*SolutionsBookingBusinessesItemServicesRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create a new bookingService for the specified bookingBusiness.

func (*SolutionsBookingBusinessesItemServicesRequestBuilder) Get added in v0.48.0

Get get a list of bookingService objects in the specified bookingBusiness.

type SolutionsBookingBusinessesItemServicesRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemServicesRequestBuilderGetQueryParameters 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"`
}

SolutionsBookingBusinessesItemServicesRequestBuilderGetQueryParameters get a list of bookingService objects in the specified bookingBusiness.

type SolutionsBookingBusinessesItemServicesRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemServicesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemServicesRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemServicesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemServicesRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemServicesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemServicesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder provides operations to manage the staffMembers property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder

NewSolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder instantiates a new BookingStaffMemberBaseItemRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder

NewSolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderInternal instantiates a new BookingStaffMemberBaseItemRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property staffMembers for solutions

func (*SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation all the staff members that provide services in this business. Read-only. Nullable.

func (*SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property staffMembers in solutions

func (*SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property staffMembers for solutions

func (*SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilder) Get added in v0.48.0

Get all the staff members that provide services in this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetQueryParameters all the staff members that provide services in this business. Read-only. Nullable.

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemStaffMembersBookingStaffMemberBaseItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemStaffMembersCountRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersCountRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemStaffMembersCountRequestBuilder provides operations to count the resources in the collection.

func NewSolutionsBookingBusinessesItemStaffMembersCountRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemStaffMembersCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemStaffMembersCountRequestBuilder

NewSolutionsBookingBusinessesItemStaffMembersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemStaffMembersCountRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemStaffMembersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemStaffMembersCountRequestBuilder

NewSolutionsBookingBusinessesItemStaffMembersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemStaffMembersCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*SolutionsBookingBusinessesItemStaffMembersCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type SolutionsBookingBusinessesItemStaffMembersCountRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemStaffMembersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemStaffMembersRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemStaffMembersRequestBuilder provides operations to manage the staffMembers property of the microsoft.graph.bookingBusiness entity.

func NewSolutionsBookingBusinessesItemStaffMembersRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemStaffMembersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemStaffMembersRequestBuilder

NewSolutionsBookingBusinessesItemStaffMembersRequestBuilder instantiates a new StaffMembersRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemStaffMembersRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemStaffMembersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemStaffMembersRequestBuilder

NewSolutionsBookingBusinessesItemStaffMembersRequestBuilderInternal instantiates a new StaffMembersRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemStaffMembersRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*SolutionsBookingBusinessesItemStaffMembersRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get a list of bookingStaffMember objects in the specified bookingBusiness.

func (*SolutionsBookingBusinessesItemStaffMembersRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create a new bookingStaffMember in the specified bookingBusiness.

func (*SolutionsBookingBusinessesItemStaffMembersRequestBuilder) Get added in v0.48.0

Get get a list of bookingStaffMember objects in the specified bookingBusiness.

type SolutionsBookingBusinessesItemStaffMembersRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersRequestBuilderGetQueryParameters 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"`
}

SolutionsBookingBusinessesItemStaffMembersRequestBuilderGetQueryParameters get a list of bookingStaffMember objects in the specified bookingBusiness.

type SolutionsBookingBusinessesItemStaffMembersRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesItemStaffMembersRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesItemStaffMembersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemStaffMembersRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemStaffMembersRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemStaffMembersRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesItemUnpublishRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesItemUnpublishRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesItemUnpublishRequestBuilder provides operations to call the unpublish method.

func NewSolutionsBookingBusinessesItemUnpublishRequestBuilder added in v0.48.0

func NewSolutionsBookingBusinessesItemUnpublishRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemUnpublishRequestBuilder

NewSolutionsBookingBusinessesItemUnpublishRequestBuilder instantiates a new UnpublishRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesItemUnpublishRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesItemUnpublishRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesItemUnpublishRequestBuilder

NewSolutionsBookingBusinessesItemUnpublishRequestBuilderInternal instantiates a new UnpublishRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesItemUnpublishRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation make the scheduling page of this business not available to external customers. Set the **isPublished** property to `false`, and the **publicUrl** property to `null`.

func (*SolutionsBookingBusinessesItemUnpublishRequestBuilder) Post added in v0.48.0

Post make the scheduling page of this business not available to external customers. Set the **isPublished** property to `false`, and the **publicUrl** property to `null`.

type SolutionsBookingBusinessesItemUnpublishRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesItemUnpublishRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesItemUnpublishRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesRequestBuilder added in v0.48.0

type SolutionsBookingBusinessesRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingBusinessesRequestBuilder provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity.

func NewSolutionsBookingBusinessesRequestBuilder added in v0.48.0

NewSolutionsBookingBusinessesRequestBuilder instantiates a new BookingBusinessesRequestBuilder and sets the default values.

func NewSolutionsBookingBusinessesRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingBusinessesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingBusinessesRequestBuilder

NewSolutionsBookingBusinessesRequestBuilderInternal instantiates a new BookingBusinessesRequestBuilder and sets the default values.

func (*SolutionsBookingBusinessesRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*SolutionsBookingBusinessesRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the **id** and **displayName** of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its **id** in a GET operation.

func (*SolutionsBookingBusinessesRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create a new Microsoft Bookings business in a tenant. This is the first step in setting up a Bookings business where you must specify the business display name. You can include other information such as business address, web site address, and scheduling policy, or set that information later by updating the **bookingBusiness**.

func (*SolutionsBookingBusinessesRequestBuilder) Get added in v0.48.0

Get get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the **id** and **displayName** of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its **id** in a GET operation.

func (*SolutionsBookingBusinessesRequestBuilder) Post added in v0.48.0

Post create a new Microsoft Bookings business in a tenant. This is the first step in setting up a Bookings business where you must specify the business display name. You can include other information such as business address, web site address, and scheduling policy, or set that information later by updating the **bookingBusiness**.

type SolutionsBookingBusinessesRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingBusinessesRequestBuilderGetQueryParameters 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"`
}

SolutionsBookingBusinessesRequestBuilderGetQueryParameters get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the **id** and **displayName** of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its **id** in a GET operation.

type SolutionsBookingBusinessesRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingBusinessesRequestBuilderGetQueryParameters
}

SolutionsBookingBusinessesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingBusinessesRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingBusinessesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingBusinessesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder added in v0.48.0

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity.

func NewSolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder added in v0.48.0

func NewSolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder

NewSolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder instantiates a new BookingCurrencyItemRequestBuilder and sets the default values.

func NewSolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder

NewSolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderInternal instantiates a new BookingCurrencyItemRequestBuilder and sets the default values.

func (*SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder) CreateDeleteRequestInformation added in v0.48.0

CreateDeleteRequestInformation delete navigation property bookingCurrencies for solutions

func (*SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get bookingCurrencies from solutions

func (*SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder) CreatePatchRequestInformation added in v0.48.0

CreatePatchRequestInformation update the navigation property bookingCurrencies in solutions

func (*SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder) Delete added in v0.48.0

Delete delete navigation property bookingCurrencies for solutions

func (*SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilder) Get added in v0.48.0

Get get bookingCurrencies from solutions

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderDeleteRequestConfiguration added in v0.48.0

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderGetQueryParameters get bookingCurrencies from solutions

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderGetQueryParameters
}

SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderPatchRequestConfiguration added in v0.48.0

type SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingCurrenciesBookingCurrencyItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingCurrenciesCountRequestBuilder added in v0.48.0

type SolutionsBookingCurrenciesCountRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingCurrenciesCountRequestBuilder provides operations to count the resources in the collection.

func NewSolutionsBookingCurrenciesCountRequestBuilder added in v0.48.0

NewSolutionsBookingCurrenciesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSolutionsBookingCurrenciesCountRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingCurrenciesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingCurrenciesCountRequestBuilder

NewSolutionsBookingCurrenciesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SolutionsBookingCurrenciesCountRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get the number of the resource

func (*SolutionsBookingCurrenciesCountRequestBuilder) Get added in v0.48.0

Get get the number of the resource

type SolutionsBookingCurrenciesCountRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingCurrenciesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingCurrenciesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingCurrenciesRequestBuilder added in v0.48.0

type SolutionsBookingCurrenciesRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsBookingCurrenciesRequestBuilder provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity.

func NewSolutionsBookingCurrenciesRequestBuilder added in v0.48.0

NewSolutionsBookingCurrenciesRequestBuilder instantiates a new BookingCurrenciesRequestBuilder and sets the default values.

func NewSolutionsBookingCurrenciesRequestBuilderInternal added in v0.48.0

func NewSolutionsBookingCurrenciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SolutionsBookingCurrenciesRequestBuilder

NewSolutionsBookingCurrenciesRequestBuilderInternal instantiates a new BookingCurrenciesRequestBuilder and sets the default values.

func (*SolutionsBookingCurrenciesRequestBuilder) Count added in v0.48.0

Count provides operations to count the resources in the collection.

func (*SolutionsBookingCurrenciesRequestBuilder) CreateGetRequestInformation added in v0.48.0

CreateGetRequestInformation get a list of bookingCurrency objects available to a Microsoft Bookings business.

func (*SolutionsBookingCurrenciesRequestBuilder) CreatePostRequestInformation added in v0.48.0

CreatePostRequestInformation create new navigation property to bookingCurrencies for solutions

func (*SolutionsBookingCurrenciesRequestBuilder) Get added in v0.48.0

Get get a list of bookingCurrency objects available to a Microsoft Bookings business.

func (*SolutionsBookingCurrenciesRequestBuilder) Post added in v0.48.0

Post create new navigation property to bookingCurrencies for solutions

type SolutionsBookingCurrenciesRequestBuilderGetQueryParameters added in v0.48.0

type SolutionsBookingCurrenciesRequestBuilderGetQueryParameters 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"`
}

SolutionsBookingCurrenciesRequestBuilderGetQueryParameters get a list of bookingCurrency objects available to a Microsoft Bookings business.

type SolutionsBookingCurrenciesRequestBuilderGetRequestConfiguration added in v0.48.0

type SolutionsBookingCurrenciesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsBookingCurrenciesRequestBuilderGetQueryParameters
}

SolutionsBookingCurrenciesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsBookingCurrenciesRequestBuilderPostRequestConfiguration added in v0.48.0

type SolutionsBookingCurrenciesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsBookingCurrenciesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsRequestBuilder

type SolutionsRequestBuilder struct {
	// contains filtered or unexported fields
}

SolutionsRequestBuilder provides operations to manage the solutionsRoot singleton.

func NewSolutionsRequestBuilder

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

BookingBusinesses provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity.

func (*SolutionsRequestBuilder) BookingBusinessesById

BookingBusinessesById provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity.

func (*SolutionsRequestBuilder) BookingCurrencies

BookingCurrencies provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity.

func (*SolutionsRequestBuilder) BookingCurrenciesById

BookingCurrenciesById provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity.

func (*SolutionsRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get solutions

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 SolutionsRequestBuilderGetRequestConfiguration added in v0.22.0

type SolutionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *SolutionsRequestBuilderGetQueryParameters
}

SolutionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type SolutionsRequestBuilderPatchRequestConfiguration added in v0.22.0

type SolutionsRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

SolutionsRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL