Documentation ¶
Index ¶
- type RelationsRequestBuilder
- func (m *RelationsRequestBuilder) CreateGetRequestInformation(options *RelationsRequestBuilderGetOptions) (...)
- func (m *RelationsRequestBuilder) CreatePostRequestInformation(options *RelationsRequestBuilderPostOptions) (...)
- func (m *RelationsRequestBuilder) Get(options *RelationsRequestBuilderGetOptions) (*RelationsResponse, error)
- func (m *RelationsRequestBuilder) Post(options *RelationsRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Relation, ...)
- type RelationsRequestBuilderGetOptions
- type RelationsRequestBuilderGetQueryParameters
- type RelationsRequestBuilderPostOptions
- type RelationsResponse
- func (m *RelationsResponse) GetAdditionalData() map[string]interface{}
- func (m *RelationsResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *RelationsResponse) GetNextLink() *string
- func (m *RelationsResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Relation
- func (m *RelationsResponse) IsNil() bool
- func (m *RelationsResponse) Serialize(...) error
- func (m *RelationsResponse) SetAdditionalData(value map[string]interface{})
- func (m *RelationsResponse) SetNextLink(value *string)
- func (m *RelationsResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RelationsRequestBuilder ¶
type RelationsRequestBuilder struct {
// contains filtered or unexported fields
}
RelationsRequestBuilder builds and executes requests for operations under \sites\{site-id}\termStore\sets\{set-id}\children\{term-id}\relations
func NewRelationsRequestBuilder ¶
func NewRelationsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RelationsRequestBuilder
NewRelationsRequestBuilder instantiates a new RelationsRequestBuilder and sets the default values.
func NewRelationsRequestBuilderInternal ¶
func NewRelationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RelationsRequestBuilder
NewRelationsRequestBuilderInternal instantiates a new RelationsRequestBuilder and sets the default values.
func (*RelationsRequestBuilder) CreateGetRequestInformation ¶
func (m *RelationsRequestBuilder) CreateGetRequestInformation(options *RelationsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation to indicate which terms are related to the current term as either pinned or reused.
func (*RelationsRequestBuilder) CreatePostRequestInformation ¶
func (m *RelationsRequestBuilder) CreatePostRequestInformation(options *RelationsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation to indicate which terms are related to the current term as either pinned or reused.
func (*RelationsRequestBuilder) Get ¶
func (m *RelationsRequestBuilder) Get(options *RelationsRequestBuilderGetOptions) (*RelationsResponse, error)
Get to indicate which terms are related to the current term as either pinned or reused.
func (*RelationsRequestBuilder) Post ¶
func (m *RelationsRequestBuilder) Post(options *RelationsRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Relation, error)
Post to indicate which terms are related to the current term as either pinned or reused.
type RelationsRequestBuilderGetOptions ¶
type RelationsRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *RelationsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
RelationsRequestBuilderGetOptions options for Get
type RelationsRequestBuilderGetQueryParameters ¶
type RelationsRequestBuilderGetQueryParameters 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 }
RelationsRequestBuilderGetQueryParameters to indicate which terms are related to the current term as either pinned or reused.
type RelationsRequestBuilderPostOptions ¶
type RelationsRequestBuilderPostOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Relation // 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 }
RelationsRequestBuilderPostOptions options for Post
type RelationsResponse ¶
type RelationsResponse struct {
// contains filtered or unexported fields
}
RelationsResponse
func NewRelationsResponse ¶
func NewRelationsResponse() *RelationsResponse
NewRelationsResponse instantiates a new relationsResponse and sets the default values.
func (*RelationsResponse) GetAdditionalData ¶
func (m *RelationsResponse) 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 (*RelationsResponse) GetFieldDeserializers ¶
func (m *RelationsResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RelationsResponse) GetNextLink ¶
func (m *RelationsResponse) GetNextLink() *string
GetNextLink gets the @odata.nextLink property value.
func (*RelationsResponse) GetValue ¶
func (m *RelationsResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Relation
GetValue gets the value property value.
func (*RelationsResponse) IsNil ¶
func (m *RelationsResponse) IsNil() bool
func (*RelationsResponse) Serialize ¶
func (m *RelationsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*RelationsResponse) SetAdditionalData ¶
func (m *RelationsResponse) 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 (*RelationsResponse) SetNextLink ¶
func (m *RelationsResponse) SetNextLink(value *string)
SetNextLink sets the @odata.nextLink property value.
func (*RelationsResponse) SetValue ¶
func (m *RelationsResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Relation)
SetValue sets the value property value.