Documentation
¶
Index ¶
- type SchoolsRequestBuilder
- func (m *SchoolsRequestBuilder) Count() ...
- func (m *SchoolsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *SchoolsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SchoolsRequestBuilderGetRequestConfiguration) (...)
- func (m *SchoolsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *SchoolsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *SchoolsRequestBuilder) Delta() ...
- func (m *SchoolsRequestBuilder) Get() (...)
- func (m *SchoolsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SchoolsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *SchoolsRequestBuilder) Post(...) (...)
- func (m *SchoolsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type SchoolsRequestBuilderGetQueryParameters
- type SchoolsRequestBuilderGetRequestConfiguration
- type SchoolsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchoolsRequestBuilder ¶
type SchoolsRequestBuilder struct {
// contains filtered or unexported fields
}
SchoolsRequestBuilder provides operations to manage the schools property of the microsoft.graph.educationRoot entity.
func NewSchoolsRequestBuilder ¶
func NewSchoolsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SchoolsRequestBuilder
NewSchoolsRequestBuilder instantiates a new SchoolsRequestBuilder and sets the default values.
func NewSchoolsRequestBuilderInternal ¶
func NewSchoolsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SchoolsRequestBuilder
NewSchoolsRequestBuilderInternal instantiates a new SchoolsRequestBuilder and sets the default values.
func (*SchoolsRequestBuilder) Count ¶ added in v0.13.0
func (m *SchoolsRequestBuilder) Count() *i3ecdceaa3895740013305809fe3c5aba15ffd1b1e7aaaab7c3dc66c7d842fa44.CountRequestBuilder
Count the Count property
func (*SchoolsRequestBuilder) CreateGetRequestInformation ¶
func (m *SchoolsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get schools from education
func (*SchoolsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SchoolsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SchoolsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get schools from education
func (*SchoolsRequestBuilder) CreatePostRequestInformation ¶
func (m *SchoolsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to schools for education
func (*SchoolsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SchoolsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, requestConfiguration *SchoolsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to schools for education
func (*SchoolsRequestBuilder) Delta ¶
func (m *SchoolsRequestBuilder) Delta() *i0bf1c465b4dbe0475f5afacd6e31d63473ac4929843e3ba861e1b0ef0d453eed.DeltaRequestBuilder
Delta provides operations to call the delta method.
func (*SchoolsRequestBuilder) Get ¶
func (m *SchoolsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolCollectionResponseable, error)
Get get schools from education
func (*SchoolsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *SchoolsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SchoolsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler get schools from education
func (*SchoolsRequestBuilder) Post ¶
func (m *SchoolsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, error)
Post create new navigation property to schools for education
func (*SchoolsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *SchoolsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, requestConfiguration *SchoolsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to schools for education
type SchoolsRequestBuilderGetQueryParameters ¶
type SchoolsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
SchoolsRequestBuilderGetQueryParameters get schools from education
type SchoolsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type SchoolsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *SchoolsRequestBuilderGetQueryParameters
}
SchoolsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SchoolsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type SchoolsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
SchoolsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.