Documentation
¶
Index ¶
- type NotesRequestBuilder
- func (m *NotesRequestBuilder) CreateGetRequestInformation(options *NotesRequestBuilderGetOptions) (...)
- func (m *NotesRequestBuilder) CreatePostRequestInformation(options *NotesRequestBuilderPostOptions) (...)
- func (m *NotesRequestBuilder) Get(options *NotesRequestBuilderGetOptions) (*NotesResponse, error)
- func (m *NotesRequestBuilder) Post(options *NotesRequestBuilderPostOptions) (...)
- type NotesRequestBuilderGetOptions
- type NotesRequestBuilderGetQueryParameters
- type NotesRequestBuilderPostOptions
- type NotesResponse
- func (m *NotesResponse) GetAdditionalData() map[string]interface{}
- func (m *NotesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *NotesResponse) GetNextLink() *string
- func (m *NotesResponse) GetValue() ...
- func (m *NotesResponse) IsNil() bool
- func (m *NotesResponse) Serialize(...) error
- func (m *NotesResponse) SetAdditionalData(value map[string]interface{})
- func (m *NotesResponse) SetNextLink(value *string)
- func (m *NotesResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotesRequestBuilder ¶
type NotesRequestBuilder struct {
// contains filtered or unexported fields
}
NotesRequestBuilder builds and executes requests for operations under \privacy\subjectRightsRequests\{subjectRightsRequest-id}\notes
func NewNotesRequestBuilder ¶
func NewNotesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *NotesRequestBuilder
NewNotesRequestBuilder instantiates a new NotesRequestBuilder and sets the default values.
func NewNotesRequestBuilderInternal ¶
func NewNotesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *NotesRequestBuilder
NewNotesRequestBuilderInternal instantiates a new NotesRequestBuilder and sets the default values.
func (*NotesRequestBuilder) CreateGetRequestInformation ¶
func (m *NotesRequestBuilder) CreateGetRequestInformation(options *NotesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation list of notes associcated with the request.
func (*NotesRequestBuilder) CreatePostRequestInformation ¶
func (m *NotesRequestBuilder) CreatePostRequestInformation(options *NotesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation list of notes associcated with the request.
func (*NotesRequestBuilder) Get ¶
func (m *NotesRequestBuilder) Get(options *NotesRequestBuilderGetOptions) (*NotesResponse, error)
Get list of notes associcated with the request.
func (*NotesRequestBuilder) Post ¶
func (m *NotesRequestBuilder) Post(options *NotesRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AuthoredNote, error)
Post list of notes associcated with the request.
type NotesRequestBuilderGetOptions ¶
type NotesRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *NotesRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
NotesRequestBuilderGetOptions options for Get
type NotesRequestBuilderGetQueryParameters ¶
type NotesRequestBuilderGetQueryParameters 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
}
NotesRequestBuilderGetQueryParameters list of notes associcated with the request.
type NotesRequestBuilderPostOptions ¶
type NotesRequestBuilderPostOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AuthoredNote
// 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
}
NotesRequestBuilderPostOptions options for Post
type NotesResponse ¶
type NotesResponse struct {
// contains filtered or unexported fields
}
NotesResponse
func NewNotesResponse ¶
func NewNotesResponse() *NotesResponse
NewNotesResponse instantiates a new notesResponse and sets the default values.
func (*NotesResponse) GetAdditionalData ¶
func (m *NotesResponse) 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 (*NotesResponse) GetFieldDeserializers ¶
func (m *NotesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*NotesResponse) GetNextLink ¶
func (m *NotesResponse) GetNextLink() *string
GetNextLink gets the @odata.nextLink property value.
func (*NotesResponse) GetValue ¶
func (m *NotesResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AuthoredNote
GetValue gets the value property value.
func (*NotesResponse) IsNil ¶
func (m *NotesResponse) IsNil() bool
func (*NotesResponse) Serialize ¶
func (m *NotesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*NotesResponse) SetAdditionalData ¶
func (m *NotesResponse) 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 (*NotesResponse) SetNextLink ¶
func (m *NotesResponse) SetNextLink(value *string)
SetNextLink sets the @odata.nextLink property value.
func (*NotesResponse) SetValue ¶
func (m *NotesResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AuthoredNote)
SetValue sets the value property value.