plannerplantask

package
v0.20241025.1143247 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatePlannerPlanTaskOperationOptions

type CreatePlannerPlanTaskOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreatePlannerPlanTaskOperationOptions

func DefaultCreatePlannerPlanTaskOperationOptions() CreatePlannerPlanTaskOperationOptions

func (CreatePlannerPlanTaskOperationOptions) ToHeaders

func (CreatePlannerPlanTaskOperationOptions) ToOData

func (CreatePlannerPlanTaskOperationOptions) ToQuery

type CreatePlannerPlanTaskOperationResponse

type CreatePlannerPlanTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.PlannerTask
}

type DeletePlannerPlanTaskOperationOptions

type DeletePlannerPlanTaskOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeletePlannerPlanTaskOperationOptions

func DefaultDeletePlannerPlanTaskOperationOptions() DeletePlannerPlanTaskOperationOptions

func (DeletePlannerPlanTaskOperationOptions) ToHeaders

func (DeletePlannerPlanTaskOperationOptions) ToOData

func (DeletePlannerPlanTaskOperationOptions) ToQuery

type DeletePlannerPlanTaskOperationResponse

type DeletePlannerPlanTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetPlannerPlanTaskOperationOptions

type GetPlannerPlanTaskOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetPlannerPlanTaskOperationOptions

func DefaultGetPlannerPlanTaskOperationOptions() GetPlannerPlanTaskOperationOptions

func (GetPlannerPlanTaskOperationOptions) ToHeaders

func (GetPlannerPlanTaskOperationOptions) ToOData

func (GetPlannerPlanTaskOperationOptions) ToQuery

type GetPlannerPlanTaskOperationResponse

type GetPlannerPlanTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.PlannerTask
}

type GetPlannerPlanTasksCountOperationOptions

type GetPlannerPlanTasksCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetPlannerPlanTasksCountOperationOptions

func DefaultGetPlannerPlanTasksCountOperationOptions() GetPlannerPlanTasksCountOperationOptions

func (GetPlannerPlanTasksCountOperationOptions) ToHeaders

func (GetPlannerPlanTasksCountOperationOptions) ToOData

func (GetPlannerPlanTasksCountOperationOptions) ToQuery

type GetPlannerPlanTasksCountOperationResponse

type GetPlannerPlanTasksCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListPlannerPlanTasksCompleteResult

type ListPlannerPlanTasksCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.PlannerTask
}

type ListPlannerPlanTasksCustomPager

type ListPlannerPlanTasksCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListPlannerPlanTasksCustomPager) NextPageLink() *odata.Link

type ListPlannerPlanTasksOperationOptions

type ListPlannerPlanTasksOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListPlannerPlanTasksOperationOptions

func DefaultListPlannerPlanTasksOperationOptions() ListPlannerPlanTasksOperationOptions

func (ListPlannerPlanTasksOperationOptions) ToHeaders

func (ListPlannerPlanTasksOperationOptions) ToOData

func (ListPlannerPlanTasksOperationOptions) ToQuery

type ListPlannerPlanTasksOperationResponse

type ListPlannerPlanTasksOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.PlannerTask
}

type PlannerPlanTaskClient

type PlannerPlanTaskClient struct {
	Client *msgraph.Client
}

func NewPlannerPlanTaskClientWithBaseURI

func NewPlannerPlanTaskClientWithBaseURI(sdkApi sdkEnv.Api) (*PlannerPlanTaskClient, error)

func (PlannerPlanTaskClient) CreatePlannerPlanTask

CreatePlannerPlanTask - Create new navigation property to tasks for users

func (PlannerPlanTaskClient) DeletePlannerPlanTask

DeletePlannerPlanTask - Delete navigation property tasks for users

func (PlannerPlanTaskClient) GetPlannerPlanTask

GetPlannerPlanTask - Get tasks from users. Collection of tasks in the plan. Read-only. Nullable.

func (PlannerPlanTaskClient) GetPlannerPlanTasksCount

GetPlannerPlanTasksCount - Get the number of the resource

func (PlannerPlanTaskClient) ListPlannerPlanTasks

ListPlannerPlanTasks - Get tasks from users. Collection of tasks in the plan. Read-only. Nullable.

func (PlannerPlanTaskClient) ListPlannerPlanTasksComplete

ListPlannerPlanTasksComplete retrieves all the results into a single object

func (PlannerPlanTaskClient) ListPlannerPlanTasksCompleteMatchingPredicate

func (c PlannerPlanTaskClient) ListPlannerPlanTasksCompleteMatchingPredicate(ctx context.Context, id beta.UserIdPlannerPlanId, options ListPlannerPlanTasksOperationOptions, predicate PlannerTaskOperationPredicate) (result ListPlannerPlanTasksCompleteResult, err error)

ListPlannerPlanTasksCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (PlannerPlanTaskClient) UpdatePlannerPlanTask

UpdatePlannerPlanTask - Update the navigation property tasks in users

type PlannerTaskOperationPredicate

type PlannerTaskOperationPredicate struct {
}

func (PlannerTaskOperationPredicate) Matches

type UpdatePlannerPlanTaskOperationOptions

type UpdatePlannerPlanTaskOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdatePlannerPlanTaskOperationOptions

func DefaultUpdatePlannerPlanTaskOperationOptions() UpdatePlannerPlanTaskOperationOptions

func (UpdatePlannerPlanTaskOperationOptions) ToHeaders

func (UpdatePlannerPlanTaskOperationOptions) ToOData

func (UpdatePlannerPlanTaskOperationOptions) ToQuery

type UpdatePlannerPlanTaskOperationResponse

type UpdatePlannerPlanTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL