Documentation ¶
Index ¶
- func CreateGetStaffAvailabilityPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetStaffAvailabilityResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetStaffAvailabilityPostRequestBody
- func (m *GetStaffAvailabilityPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetStaffAvailabilityPostRequestBody) GetEndDateTime() ...
- func (m *GetStaffAvailabilityPostRequestBody) GetFieldDeserializers() ...
- func (m *GetStaffAvailabilityPostRequestBody) GetStaffIds() []string
- func (m *GetStaffAvailabilityPostRequestBody) GetStartDateTime() ...
- func (m *GetStaffAvailabilityPostRequestBody) Serialize(...) error
- func (m *GetStaffAvailabilityPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetStaffAvailabilityPostRequestBody) SetEndDateTime(...)
- func (m *GetStaffAvailabilityPostRequestBody) SetStaffIds(value []string)
- func (m *GetStaffAvailabilityPostRequestBody) SetStartDateTime(...)
- type GetStaffAvailabilityPostRequestBodyable
- type GetStaffAvailabilityRequestBuilder
- func (m *GetStaffAvailabilityRequestBuilder) CreatePostRequestInformation(body GetStaffAvailabilityPostRequestBodyable) (...)
- func (m *GetStaffAvailabilityRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetStaffAvailabilityPostRequestBodyable, ...) (...)
- func (m *GetStaffAvailabilityRequestBuilder) Post(body GetStaffAvailabilityPostRequestBodyable) (GetStaffAvailabilityResponseable, error)
- func (m *GetStaffAvailabilityRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetStaffAvailabilityPostRequestBodyable, ...) (GetStaffAvailabilityResponseable, error)
- type GetStaffAvailabilityRequestBuilderPostRequestConfiguration
- type GetStaffAvailabilityResponse
- func (m *GetStaffAvailabilityResponse) GetAdditionalData() map[string]interface{}
- func (m *GetStaffAvailabilityResponse) GetFieldDeserializers() ...
- func (m *GetStaffAvailabilityResponse) GetValue() ...
- func (m *GetStaffAvailabilityResponse) Serialize(...) error
- func (m *GetStaffAvailabilityResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetStaffAvailabilityResponse) SetValue(...)
- type GetStaffAvailabilityResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetStaffAvailabilityPostRequestBodyFromDiscriminatorValue ¶
func CreateGetStaffAvailabilityPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetStaffAvailabilityPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetStaffAvailabilityResponseFromDiscriminatorValue ¶
func CreateGetStaffAvailabilityResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetStaffAvailabilityResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetStaffAvailabilityPostRequestBody ¶
type GetStaffAvailabilityPostRequestBody struct {
// contains filtered or unexported fields
}
GetStaffAvailabilityPostRequestBody provides operations to call the getStaffAvailability method.
func NewGetStaffAvailabilityPostRequestBody ¶
func NewGetStaffAvailabilityPostRequestBody() *GetStaffAvailabilityPostRequestBody
NewGetStaffAvailabilityPostRequestBody instantiates a new getStaffAvailabilityPostRequestBody and sets the default values.
func (*GetStaffAvailabilityPostRequestBody) GetAdditionalData ¶
func (m *GetStaffAvailabilityPostRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetStaffAvailabilityPostRequestBody) GetEndDateTime ¶
func (m *GetStaffAvailabilityPostRequestBody) GetEndDateTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable
GetEndDateTime gets the endDateTime property value. The endDateTime property
func (*GetStaffAvailabilityPostRequestBody) GetFieldDeserializers ¶
func (m *GetStaffAvailabilityPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetStaffAvailabilityPostRequestBody) GetStaffIds ¶
func (m *GetStaffAvailabilityPostRequestBody) GetStaffIds() []string
GetStaffIds gets the staffIds property value. The staffIds property
func (*GetStaffAvailabilityPostRequestBody) GetStartDateTime ¶
func (m *GetStaffAvailabilityPostRequestBody) GetStartDateTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable
GetStartDateTime gets the startDateTime property value. The startDateTime property
func (*GetStaffAvailabilityPostRequestBody) Serialize ¶
func (m *GetStaffAvailabilityPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetStaffAvailabilityPostRequestBody) SetAdditionalData ¶
func (m *GetStaffAvailabilityPostRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetStaffAvailabilityPostRequestBody) SetEndDateTime ¶
func (m *GetStaffAvailabilityPostRequestBody) SetEndDateTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)
SetEndDateTime sets the endDateTime property value. The endDateTime property
func (*GetStaffAvailabilityPostRequestBody) SetStaffIds ¶
func (m *GetStaffAvailabilityPostRequestBody) SetStaffIds(value []string)
SetStaffIds sets the staffIds property value. The staffIds property
func (*GetStaffAvailabilityPostRequestBody) SetStartDateTime ¶
func (m *GetStaffAvailabilityPostRequestBody) SetStartDateTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable)
SetStartDateTime sets the startDateTime property value. The startDateTime property
type GetStaffAvailabilityPostRequestBodyable ¶
type GetStaffAvailabilityPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetEndDateTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable GetStaffIds() []string GetStartDateTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable SetEndDateTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) SetStaffIds(value []string) SetStartDateTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DateTimeTimeZoneable) }
GetStaffAvailabilityPostRequestBodyable
type GetStaffAvailabilityRequestBuilder ¶
type GetStaffAvailabilityRequestBuilder struct {
// contains filtered or unexported fields
}
GetStaffAvailabilityRequestBuilder provides operations to call the getStaffAvailability method.
func NewGetStaffAvailabilityRequestBuilder ¶
func NewGetStaffAvailabilityRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetStaffAvailabilityRequestBuilder
NewGetStaffAvailabilityRequestBuilder instantiates a new GetStaffAvailabilityRequestBuilder and sets the default values.
func NewGetStaffAvailabilityRequestBuilderInternal ¶
func NewGetStaffAvailabilityRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetStaffAvailabilityRequestBuilder
NewGetStaffAvailabilityRequestBuilderInternal instantiates a new GetStaffAvailabilityRequestBuilder and sets the default values.
func (*GetStaffAvailabilityRequestBuilder) CreatePostRequestInformation ¶
func (m *GetStaffAvailabilityRequestBuilder) CreatePostRequestInformation(body GetStaffAvailabilityPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getStaffAvailability
func (*GetStaffAvailabilityRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶
func (m *GetStaffAvailabilityRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetStaffAvailabilityPostRequestBodyable, requestConfiguration *GetStaffAvailabilityRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action getStaffAvailability
func (*GetStaffAvailabilityRequestBuilder) Post ¶
func (m *GetStaffAvailabilityRequestBuilder) Post(body GetStaffAvailabilityPostRequestBodyable) (GetStaffAvailabilityResponseable, error)
Post invoke action getStaffAvailability
func (*GetStaffAvailabilityRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶
func (m *GetStaffAvailabilityRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetStaffAvailabilityPostRequestBodyable, requestConfiguration *GetStaffAvailabilityRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (GetStaffAvailabilityResponseable, error)
PostWithRequestConfigurationAndResponseHandler invoke action getStaffAvailability
type GetStaffAvailabilityRequestBuilderPostRequestConfiguration ¶
type GetStaffAvailabilityRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetStaffAvailabilityRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type GetStaffAvailabilityResponse ¶
type GetStaffAvailabilityResponse struct {
// contains filtered or unexported fields
}
GetStaffAvailabilityResponse provides operations to call the getStaffAvailability method.
func NewGetStaffAvailabilityResponse ¶
func NewGetStaffAvailabilityResponse() *GetStaffAvailabilityResponse
NewGetStaffAvailabilityResponse instantiates a new getStaffAvailabilityResponse and sets the default values.
func (*GetStaffAvailabilityResponse) GetAdditionalData ¶
func (m *GetStaffAvailabilityResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetStaffAvailabilityResponse) GetFieldDeserializers ¶
func (m *GetStaffAvailabilityResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetStaffAvailabilityResponse) GetValue ¶
func (m *GetStaffAvailabilityResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StaffAvailabilityItemable
GetValue gets the value property value. The value property
func (*GetStaffAvailabilityResponse) Serialize ¶
func (m *GetStaffAvailabilityResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetStaffAvailabilityResponse) SetAdditionalData ¶
func (m *GetStaffAvailabilityResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetStaffAvailabilityResponse) SetValue ¶
func (m *GetStaffAvailabilityResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StaffAvailabilityItemable)
SetValue sets the value property value. The value property
type GetStaffAvailabilityResponseable ¶
type GetStaffAvailabilityResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StaffAvailabilityItemable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StaffAvailabilityItemable) }
GetStaffAvailabilityResponseable