findmeetingtimes

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FindMeetingTimesRequestBody

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

func NewFindMeetingTimesRequestBody

func NewFindMeetingTimesRequestBody() *FindMeetingTimesRequestBody

Instantiates a new findMeetingTimesRequestBody and sets the default values.

func (*FindMeetingTimesRequestBody) GetAdditionalData

func (m *FindMeetingTimesRequestBody) GetAdditionalData() map[string]interface{}

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 (*FindMeetingTimesRequestBody) GetAttendees

Gets the attendees property value.

func (*FindMeetingTimesRequestBody) GetFieldDeserializers

The deserialization information for the current model

func (*FindMeetingTimesRequestBody) GetIsOrganizerOptional

func (m *FindMeetingTimesRequestBody) GetIsOrganizerOptional() *bool

Gets the isOrganizerOptional property value.

func (*FindMeetingTimesRequestBody) GetLocationConstraint

Gets the locationConstraint property value.

func (*FindMeetingTimesRequestBody) GetMaxCandidates

func (m *FindMeetingTimesRequestBody) GetMaxCandidates() *int32

Gets the maxCandidates property value.

func (*FindMeetingTimesRequestBody) GetMeetingDuration

func (m *FindMeetingTimesRequestBody) GetMeetingDuration() *string

Gets the meetingDuration property value.

func (*FindMeetingTimesRequestBody) GetMinimumAttendeePercentage

func (m *FindMeetingTimesRequestBody) GetMinimumAttendeePercentage() *float64

Gets the minimumAttendeePercentage property value.

func (*FindMeetingTimesRequestBody) GetReturnSuggestionReasons

func (m *FindMeetingTimesRequestBody) GetReturnSuggestionReasons() *bool

Gets the returnSuggestionReasons property value.

func (*FindMeetingTimesRequestBody) GetTimeConstraint

Gets the timeConstraint property value.

func (*FindMeetingTimesRequestBody) IsNil

func (m *FindMeetingTimesRequestBody) IsNil() bool

func (*FindMeetingTimesRequestBody) Serialize

Serializes information the current object Parameters:

  • writer : Serialization writer to use to serialize this model

func (*FindMeetingTimesRequestBody) SetAdditionalData

func (m *FindMeetingTimesRequestBody) SetAdditionalData(value map[string]interface{})

Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:

  • value : Value to set for the AdditionalData property.

func (*FindMeetingTimesRequestBody) SetAttendees

Sets the attendees property value. Parameters:

  • value : Value to set for the attendees property.

func (*FindMeetingTimesRequestBody) SetIsOrganizerOptional

func (m *FindMeetingTimesRequestBody) SetIsOrganizerOptional(value *bool)

Sets the isOrganizerOptional property value. Parameters:

  • value : Value to set for the isOrganizerOptional property.

func (*FindMeetingTimesRequestBody) SetLocationConstraint

Sets the locationConstraint property value. Parameters:

  • value : Value to set for the locationConstraint property.

func (*FindMeetingTimesRequestBody) SetMaxCandidates

func (m *FindMeetingTimesRequestBody) SetMaxCandidates(value *int32)

Sets the maxCandidates property value. Parameters:

  • value : Value to set for the maxCandidates property.

func (*FindMeetingTimesRequestBody) SetMeetingDuration

func (m *FindMeetingTimesRequestBody) SetMeetingDuration(value *string)

Sets the meetingDuration property value. Parameters:

  • value : Value to set for the meetingDuration property.

func (*FindMeetingTimesRequestBody) SetMinimumAttendeePercentage

func (m *FindMeetingTimesRequestBody) SetMinimumAttendeePercentage(value *float64)

Sets the minimumAttendeePercentage property value. Parameters:

  • value : Value to set for the minimumAttendeePercentage property.

func (*FindMeetingTimesRequestBody) SetReturnSuggestionReasons

func (m *FindMeetingTimesRequestBody) SetReturnSuggestionReasons(value *bool)

Sets the returnSuggestionReasons property value. Parameters:

  • value : Value to set for the returnSuggestionReasons property.

func (*FindMeetingTimesRequestBody) SetTimeConstraint

Sets the timeConstraint property value. Parameters:

  • value : Value to set for the timeConstraint property.

type FindMeetingTimesRequestBuilder

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

Builds and executes requests for operations under \me\microsoft.graph.findMeetingTimes

func NewFindMeetingTimesRequestBuilder

Instantiates a new FindMeetingTimesRequestBuilder and sets the default values. Parameters:

  • rawUrl : The raw URL to use for the request builder.
  • requestAdapter : The request adapter to use to execute the requests.

func NewFindMeetingTimesRequestBuilderInternal

func NewFindMeetingTimesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *FindMeetingTimesRequestBuilder

Instantiates a new FindMeetingTimesRequestBuilder and sets the default values. Parameters:

  • pathParameters : Path parameters for the request
  • requestAdapter : The request adapter to use to execute the requests.

func (*FindMeetingTimesRequestBuilder) CreatePostRequestInformation

Invoke action findMeetingTimes Parameters:

  • options : Options for the request

func (*FindMeetingTimesRequestBuilder) Post

Invoke action findMeetingTimes Parameters:

  • options : Options for the request

type FindMeetingTimesRequestBuilderPostOptions

type FindMeetingTimesRequestBuilderPostOptions struct {
	//
	Body *FindMeetingTimesRequestBody
	// Request headers
	H map[string]string
	// Request options
	O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}

Options for Post

type FindMeetingTimesResponse

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

Union type wrapper for classes meetingTimeSuggestionsResult

func NewFindMeetingTimesResponse

func NewFindMeetingTimesResponse() *FindMeetingTimesResponse

Instantiates a new findMeetingTimesResponse and sets the default values.

func (*FindMeetingTimesResponse) GetAdditionalData

func (m *FindMeetingTimesResponse) GetAdditionalData() map[string]interface{}

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 (*FindMeetingTimesResponse) GetFieldDeserializers

The deserialization information for the current model

func (*FindMeetingTimesResponse) GetMeetingTimeSuggestionsResult

Gets the meetingTimeSuggestionsResult property value. Union type representation for type meetingTimeSuggestionsResult

func (*FindMeetingTimesResponse) IsNil

func (m *FindMeetingTimesResponse) IsNil() bool

func (*FindMeetingTimesResponse) Serialize

Serializes information the current object Parameters:

  • writer : Serialization writer to use to serialize this model

func (*FindMeetingTimesResponse) SetAdditionalData

func (m *FindMeetingTimesResponse) SetAdditionalData(value map[string]interface{})

Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:

  • value : Value to set for the AdditionalData property.

func (*FindMeetingTimesResponse) SetMeetingTimeSuggestionsResult

Sets the meetingTimeSuggestionsResult property value. Union type representation for type meetingTimeSuggestionsResult Parameters:

  • value : Value to set for the meetingTimeSuggestionsResult property.

Jump to

Keyboard shortcuts

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