relations

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2022 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 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

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

CreateGetRequestInformation to indicate which terms are related to the current term as either pinned or reused.

func (*RelationsRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation to indicate which terms are related to the current term as either pinned or reused.

func (*RelationsRequestBuilder) Get

Get to indicate which terms are related to the current term as either pinned or reused.

func (*RelationsRequestBuilder) Post

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

GetFieldDeserializers the deserialization information for the current model

func (m *RelationsResponse) GetNextLink() *string

GetNextLink gets the @odata.nextLink property value.

func (*RelationsResponse) GetValue

GetValue gets the value property value.

func (*RelationsResponse) IsNil

func (m *RelationsResponse) IsNil() bool

func (*RelationsResponse) Serialize

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 (m *RelationsResponse) SetNextLink(value *string)

SetNextLink sets the @odata.nextLink property value.

func (*RelationsResponse) SetValue

SetValue sets the value property value.

Directories

Path Synopsis
set

Jump to

Keyboard shortcuts

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