summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go
blob: aa16f060cbfef4db37fc0f2e69fac47bba0d6df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
// 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
)