summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go126
1 files changed, 126 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go
new file mode 100644
index 00000000..e372594b
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go
@@ -0,0 +1,126 @@
+// Code generated by msgraph-generate.go 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
+)