Documentation ¶
Index ¶
- type PlansRequestBuilder
- func (m *PlansRequestBuilder) CreateGetRequestInformation(options *PlansRequestBuilderGetOptions) (...)
- func (m *PlansRequestBuilder) CreatePostRequestInformation(options *PlansRequestBuilderPostOptions) (...)
- func (m *PlansRequestBuilder) Get(options *PlansRequestBuilderGetOptions) (*PlansResponse, error)
- func (m *PlansRequestBuilder) Post(options *PlansRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PlannerPlan, ...)
- type PlansRequestBuilderGetOptions
- type PlansRequestBuilderGetQueryParameters
- type PlansRequestBuilderPostOptions
- type PlansResponse
- func (m *PlansResponse) GetAdditionalData() map[string]interface{}
- func (m *PlansResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *PlansResponse) GetNextLink() *string
- func (m *PlansResponse) GetValue() ...
- func (m *PlansResponse) IsNil() bool
- func (m *PlansResponse) Serialize(...) error
- func (m *PlansResponse) SetAdditionalData(value map[string]interface{})
- func (m *PlansResponse) SetNextLink(value *string)
- func (m *PlansResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlansRequestBuilder ¶
type PlansRequestBuilder struct {
// contains filtered or unexported fields
}
PlansRequestBuilder builds and executes requests for operations under \planner\plans
func NewPlansRequestBuilder ¶
func NewPlansRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PlansRequestBuilder
NewPlansRequestBuilder instantiates a new PlansRequestBuilder and sets the default values.
func NewPlansRequestBuilderInternal ¶
func NewPlansRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PlansRequestBuilder
NewPlansRequestBuilderInternal instantiates a new PlansRequestBuilder and sets the default values.
func (*PlansRequestBuilder) CreateGetRequestInformation ¶
func (m *PlansRequestBuilder) CreateGetRequestInformation(options *PlansRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable. Returns a collection of the specified plans
func (*PlansRequestBuilder) CreatePostRequestInformation ¶
func (m *PlansRequestBuilder) CreatePostRequestInformation(options *PlansRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation read-only. Nullable. Returns a collection of the specified plans
func (*PlansRequestBuilder) Get ¶
func (m *PlansRequestBuilder) Get(options *PlansRequestBuilderGetOptions) (*PlansResponse, error)
Get read-only. Nullable. Returns a collection of the specified plans
func (*PlansRequestBuilder) Post ¶
func (m *PlansRequestBuilder) Post(options *PlansRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PlannerPlan, error)
Post read-only. Nullable. Returns a collection of the specified plans
type PlansRequestBuilderGetOptions ¶
type PlansRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *PlansRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
PlansRequestBuilderGetOptions options for Get
type PlansRequestBuilderGetQueryParameters ¶
type PlansRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
PlansRequestBuilderGetQueryParameters read-only. Nullable. Returns a collection of the specified plans
type PlansRequestBuilderPostOptions ¶
type PlansRequestBuilderPostOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PlannerPlan // 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 }
PlansRequestBuilderPostOptions options for Post
type PlansResponse ¶
type PlansResponse struct {
// contains filtered or unexported fields
}
PlansResponse
func NewPlansResponse ¶
func NewPlansResponse() *PlansResponse
NewPlansResponse instantiates a new plansResponse and sets the default values.
func (*PlansResponse) GetAdditionalData ¶
func (m *PlansResponse) 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 (*PlansResponse) GetFieldDeserializers ¶
func (m *PlansResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*PlansResponse) GetNextLink ¶
func (m *PlansResponse) GetNextLink() *string
GetNextLink gets the @odata.nextLink property value.
func (*PlansResponse) GetValue ¶
func (m *PlansResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PlannerPlan
GetValue gets the value property value.
func (*PlansResponse) IsNil ¶
func (m *PlansResponse) IsNil() bool
func (*PlansResponse) Serialize ¶
func (m *PlansResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*PlansResponse) SetAdditionalData ¶
func (m *PlansResponse) 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 (*PlansResponse) SetNextLink ¶
func (m *PlansResponse) SetNextLink(value *string)
SetNextLink sets the @odata.nextLink property value.
func (*PlansResponse) SetValue ¶
func (m *PlansResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PlannerPlan)
SetValue sets the value property value.