Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnsubmitRequestBuilder ¶
type UnsubmitRequestBuilder struct {
// contains filtered or unexported fields
}
UnsubmitRequestBuilder provides operations to call the unsubmit method.
func NewUnsubmitRequestBuilder ¶
func NewUnsubmitRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnsubmitRequestBuilder
NewUnsubmitRequestBuilder instantiates a new UnsubmitRequestBuilder and sets the default values.
func NewUnsubmitRequestBuilderInternal ¶
func NewUnsubmitRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnsubmitRequestBuilder
NewUnsubmitRequestBuilderInternal instantiates a new UnsubmitRequestBuilder and sets the default values.
func (*UnsubmitRequestBuilder) CreatePostRequestInformation ¶
func (m *UnsubmitRequestBuilder) CreatePostRequestInformation(ctx context.Context, requestConfiguration *UnsubmitRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation indicate that a student wants to work on the submission of the assignment after it was turned in. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf.
func (*UnsubmitRequestBuilder) Post ¶
func (m *UnsubmitRequestBuilder) Post(ctx context.Context, requestConfiguration *UnsubmitRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EducationSubmissionable, error)
Post indicate that a student wants to work on the submission of the assignment after it was turned in. This method changes the status of the submission from `submitted` to `working`. During the submit process, all the resources are copied from **submittedResources** to **workingResources**. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf.
type UnsubmitRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type UnsubmitRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
UnsubmitRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.