Documentation
¶
Index ¶
- type MeRequestBuilder
- func (m *MeRequestBuilder) Assignments() ...
- func (m *MeRequestBuilder) AssignmentsById(id string) ...
- func (m *MeRequestBuilder) Classes() ...
- func (m *MeRequestBuilder) ClassesById(id string) ...
- func (m *MeRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *MeRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *MeRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *MeRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *MeRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *MeRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *MeRequestBuilder) Rubrics() ...
- func (m *MeRequestBuilder) RubricsById(id string) ...
- func (m *MeRequestBuilder) Schools() ...
- func (m *MeRequestBuilder) SchoolsById(id string) ...
- func (m *MeRequestBuilder) TaughtClasses() ...
- func (m *MeRequestBuilder) TaughtClassesById(id string) ...
- func (m *MeRequestBuilder) User() ...
- type MeRequestBuilderDeleteRequestConfiguration
- type MeRequestBuilderGetQueryParameters
- type MeRequestBuilderGetRequestConfiguration
- type MeRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MeRequestBuilder ¶
type MeRequestBuilder struct {
// contains filtered or unexported fields
}
MeRequestBuilder provides operations to manage the me property of the microsoft.graph.educationRoot entity.
func NewMeRequestBuilder ¶
func NewMeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MeRequestBuilder
NewMeRequestBuilder instantiates a new MeRequestBuilder and sets the default values.
func NewMeRequestBuilderInternal ¶
func NewMeRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MeRequestBuilder
NewMeRequestBuilderInternal instantiates a new MeRequestBuilder and sets the default values.
func (*MeRequestBuilder) Assignments ¶ added in v0.4.0
func (m *MeRequestBuilder) Assignments() *i75d26f07b5741abbb041934b7ff07c14802e8373402b2fe0175141ce976d99f1.AssignmentsRequestBuilder
Assignments provides operations to manage the assignments property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) AssignmentsById ¶ added in v0.4.0
func (m *MeRequestBuilder) AssignmentsById(id string) *i05b947f4d440080ac6b413aae5547627313333329bb760c803e6c27f60db5c06.EducationAssignmentItemRequestBuilder
AssignmentsById provides operations to manage the assignments property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) Classes ¶
func (m *MeRequestBuilder) Classes() *idc612964c10975ba0294061975f8fd346f82666fc4c4a4245e1b4ea27187f3e0.ClassesRequestBuilder
Classes provides operations to manage the classes property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) ClassesById ¶ added in v0.13.0
func (m *MeRequestBuilder) ClassesById(id string) *ib528428124f1c371970dddb56f26c3bb4c42e706f192473c9d8d84f45c312a67.EducationClassItemRequestBuilder
ClassesById provides operations to manage the classes property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) CreateDeleteRequestInformation ¶
func (m *MeRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *MeRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property me for education
func (*MeRequestBuilder) CreateGetRequestInformation ¶
func (m *MeRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *MeRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get me from education
func (*MeRequestBuilder) CreatePatchRequestInformation ¶
func (m *MeRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationUserable, requestConfiguration *MeRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property me in education
func (*MeRequestBuilder) Delete ¶
func (m *MeRequestBuilder) Delete(ctx context.Context, requestConfiguration *MeRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property me for education
func (*MeRequestBuilder) Get ¶
func (m *MeRequestBuilder) Get(ctx context.Context, requestConfiguration *MeRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationUserable, error)
Get get me from education
func (*MeRequestBuilder) Patch ¶
func (m *MeRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationUserable, requestConfiguration *MeRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationUserable, error)
Patch update the navigation property me in education
func (*MeRequestBuilder) Rubrics ¶
func (m *MeRequestBuilder) Rubrics() *i8a6dd866ad5ea518840cdc5c8b7348b010903fad7cccc3473ccbc41bd0f2f5c5.RubricsRequestBuilder
Rubrics provides operations to manage the rubrics property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) RubricsById ¶
func (m *MeRequestBuilder) RubricsById(id string) *ic96595483f91910c603469ce138a672deaf059c7a8c295304a9c2acf2ce6134b.EducationRubricItemRequestBuilder
RubricsById provides operations to manage the rubrics property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) Schools ¶
func (m *MeRequestBuilder) Schools() *if8f2e52b9fa261cdafc93406e1f0deaaa9c3444674bb9bac26886d2161875b88.SchoolsRequestBuilder
Schools provides operations to manage the schools property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) SchoolsById ¶ added in v0.13.0
func (m *MeRequestBuilder) SchoolsById(id string) *i434c17782aff494ea747f7c3919ee493165cf0cebf127d5797e6c3c1b044f21e.EducationSchoolItemRequestBuilder
SchoolsById provides operations to manage the schools property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) TaughtClasses ¶
func (m *MeRequestBuilder) TaughtClasses() *i4827ba32335285b89a92c436cf648bf167912072becfb2cf9792b7e694bfe68c.TaughtClassesRequestBuilder
TaughtClasses provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) TaughtClassesById ¶ added in v0.13.0
func (m *MeRequestBuilder) TaughtClassesById(id string) *i4a61e633c19f80889fc1151239c34c623c4ada576c2613365f8634b2142f493d.EducationClassItemRequestBuilder
TaughtClassesById provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity.
func (*MeRequestBuilder) User ¶
func (m *MeRequestBuilder) User() *if174dba299b5249c431f058ba35f021f7837f7d6553d65eaa9c8f39e0c8d2f25.UserRequestBuilder
User provides operations to manage the user property of the microsoft.graph.educationUser entity.
type MeRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type MeRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
MeRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type MeRequestBuilderGetQueryParameters ¶
type MeRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
MeRequestBuilderGetQueryParameters get me from education
type MeRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type MeRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *MeRequestBuilderGetQueryParameters
}
MeRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type MeRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type MeRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
MeRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.