Documentation ¶
Index ¶
- type EducationSchoolItemRequestBuilder
- func (m *EducationSchoolItemRequestBuilder) AdministrativeUnit() ...
- func (m *EducationSchoolItemRequestBuilder) Classes() ...
- func (m *EducationSchoolItemRequestBuilder) ClassesById(id string) ...
- func (m *EducationSchoolItemRequestBuilder) CreateDeleteRequestInformation(options *EducationSchoolItemRequestBuilderDeleteOptions) (...)
- func (m *EducationSchoolItemRequestBuilder) CreateGetRequestInformation(options *EducationSchoolItemRequestBuilderGetOptions) (...)
- func (m *EducationSchoolItemRequestBuilder) CreatePatchRequestInformation(options *EducationSchoolItemRequestBuilderPatchOptions) (...)
- func (m *EducationSchoolItemRequestBuilder) Delete(options *EducationSchoolItemRequestBuilderDeleteOptions) error
- func (m *EducationSchoolItemRequestBuilder) Get(options *EducationSchoolItemRequestBuilderGetOptions) (...)
- func (m *EducationSchoolItemRequestBuilder) Patch(options *EducationSchoolItemRequestBuilderPatchOptions) error
- func (m *EducationSchoolItemRequestBuilder) Users() ...
- func (m *EducationSchoolItemRequestBuilder) UsersById(id string) ...
- type EducationSchoolItemRequestBuilderDeleteOptions
- type EducationSchoolItemRequestBuilderGetOptions
- type EducationSchoolItemRequestBuilderGetQueryParameters
- type EducationSchoolItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EducationSchoolItemRequestBuilder ¶
type EducationSchoolItemRequestBuilder struct {
// contains filtered or unexported fields
}
EducationSchoolItemRequestBuilder provides operations to manage the schools property of the microsoft.graph.educationRoot entity.
func NewEducationSchoolItemRequestBuilder ¶
func NewEducationSchoolItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EducationSchoolItemRequestBuilder
NewEducationSchoolItemRequestBuilder instantiates a new EducationSchoolItemRequestBuilder and sets the default values.
func NewEducationSchoolItemRequestBuilderInternal ¶
func NewEducationSchoolItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EducationSchoolItemRequestBuilder
NewEducationSchoolItemRequestBuilderInternal instantiates a new EducationSchoolItemRequestBuilder and sets the default values.
func (*EducationSchoolItemRequestBuilder) AdministrativeUnit ¶
func (m *EducationSchoolItemRequestBuilder) AdministrativeUnit() *id764fdef7d1fc1e96b7dd96ba4ca2de348edde4d6b8c59eb7bc5df6cfdbe1fa3.AdministrativeUnitRequestBuilder
AdministrativeUnit the administrativeUnit property
func (*EducationSchoolItemRequestBuilder) Classes ¶
func (m *EducationSchoolItemRequestBuilder) Classes() *iaa1b72b2e917a242ccb04624a7df0510273ede01d0eb20e634f0ce118cbe44d1.ClassesRequestBuilder
Classes the classes property
func (*EducationSchoolItemRequestBuilder) ClassesById ¶
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 ¶
func (m *EducationSchoolItemRequestBuilder) CreateDeleteRequestInformation(options *EducationSchoolItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property schools for education
func (*EducationSchoolItemRequestBuilder) CreateGetRequestInformation ¶
func (m *EducationSchoolItemRequestBuilder) CreateGetRequestInformation(options *EducationSchoolItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get schools from education
func (*EducationSchoolItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *EducationSchoolItemRequestBuilder) CreatePatchRequestInformation(options *EducationSchoolItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property schools in education
func (*EducationSchoolItemRequestBuilder) Delete ¶
func (m *EducationSchoolItemRequestBuilder) Delete(options *EducationSchoolItemRequestBuilderDeleteOptions) error
Delete delete navigation property schools for education
func (*EducationSchoolItemRequestBuilder) Get ¶
func (m *EducationSchoolItemRequestBuilder) Get(options *EducationSchoolItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, error)
Get get schools from education
func (*EducationSchoolItemRequestBuilder) Patch ¶
func (m *EducationSchoolItemRequestBuilder) Patch(options *EducationSchoolItemRequestBuilderPatchOptions) error
Patch update the navigation property schools in education
func (*EducationSchoolItemRequestBuilder) Users ¶
func (m *EducationSchoolItemRequestBuilder) Users() *ia70f653993cbe8ba50d07297124b6fccc016858daaec3d574aff57f6dd413715.UsersRequestBuilder
Users the users property
func (*EducationSchoolItemRequestBuilder) UsersById ¶
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 EducationSchoolItemRequestBuilderDeleteOptions ¶
type EducationSchoolItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
EducationSchoolItemRequestBuilderDeleteOptions options for Delete
type EducationSchoolItemRequestBuilderGetOptions ¶
type EducationSchoolItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *EducationSchoolItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
EducationSchoolItemRequestBuilderGetOptions options for Get
type EducationSchoolItemRequestBuilderGetQueryParameters ¶
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 EducationSchoolItemRequestBuilderPatchOptions ¶
type EducationSchoolItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
EducationSchoolItemRequestBuilderPatchOptions options for Patch