joinedteamscheduletimesoff

package
v0.20241021.1074254 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 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 CreateJoinedTeamScheduleTimesOffOperationOptions

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

func DefaultCreateJoinedTeamScheduleTimesOffOperationOptions

func DefaultCreateJoinedTeamScheduleTimesOffOperationOptions() CreateJoinedTeamScheduleTimesOffOperationOptions

func (CreateJoinedTeamScheduleTimesOffOperationOptions) ToHeaders

func (CreateJoinedTeamScheduleTimesOffOperationOptions) ToOData

func (CreateJoinedTeamScheduleTimesOffOperationOptions) ToQuery

type CreateJoinedTeamScheduleTimesOffOperationResponse

type CreateJoinedTeamScheduleTimesOffOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.TimeOff
}

type DeleteJoinedTeamScheduleTimesOffOperationOptions

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

func DefaultDeleteJoinedTeamScheduleTimesOffOperationOptions

func DefaultDeleteJoinedTeamScheduleTimesOffOperationOptions() DeleteJoinedTeamScheduleTimesOffOperationOptions

func (DeleteJoinedTeamScheduleTimesOffOperationOptions) ToHeaders

func (DeleteJoinedTeamScheduleTimesOffOperationOptions) ToOData

func (DeleteJoinedTeamScheduleTimesOffOperationOptions) ToQuery

type DeleteJoinedTeamScheduleTimesOffOperationResponse

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

type GetJoinedTeamScheduleTimesOffCountOperationOptions

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

func DefaultGetJoinedTeamScheduleTimesOffCountOperationOptions

func DefaultGetJoinedTeamScheduleTimesOffCountOperationOptions() GetJoinedTeamScheduleTimesOffCountOperationOptions

func (GetJoinedTeamScheduleTimesOffCountOperationOptions) ToHeaders

func (GetJoinedTeamScheduleTimesOffCountOperationOptions) ToOData

func (GetJoinedTeamScheduleTimesOffCountOperationOptions) ToQuery

type GetJoinedTeamScheduleTimesOffCountOperationResponse

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

type GetJoinedTeamScheduleTimesOffOperationOptions

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

func DefaultGetJoinedTeamScheduleTimesOffOperationOptions

func DefaultGetJoinedTeamScheduleTimesOffOperationOptions() GetJoinedTeamScheduleTimesOffOperationOptions

func (GetJoinedTeamScheduleTimesOffOperationOptions) ToHeaders

func (GetJoinedTeamScheduleTimesOffOperationOptions) ToOData

func (GetJoinedTeamScheduleTimesOffOperationOptions) ToQuery

type GetJoinedTeamScheduleTimesOffOperationResponse

type GetJoinedTeamScheduleTimesOffOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.TimeOff
}

type JoinedTeamScheduleTimesOffClient

type JoinedTeamScheduleTimesOffClient struct {
	Client *msgraph.Client
}

func NewJoinedTeamScheduleTimesOffClientWithBaseURI

func NewJoinedTeamScheduleTimesOffClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamScheduleTimesOffClient, error)

func (JoinedTeamScheduleTimesOffClient) CreateJoinedTeamScheduleTimesOff

CreateJoinedTeamScheduleTimesOff - Create new navigation property to timesOff for users

func (JoinedTeamScheduleTimesOffClient) DeleteJoinedTeamScheduleTimesOff

DeleteJoinedTeamScheduleTimesOff - Delete navigation property timesOff for users

func (JoinedTeamScheduleTimesOffClient) GetJoinedTeamScheduleTimesOff

GetJoinedTeamScheduleTimesOff - Get timesOff from users. The instances of times off in the schedule.

func (JoinedTeamScheduleTimesOffClient) GetJoinedTeamScheduleTimesOffCount

GetJoinedTeamScheduleTimesOffCount - Get the number of the resource

func (JoinedTeamScheduleTimesOffClient) ListJoinedTeamScheduleTimesOffs

ListJoinedTeamScheduleTimesOffs - Get timesOff from users. The instances of times off in the schedule.

func (JoinedTeamScheduleTimesOffClient) ListJoinedTeamScheduleTimesOffsComplete

ListJoinedTeamScheduleTimesOffsComplete retrieves all the results into a single object

func (JoinedTeamScheduleTimesOffClient) ListJoinedTeamScheduleTimesOffsCompleteMatchingPredicate

ListJoinedTeamScheduleTimesOffsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (JoinedTeamScheduleTimesOffClient) UpdateJoinedTeamScheduleTimesOff

UpdateJoinedTeamScheduleTimesOff - Update the navigation property timesOff in users

type ListJoinedTeamScheduleTimesOffsCompleteResult

type ListJoinedTeamScheduleTimesOffsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.TimeOff
}

type ListJoinedTeamScheduleTimesOffsCustomPager

type ListJoinedTeamScheduleTimesOffsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListJoinedTeamScheduleTimesOffsOperationOptions

type ListJoinedTeamScheduleTimesOffsOperationOptions 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 DefaultListJoinedTeamScheduleTimesOffsOperationOptions

func DefaultListJoinedTeamScheduleTimesOffsOperationOptions() ListJoinedTeamScheduleTimesOffsOperationOptions

func (ListJoinedTeamScheduleTimesOffsOperationOptions) ToHeaders

func (ListJoinedTeamScheduleTimesOffsOperationOptions) ToOData

func (ListJoinedTeamScheduleTimesOffsOperationOptions) ToQuery

type ListJoinedTeamScheduleTimesOffsOperationResponse

type ListJoinedTeamScheduleTimesOffsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.TimeOff
}

type TimeOffOperationPredicate

type TimeOffOperationPredicate struct {
}

func (TimeOffOperationPredicate) Matches

func (p TimeOffOperationPredicate) Matches(input stable.TimeOff) bool

type UpdateJoinedTeamScheduleTimesOffOperationOptions

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

func DefaultUpdateJoinedTeamScheduleTimesOffOperationOptions

func DefaultUpdateJoinedTeamScheduleTimesOffOperationOptions() UpdateJoinedTeamScheduleTimesOffOperationOptions

func (UpdateJoinedTeamScheduleTimesOffOperationOptions) ToHeaders

func (UpdateJoinedTeamScheduleTimesOffOperationOptions) ToOData

func (UpdateJoinedTeamScheduleTimesOffOperationOptions) ToQuery

type UpdateJoinedTeamScheduleTimesOffOperationResponse

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