Documentation
¶
Index ¶
- type EducationSchoolItemRequestBuilder
- func (m *EducationSchoolItemRequestBuilder) AdministrativeUnit() ...
- func (m *EducationSchoolItemRequestBuilder) Classes() ...
- func (m *EducationSchoolItemRequestBuilder) ClassesById(id string) ...
- func (m *EducationSchoolItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *EducationSchoolItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *EducationSchoolItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *EducationSchoolItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *EducationSchoolItemRequestBuilderGetRequestConfiguration) (...)
- func (m *EducationSchoolItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *EducationSchoolItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *EducationSchoolItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *EducationSchoolItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *EducationSchoolItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *EducationSchoolItemRequestBuilder) Users() ...
- func (m *EducationSchoolItemRequestBuilder) UsersById(id string) ...
- type EducationSchoolItemRequestBuilderDeleteRequestConfiguration
- type EducationSchoolItemRequestBuilderGetQueryParameters
- type EducationSchoolItemRequestBuilderGetRequestConfiguration
- type EducationSchoolItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EducationSchoolItemRequestBuilder ¶ added in v0.12.0
type EducationSchoolItemRequestBuilder struct {
// contains filtered or unexported fields
}
EducationSchoolItemRequestBuilder provides operations to manage the schools property of the microsoft.graph.educationRoot entity.
func NewEducationSchoolItemRequestBuilder ¶ added in v0.12.0
func NewEducationSchoolItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EducationSchoolItemRequestBuilder
NewEducationSchoolItemRequestBuilder instantiates a new EducationSchoolItemRequestBuilder and sets the default values.
func NewEducationSchoolItemRequestBuilderInternal ¶ added in v0.12.0
func NewEducationSchoolItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EducationSchoolItemRequestBuilder
NewEducationSchoolItemRequestBuilderInternal instantiates a new EducationSchoolItemRequestBuilder and sets the default values.
func (*EducationSchoolItemRequestBuilder) AdministrativeUnit ¶ added in v0.12.0
func (m *EducationSchoolItemRequestBuilder) AdministrativeUnit() *id764fdef7d1fc1e96b7dd96ba4ca2de348edde4d6b8c59eb7bc5df6cfdbe1fa3.AdministrativeUnitRequestBuilder
AdministrativeUnit the administrativeUnit property
func (*EducationSchoolItemRequestBuilder) Classes ¶ added in v0.12.0
func (m *EducationSchoolItemRequestBuilder) Classes() *iaa1b72b2e917a242ccb04624a7df0510273ede01d0eb20e634f0ce118cbe44d1.ClassesRequestBuilder
Classes the classes property
func (*EducationSchoolItemRequestBuilder) ClassesById ¶ added in v0.13.0
func (m *EducationSchoolItemRequestBuilder) ClassesById(id string) *i86542833251cc9d20683beeed83578dc1c733b42152adb9e290928af411e99e5.EducationClassItemRequestBuilder
ClassesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.education.schools.item.classes.item collection
func (*EducationSchoolItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *EducationSchoolItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property schools for education
func (*EducationSchoolItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *EducationSchoolItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *EducationSchoolItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property schools for education
func (*EducationSchoolItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *EducationSchoolItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get schools from education
func (*EducationSchoolItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *EducationSchoolItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *EducationSchoolItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get schools from education
func (*EducationSchoolItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *EducationSchoolItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property schools in education
func (*EducationSchoolItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *EducationSchoolItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, requestConfiguration *EducationSchoolItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property schools in education
func (*EducationSchoolItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *EducationSchoolItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *EducationSchoolItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property schools for education
func (*EducationSchoolItemRequestBuilder) Get ¶ added in v0.12.0
func (m *EducationSchoolItemRequestBuilder) Get(ctx context.Context, requestConfiguration *EducationSchoolItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, error)
Get get schools from education
func (*EducationSchoolItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *EducationSchoolItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, requestConfiguration *EducationSchoolItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, error)
Patch update the navigation property schools in education
func (*EducationSchoolItemRequestBuilder) Users ¶ added in v0.12.0
func (m *EducationSchoolItemRequestBuilder) Users() *ia70f653993cbe8ba50d07297124b6fccc016858daaec3d574aff57f6dd413715.UsersRequestBuilder
Users the users property
func (*EducationSchoolItemRequestBuilder) UsersById ¶ added in v0.13.0
func (m *EducationSchoolItemRequestBuilder) UsersById(id string) *i410e950d0e7e1732c6613b5e229d432d16a6b98c7937bf13ea765450eb216fc9.EducationUserItemRequestBuilder
UsersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.education.schools.item.users.item collection
type EducationSchoolItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type EducationSchoolItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
EducationSchoolItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type EducationSchoolItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type EducationSchoolItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
EducationSchoolItemRequestBuilderGetQueryParameters get schools from education
type EducationSchoolItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type EducationSchoolItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *EducationSchoolItemRequestBuilderGetQueryParameters
}
EducationSchoolItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type EducationSchoolItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type EducationSchoolItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
EducationSchoolItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.