Documentation
¶
Index ¶
- type AssignmentsRequestBuilder
- func (m *AssignmentsRequestBuilder) Count() ...
- func (m *AssignmentsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *AssignmentsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AssignmentsRequestBuilderGetRequestConfiguration) (...)
- func (m *AssignmentsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *AssignmentsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *AssignmentsRequestBuilder) Delta() ...
- func (m *AssignmentsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AssignmentsRequestBuilder) Post(ctx context.Context, ...) (...)
- type AssignmentsRequestBuilderGetQueryParameters
- type AssignmentsRequestBuilderGetRequestConfiguration
- type AssignmentsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignmentsRequestBuilder ¶
type AssignmentsRequestBuilder struct {
// contains filtered or unexported fields
}
AssignmentsRequestBuilder provides operations to manage the assignments property of the microsoft.graph.educationUser entity.
func NewAssignmentsRequestBuilder ¶
func NewAssignmentsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignmentsRequestBuilder
NewAssignmentsRequestBuilder instantiates a new AssignmentsRequestBuilder and sets the default values.
func NewAssignmentsRequestBuilderInternal ¶
func NewAssignmentsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignmentsRequestBuilder
NewAssignmentsRequestBuilderInternal instantiates a new AssignmentsRequestBuilder and sets the default values.
func (*AssignmentsRequestBuilder) Count ¶ added in v0.13.0
func (m *AssignmentsRequestBuilder) Count() *i7525ec54997983d78c8cab3439780299b99a487353564be835368ba8054cc16b.CountRequestBuilder
Count the Count property
func (*AssignmentsRequestBuilder) CreateGetRequestInformation ¶
func (m *AssignmentsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation returns a list of educationAssignment assigned to a educationUser for all classes. This method allows a caller to find all the **assignments** belonging to a student or a teacher in a single call rather than having to request **assignments** from each **class**. The **assignment** list contains what is needed to get the detailed information for the **assignment** from within the **class** namespace. Use the methods defined for the **assignment** for all other operations.
func (*AssignmentsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AssignmentsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AssignmentsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration returns a list of educationAssignment assigned to a educationUser for all classes. This method allows a caller to find all the **assignments** belonging to a student or a teacher in a single call rather than having to request **assignments** from each **class**. The **assignment** list contains what is needed to get the detailed information for the **assignment** from within the **class** namespace. Use the methods defined for the **assignment** for all other operations.
func (*AssignmentsRequestBuilder) CreatePostRequestInformation ¶
func (m *AssignmentsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to assignments for education
func (*AssignmentsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AssignmentsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable, requestConfiguration *AssignmentsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to assignments for education
func (*AssignmentsRequestBuilder) Delta ¶ added in v0.23.0
func (m *AssignmentsRequestBuilder) Delta() *i196fd880535a68dd5fb31be9d5130b0cec167b189efbda576ba6874023802ef4.DeltaRequestBuilder
Delta provides operations to call the delta method.
func (*AssignmentsRequestBuilder) Get ¶
func (m *AssignmentsRequestBuilder) Get(ctx context.Context, requestConfiguration *AssignmentsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentCollectionResponseable, error)
Get returns a list of educationAssignment assigned to a educationUser for all classes. This method allows a caller to find all the **assignments** belonging to a student or a teacher in a single call rather than having to request **assignments** from each **class**. The **assignment** list contains what is needed to get the detailed information for the **assignment** from within the **class** namespace. Use the methods defined for the **assignment** for all other operations.
func (*AssignmentsRequestBuilder) Post ¶
func (m *AssignmentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable, requestConfiguration *AssignmentsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationAssignmentable, error)
Post create new navigation property to assignments for education
type AssignmentsRequestBuilderGetQueryParameters ¶
type AssignmentsRequestBuilderGetQueryParameters 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"`
}
AssignmentsRequestBuilderGetQueryParameters returns a list of educationAssignment assigned to a educationUser for all classes. This method allows a caller to find all the **assignments** belonging to a student or a teacher in a single call rather than having to request **assignments** from each **class**. The **assignment** list contains what is needed to get the detailed information for the **assignment** from within the **class** namespace. Use the methods defined for the **assignment** for all other operations.
type AssignmentsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AssignmentsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AssignmentsRequestBuilderGetQueryParameters
}
AssignmentsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AssignmentsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type AssignmentsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AssignmentsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.