Documentation ¶
Index ¶
- type SchoolsRequestBuilder
- func (m *SchoolsRequestBuilder) Count() ...
- func (m *SchoolsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *SchoolsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SchoolsRequestBuilderGetRequestConfiguration) (...)
- func (m *SchoolsRequestBuilder) Get() (...)
- func (m *SchoolsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SchoolsRequestBuilderGetRequestConfiguration, ...) (...)
- type SchoolsRequestBuilderGetQueryParameters
- type SchoolsRequestBuilderGetRequestConfiguration
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.educationUser 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() *ie27fd8721856dae5b5559c984b6e4e3b32b33300093bf18f39e276936aa568c4.CountRequestBuilder
Count the count property
func (*SchoolsRequestBuilder) CreateGetRequestInformation ¶
func (m *SchoolsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation schools to which the user belongs. Nullable.
func (*SchoolsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SchoolsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SchoolsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration schools to which the user belongs. Nullable.
func (*SchoolsRequestBuilder) Get ¶
func (m *SchoolsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolCollectionResponseable, error)
Get schools to which the user belongs. Nullable.
func (*SchoolsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *SchoolsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SchoolsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSchoolCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler schools to which the user belongs. Nullable.
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 schools to which the user belongs. Nullable.
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.