plannerplanbucket

package
v0.20241009.1142232 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatePlannerPlanBucketOperationOptions

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

func DefaultCreatePlannerPlanBucketOperationOptions

func DefaultCreatePlannerPlanBucketOperationOptions() CreatePlannerPlanBucketOperationOptions

func (CreatePlannerPlanBucketOperationOptions) ToHeaders

func (CreatePlannerPlanBucketOperationOptions) ToOData

func (CreatePlannerPlanBucketOperationOptions) ToQuery

type CreatePlannerPlanBucketOperationResponse

type CreatePlannerPlanBucketOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.PlannerBucket
}

type DeletePlannerPlanBucketOperationOptions

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

func DefaultDeletePlannerPlanBucketOperationOptions

func DefaultDeletePlannerPlanBucketOperationOptions() DeletePlannerPlanBucketOperationOptions

func (DeletePlannerPlanBucketOperationOptions) ToHeaders

func (DeletePlannerPlanBucketOperationOptions) ToOData

func (DeletePlannerPlanBucketOperationOptions) ToQuery

type DeletePlannerPlanBucketOperationResponse

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

type GetPlannerPlanBucketOperationOptions

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

func DefaultGetPlannerPlanBucketOperationOptions

func DefaultGetPlannerPlanBucketOperationOptions() GetPlannerPlanBucketOperationOptions

func (GetPlannerPlanBucketOperationOptions) ToHeaders

func (GetPlannerPlanBucketOperationOptions) ToOData

func (GetPlannerPlanBucketOperationOptions) ToQuery

type GetPlannerPlanBucketOperationResponse

type GetPlannerPlanBucketOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.PlannerBucket
}

type GetPlannerPlanBucketsCountOperationOptions

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

func DefaultGetPlannerPlanBucketsCountOperationOptions

func DefaultGetPlannerPlanBucketsCountOperationOptions() GetPlannerPlanBucketsCountOperationOptions

func (GetPlannerPlanBucketsCountOperationOptions) ToHeaders

func (GetPlannerPlanBucketsCountOperationOptions) ToOData

func (GetPlannerPlanBucketsCountOperationOptions) ToQuery

type GetPlannerPlanBucketsCountOperationResponse

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

type ListPlannerPlanBucketsCompleteResult

type ListPlannerPlanBucketsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.PlannerBucket
}

type ListPlannerPlanBucketsCustomPager

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

type ListPlannerPlanBucketsOperationOptions

type ListPlannerPlanBucketsOperationOptions 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 DefaultListPlannerPlanBucketsOperationOptions

func DefaultListPlannerPlanBucketsOperationOptions() ListPlannerPlanBucketsOperationOptions

func (ListPlannerPlanBucketsOperationOptions) ToHeaders

func (ListPlannerPlanBucketsOperationOptions) ToOData

func (ListPlannerPlanBucketsOperationOptions) ToQuery

type ListPlannerPlanBucketsOperationResponse

type ListPlannerPlanBucketsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.PlannerBucket
}

type PlannerBucketOperationPredicate

type PlannerBucketOperationPredicate struct {
}

func (PlannerBucketOperationPredicate) Matches

type PlannerPlanBucketClient

type PlannerPlanBucketClient struct {
	Client *msgraph.Client
}

func NewPlannerPlanBucketClientWithBaseURI

func NewPlannerPlanBucketClientWithBaseURI(sdkApi sdkEnv.Api) (*PlannerPlanBucketClient, error)

func (PlannerPlanBucketClient) CreatePlannerPlanBucket

CreatePlannerPlanBucket - Create new navigation property to buckets for groups

func (PlannerPlanBucketClient) DeletePlannerPlanBucket

DeletePlannerPlanBucket - Delete navigation property buckets for groups

func (PlannerPlanBucketClient) GetPlannerPlanBucket

GetPlannerPlanBucket - Get buckets from groups. Read-only. Nullable. Collection of buckets in the plan.

func (PlannerPlanBucketClient) GetPlannerPlanBucketsCount

GetPlannerPlanBucketsCount - Get the number of the resource

func (PlannerPlanBucketClient) ListPlannerPlanBuckets

ListPlannerPlanBuckets - Get buckets from groups. Read-only. Nullable. Collection of buckets in the plan.

func (PlannerPlanBucketClient) ListPlannerPlanBucketsComplete

ListPlannerPlanBucketsComplete retrieves all the results into a single object

func (PlannerPlanBucketClient) ListPlannerPlanBucketsCompleteMatchingPredicate

ListPlannerPlanBucketsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (PlannerPlanBucketClient) UpdatePlannerPlanBucket

UpdatePlannerPlanBucket - Update the navigation property buckets in groups

type UpdatePlannerPlanBucketOperationOptions

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

func DefaultUpdatePlannerPlanBucketOperationOptions

func DefaultUpdatePlannerPlanBucketOperationOptions() UpdatePlannerPlanBucketOperationOptions

func (UpdatePlannerPlanBucketOperationOptions) ToHeaders

func (UpdatePlannerPlanBucketOperationOptions) ToOData

func (UpdatePlannerPlanBucketOperationOptions) ToQuery

type UpdatePlannerPlanBucketOperationResponse

type UpdatePlannerPlanBucketOperationResponse 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