schedule

package
v0.44.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ScheduleRequestBuilder

type ScheduleRequestBuilder struct {
	// contains filtered or unexported fields
}

ScheduleRequestBuilder provides operations to manage the schedule property of the microsoft.graph.team entity.

func NewScheduleRequestBuilder

NewScheduleRequestBuilder instantiates a new ScheduleRequestBuilder and sets the default values.

func NewScheduleRequestBuilderInternal

func NewScheduleRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ScheduleRequestBuilder

NewScheduleRequestBuilderInternal instantiates a new ScheduleRequestBuilder and sets the default values.

func (*ScheduleRequestBuilder) CreateDeleteRequestInformation

CreateDeleteRequestInformation delete navigation property schedule for groups

func (*ScheduleRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the `provisionStatus` property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the `provisionStatusCode` property. Clients can also inspect the configuration of the schedule.

func (*ScheduleRequestBuilder) CreatePutRequestInformation added in v0.43.0

CreatePutRequestInformation update the navigation property schedule in groups

func (*ScheduleRequestBuilder) Delete

Delete delete navigation property schedule for groups

func (*ScheduleRequestBuilder) Get

Get retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the `provisionStatus` property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the `provisionStatusCode` property. Clients can also inspect the configuration of the schedule.

func (*ScheduleRequestBuilder) OfferShiftRequests

OfferShiftRequests the offerShiftRequests property

func (*ScheduleRequestBuilder) OfferShiftRequestsById

OfferShiftRequestsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.schedule.offerShiftRequests.item collection

func (*ScheduleRequestBuilder) OpenShiftChangeRequests

OpenShiftChangeRequests the openShiftChangeRequests property

func (*ScheduleRequestBuilder) OpenShiftChangeRequestsById

OpenShiftChangeRequestsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.schedule.openShiftChangeRequests.item collection

func (*ScheduleRequestBuilder) OpenShifts

OpenShifts the openShifts property

func (*ScheduleRequestBuilder) OpenShiftsById

OpenShiftsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.schedule.openShifts.item collection

func (*ScheduleRequestBuilder) Put added in v0.43.0

Put update the navigation property schedule in groups

func (*ScheduleRequestBuilder) SchedulingGroups

SchedulingGroups the schedulingGroups property

func (*ScheduleRequestBuilder) SchedulingGroupsById

SchedulingGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.schedule.schedulingGroups.item collection

func (*ScheduleRequestBuilder) Share

Share the share property

func (*ScheduleRequestBuilder) Shifts

Shifts the shifts property

func (*ScheduleRequestBuilder) ShiftsById

ShiftsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.schedule.shifts.item collection

func (*ScheduleRequestBuilder) SwapShiftsChangeRequests

SwapShiftsChangeRequests the swapShiftsChangeRequests property

func (*ScheduleRequestBuilder) SwapShiftsChangeRequestsById

SwapShiftsChangeRequestsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.schedule.swapShiftsChangeRequests.item collection

func (*ScheduleRequestBuilder) TimeOffReasons

TimeOffReasons the timeOffReasons property

func (*ScheduleRequestBuilder) TimeOffReasonsById

TimeOffReasonsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.schedule.timeOffReasons.item collection

func (*ScheduleRequestBuilder) TimeOffRequests

TimeOffRequests the timeOffRequests property

func (*ScheduleRequestBuilder) TimeOffRequestsById

TimeOffRequestsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.schedule.timeOffRequests.item collection

func (*ScheduleRequestBuilder) TimesOff

TimesOff the timesOff property

func (*ScheduleRequestBuilder) TimesOffById

TimesOffById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.schedule.timesOff.item collection

type ScheduleRequestBuilderDeleteRequestConfiguration added in v0.22.0

type ScheduleRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ScheduleRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ScheduleRequestBuilderGetQueryParameters

type ScheduleRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ScheduleRequestBuilderGetQueryParameters retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the `provisionStatus` property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the `provisionStatusCode` property. Clients can also inspect the configuration of the schedule.

type ScheduleRequestBuilderGetRequestConfiguration added in v0.22.0

type ScheduleRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ScheduleRequestBuilderGetQueryParameters
}

ScheduleRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ScheduleRequestBuilderPutRequestConfiguration added in v0.43.0

type ScheduleRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ScheduleRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

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