summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppPublishingStateEnum.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MobileAppPublishingStateEnum.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/MobileAppPublishingStateEnum.go33
1 files changed, 0 insertions, 33 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppPublishingStateEnum.go b/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppPublishingStateEnum.go
deleted file mode 100644
index 10dda2a5..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppPublishingStateEnum.go
+++ /dev/null
@@ -1,33 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MobileAppPublishingState undocumented
-type MobileAppPublishingState int
-
-const (
- // MobileAppPublishingStateVNotPublished undocumented
- MobileAppPublishingStateVNotPublished MobileAppPublishingState = 0
- // MobileAppPublishingStateVProcessing undocumented
- MobileAppPublishingStateVProcessing MobileAppPublishingState = 1
- // MobileAppPublishingStateVPublished undocumented
- MobileAppPublishingStateVPublished MobileAppPublishingState = 2
-)
-
-// MobileAppPublishingStatePNotPublished returns a pointer to MobileAppPublishingStateVNotPublished
-func MobileAppPublishingStatePNotPublished() *MobileAppPublishingState {
- v := MobileAppPublishingStateVNotPublished
- return &v
-}
-
-// MobileAppPublishingStatePProcessing returns a pointer to MobileAppPublishingStateVProcessing
-func MobileAppPublishingStatePProcessing() *MobileAppPublishingState {
- v := MobileAppPublishingStateVProcessing
- return &v
-}
-
-// MobileAppPublishingStatePPublished returns a pointer to MobileAppPublishingStateVPublished
-func MobileAppPublishingStatePPublished() *MobileAppPublishingState {
- v := MobileAppPublishingStateVPublished
- return &v
-}