summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationScheduleStateEnum.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationScheduleStateEnum.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationScheduleStateEnum.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationScheduleStateEnum.go b/vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationScheduleStateEnum.go
deleted file mode 100644
index 4646c96c..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationScheduleStateEnum.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// SynchronizationScheduleState undocumented
-type SynchronizationScheduleState int
-
-const (
- // SynchronizationScheduleStateVActive undocumented
- SynchronizationScheduleStateVActive SynchronizationScheduleState = 0
- // SynchronizationScheduleStateVDisabled undocumented
- SynchronizationScheduleStateVDisabled SynchronizationScheduleState = 1
-)
-
-// SynchronizationScheduleStatePActive returns a pointer to SynchronizationScheduleStateVActive
-func SynchronizationScheduleStatePActive() *SynchronizationScheduleState {
- v := SynchronizationScheduleStateVActive
- return &v
-}
-
-// SynchronizationScheduleStatePDisabled returns a pointer to SynchronizationScheduleStateVDisabled
-func SynchronizationScheduleStatePDisabled() *SynchronizationScheduleState {
- v := SynchronizationScheduleStateVDisabled
- return &v
-}