Documentation
¶
Index ¶
- type AssignedToTaskBoardFormatRequestBuilder
- func (m *AssignedToTaskBoardFormatRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *AssignedToTaskBoardFormatRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *AssignedToTaskBoardFormatRequestBuilder) CreateGetRequestInformation() (...)
- func (m *AssignedToTaskBoardFormatRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *AssignedToTaskBoardFormatRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *AssignedToTaskBoardFormatRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *AssignedToTaskBoardFormatRequestBuilder) Delete() error
- func (m *AssignedToTaskBoardFormatRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *AssignedToTaskBoardFormatRequestBuilder) Get() (...)
- func (m *AssignedToTaskBoardFormatRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *AssignedToTaskBoardFormatRequestBuilder) Patch(...) error
- func (m *AssignedToTaskBoardFormatRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- type AssignedToTaskBoardFormatRequestBuilderDeleteRequestConfiguration
- type AssignedToTaskBoardFormatRequestBuilderGetQueryParameters
- type AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration
- type AssignedToTaskBoardFormatRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignedToTaskBoardFormatRequestBuilder ¶
type AssignedToTaskBoardFormatRequestBuilder struct {
// contains filtered or unexported fields
}
AssignedToTaskBoardFormatRequestBuilder provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity.
func NewAssignedToTaskBoardFormatRequestBuilder ¶
func NewAssignedToTaskBoardFormatRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignedToTaskBoardFormatRequestBuilder
NewAssignedToTaskBoardFormatRequestBuilder instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values.
func NewAssignedToTaskBoardFormatRequestBuilderInternal ¶
func NewAssignedToTaskBoardFormatRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignedToTaskBoardFormatRequestBuilder
NewAssignedToTaskBoardFormatRequestBuilderInternal instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values.
func (*AssignedToTaskBoardFormatRequestBuilder) CreateDeleteRequestInformation ¶
func (m *AssignedToTaskBoardFormatRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property assignedToTaskBoardFormat for planner
func (*AssignedToTaskBoardFormatRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AssignedToTaskBoardFormatRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *AssignedToTaskBoardFormatRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property assignedToTaskBoardFormat for planner
func (*AssignedToTaskBoardFormatRequestBuilder) CreateGetRequestInformation ¶
func (m *AssignedToTaskBoardFormatRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.
func (*AssignedToTaskBoardFormatRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AssignedToTaskBoardFormatRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.
func (*AssignedToTaskBoardFormatRequestBuilder) CreatePatchRequestInformation ¶
func (m *AssignedToTaskBoardFormatRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerAssignedToTaskBoardTaskFormatable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property assignedToTaskBoardFormat in planner
func (*AssignedToTaskBoardFormatRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AssignedToTaskBoardFormatRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerAssignedToTaskBoardTaskFormatable, requestConfiguration *AssignedToTaskBoardFormatRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property assignedToTaskBoardFormat in planner
func (*AssignedToTaskBoardFormatRequestBuilder) Delete ¶
func (m *AssignedToTaskBoardFormatRequestBuilder) Delete() error
Delete delete navigation property assignedToTaskBoardFormat for planner
func (*AssignedToTaskBoardFormatRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AssignedToTaskBoardFormatRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *AssignedToTaskBoardFormatRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property assignedToTaskBoardFormat for planner
func (*AssignedToTaskBoardFormatRequestBuilder) Get ¶
func (m *AssignedToTaskBoardFormatRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerAssignedToTaskBoardTaskFormatable, error)
Get read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.
func (*AssignedToTaskBoardFormatRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AssignedToTaskBoardFormatRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerAssignedToTaskBoardTaskFormatable, error)
GetWithRequestConfigurationAndResponseHandler read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.
func (*AssignedToTaskBoardFormatRequestBuilder) Patch ¶
func (m *AssignedToTaskBoardFormatRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerAssignedToTaskBoardTaskFormatable) error
Patch update the navigation property assignedToTaskBoardFormat in planner
func (*AssignedToTaskBoardFormatRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AssignedToTaskBoardFormatRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerAssignedToTaskBoardTaskFormatable, requestConfiguration *AssignedToTaskBoardFormatRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property assignedToTaskBoardFormat in planner
type AssignedToTaskBoardFormatRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type AssignedToTaskBoardFormatRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AssignedToTaskBoardFormatRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AssignedToTaskBoardFormatRequestBuilderGetQueryParameters ¶
type AssignedToTaskBoardFormatRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AssignedToTaskBoardFormatRequestBuilderGetQueryParameters read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.
type AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AssignedToTaskBoardFormatRequestBuilderGetQueryParameters }
AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AssignedToTaskBoardFormatRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type AssignedToTaskBoardFormatRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AssignedToTaskBoardFormatRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.