Documentation
¶
Index ¶
- type NotesRequestBuilder
- func (m *NotesRequestBuilder) Count() ...
- func (m *NotesRequestBuilder) CreateGetRequestInformation(options *NotesRequestBuilderGetOptions) (...)
- func (m *NotesRequestBuilder) CreatePostRequestInformation(options *NotesRequestBuilderPostOptions) (...)
- func (m *NotesRequestBuilder) Get(options *NotesRequestBuilderGetOptions) (...)
- func (m *NotesRequestBuilder) Post(options *NotesRequestBuilderPostOptions) (...)
- type NotesRequestBuilderGetOptions
- type NotesRequestBuilderGetQueryParameters
- type NotesRequestBuilderPostOptions
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 provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity.
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 create new navigation property to notes for privacy
func (*NotesRequestBuilder) Get ¶
func (m *NotesRequestBuilder) Get(options *NotesRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AuthoredNoteCollectionResponseable, error)
Get list of notes associcated with the request.
func (*NotesRequestBuilder) Post ¶
func (m *NotesRequestBuilder) Post(options *NotesRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AuthoredNoteable, error)
Post create new navigation property to notes for privacy
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.AuthoredNoteable // 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