5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 12:32:30 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go
2020-09-04 23:29:13 +02:00

127 lines
5.3 KiB
Go

// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// OnenotePatchActionType undocumented
type OnenotePatchActionType string
const (
// OnenotePatchActionTypeVReplace undocumented
OnenotePatchActionTypeVReplace OnenotePatchActionType = "Replace"
// OnenotePatchActionTypeVAppend undocumented
OnenotePatchActionTypeVAppend OnenotePatchActionType = "Append"
// OnenotePatchActionTypeVDelete undocumented
OnenotePatchActionTypeVDelete OnenotePatchActionType = "Delete"
// OnenotePatchActionTypeVInsert undocumented
OnenotePatchActionTypeVInsert OnenotePatchActionType = "Insert"
// OnenotePatchActionTypeVPrepend undocumented
OnenotePatchActionTypeVPrepend OnenotePatchActionType = "Prepend"
)
var (
// OnenotePatchActionTypePReplace is a pointer to OnenotePatchActionTypeVReplace
OnenotePatchActionTypePReplace = &_OnenotePatchActionTypePReplace
// OnenotePatchActionTypePAppend is a pointer to OnenotePatchActionTypeVAppend
OnenotePatchActionTypePAppend = &_OnenotePatchActionTypePAppend
// OnenotePatchActionTypePDelete is a pointer to OnenotePatchActionTypeVDelete
OnenotePatchActionTypePDelete = &_OnenotePatchActionTypePDelete
// OnenotePatchActionTypePInsert is a pointer to OnenotePatchActionTypeVInsert
OnenotePatchActionTypePInsert = &_OnenotePatchActionTypePInsert
// OnenotePatchActionTypePPrepend is a pointer to OnenotePatchActionTypeVPrepend
OnenotePatchActionTypePPrepend = &_OnenotePatchActionTypePPrepend
)
var (
_OnenotePatchActionTypePReplace = OnenotePatchActionTypeVReplace
_OnenotePatchActionTypePAppend = OnenotePatchActionTypeVAppend
_OnenotePatchActionTypePDelete = OnenotePatchActionTypeVDelete
_OnenotePatchActionTypePInsert = OnenotePatchActionTypeVInsert
_OnenotePatchActionTypePPrepend = OnenotePatchActionTypeVPrepend
)
// OnenotePatchInsertPosition undocumented
type OnenotePatchInsertPosition string
const (
// OnenotePatchInsertPositionVAfter undocumented
OnenotePatchInsertPositionVAfter OnenotePatchInsertPosition = "After"
// OnenotePatchInsertPositionVBefore undocumented
OnenotePatchInsertPositionVBefore OnenotePatchInsertPosition = "Before"
)
var (
// OnenotePatchInsertPositionPAfter is a pointer to OnenotePatchInsertPositionVAfter
OnenotePatchInsertPositionPAfter = &_OnenotePatchInsertPositionPAfter
// OnenotePatchInsertPositionPBefore is a pointer to OnenotePatchInsertPositionVBefore
OnenotePatchInsertPositionPBefore = &_OnenotePatchInsertPositionPBefore
)
var (
_OnenotePatchInsertPositionPAfter = OnenotePatchInsertPositionVAfter
_OnenotePatchInsertPositionPBefore = OnenotePatchInsertPositionVBefore
)
// OnenoteSourceService undocumented
type OnenoteSourceService string
const (
// OnenoteSourceServiceVUnknown undocumented
OnenoteSourceServiceVUnknown OnenoteSourceService = "Unknown"
// OnenoteSourceServiceVOneDrive undocumented
OnenoteSourceServiceVOneDrive OnenoteSourceService = "OneDrive"
// OnenoteSourceServiceVOneDriveForBusiness undocumented
OnenoteSourceServiceVOneDriveForBusiness OnenoteSourceService = "OneDriveForBusiness"
// OnenoteSourceServiceVOnPremOneDriveForBusiness undocumented
OnenoteSourceServiceVOnPremOneDriveForBusiness OnenoteSourceService = "OnPremOneDriveForBusiness"
)
var (
// OnenoteSourceServicePUnknown is a pointer to OnenoteSourceServiceVUnknown
OnenoteSourceServicePUnknown = &_OnenoteSourceServicePUnknown
// OnenoteSourceServicePOneDrive is a pointer to OnenoteSourceServiceVOneDrive
OnenoteSourceServicePOneDrive = &_OnenoteSourceServicePOneDrive
// OnenoteSourceServicePOneDriveForBusiness is a pointer to OnenoteSourceServiceVOneDriveForBusiness
OnenoteSourceServicePOneDriveForBusiness = &_OnenoteSourceServicePOneDriveForBusiness
// OnenoteSourceServicePOnPremOneDriveForBusiness is a pointer to OnenoteSourceServiceVOnPremOneDriveForBusiness
OnenoteSourceServicePOnPremOneDriveForBusiness = &_OnenoteSourceServicePOnPremOneDriveForBusiness
)
var (
_OnenoteSourceServicePUnknown = OnenoteSourceServiceVUnknown
_OnenoteSourceServicePOneDrive = OnenoteSourceServiceVOneDrive
_OnenoteSourceServicePOneDriveForBusiness = OnenoteSourceServiceVOneDriveForBusiness
_OnenoteSourceServicePOnPremOneDriveForBusiness = OnenoteSourceServiceVOnPremOneDriveForBusiness
)
// OnenoteUserRole undocumented
type OnenoteUserRole string
const (
// OnenoteUserRoleVOwner undocumented
OnenoteUserRoleVOwner OnenoteUserRole = "Owner"
// OnenoteUserRoleVContributor undocumented
OnenoteUserRoleVContributor OnenoteUserRole = "Contributor"
// OnenoteUserRoleVReader undocumented
OnenoteUserRoleVReader OnenoteUserRole = "Reader"
// OnenoteUserRoleVNone undocumented
OnenoteUserRoleVNone OnenoteUserRole = "None"
)
var (
// OnenoteUserRolePOwner is a pointer to OnenoteUserRoleVOwner
OnenoteUserRolePOwner = &_OnenoteUserRolePOwner
// OnenoteUserRolePContributor is a pointer to OnenoteUserRoleVContributor
OnenoteUserRolePContributor = &_OnenoteUserRolePContributor
// OnenoteUserRolePReader is a pointer to OnenoteUserRoleVReader
OnenoteUserRolePReader = &_OnenoteUserRolePReader
// OnenoteUserRolePNone is a pointer to OnenoteUserRoleVNone
OnenoteUserRolePNone = &_OnenoteUserRolePNone
)
var (
_OnenoteUserRolePOwner = OnenoteUserRoleVOwner
_OnenoteUserRolePContributor = OnenoteUserRoleVContributor
_OnenoteUserRolePReader = OnenoteUserRoleVReader
_OnenoteUserRolePNone = OnenoteUserRoleVNone
)