diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumOffice.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/EnumOffice.go | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumOffice.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumOffice.go new file mode 100644 index 00000000..9bf7a28d --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumOffice.go @@ -0,0 +1,94 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// OfficeProductID undocumented +type OfficeProductID string + +const ( + // OfficeProductIDVO365ProPlusRetail undocumented + OfficeProductIDVO365ProPlusRetail OfficeProductID = "o365ProPlusRetail" + // OfficeProductIDVO365BusinessRetail undocumented + OfficeProductIDVO365BusinessRetail OfficeProductID = "o365BusinessRetail" + // OfficeProductIDVVisioProRetail undocumented + OfficeProductIDVVisioProRetail OfficeProductID = "visioProRetail" + // OfficeProductIDVProjectProRetail undocumented + OfficeProductIDVProjectProRetail OfficeProductID = "projectProRetail" +) + +var ( + // OfficeProductIDPO365ProPlusRetail is a pointer to OfficeProductIDVO365ProPlusRetail + OfficeProductIDPO365ProPlusRetail = &_OfficeProductIDPO365ProPlusRetail + // OfficeProductIDPO365BusinessRetail is a pointer to OfficeProductIDVO365BusinessRetail + OfficeProductIDPO365BusinessRetail = &_OfficeProductIDPO365BusinessRetail + // OfficeProductIDPVisioProRetail is a pointer to OfficeProductIDVVisioProRetail + OfficeProductIDPVisioProRetail = &_OfficeProductIDPVisioProRetail + // OfficeProductIDPProjectProRetail is a pointer to OfficeProductIDVProjectProRetail + OfficeProductIDPProjectProRetail = &_OfficeProductIDPProjectProRetail +) + +var ( + _OfficeProductIDPO365ProPlusRetail = OfficeProductIDVO365ProPlusRetail + _OfficeProductIDPO365BusinessRetail = OfficeProductIDVO365BusinessRetail + _OfficeProductIDPVisioProRetail = OfficeProductIDVVisioProRetail + _OfficeProductIDPProjectProRetail = OfficeProductIDVProjectProRetail +) + +// OfficeSuiteInstallProgressDisplayLevel undocumented +type OfficeSuiteInstallProgressDisplayLevel string + +const ( + // OfficeSuiteInstallProgressDisplayLevelVNone undocumented + OfficeSuiteInstallProgressDisplayLevelVNone OfficeSuiteInstallProgressDisplayLevel = "none" + // OfficeSuiteInstallProgressDisplayLevelVFull undocumented + OfficeSuiteInstallProgressDisplayLevelVFull OfficeSuiteInstallProgressDisplayLevel = "full" +) + +var ( + // OfficeSuiteInstallProgressDisplayLevelPNone is a pointer to OfficeSuiteInstallProgressDisplayLevelVNone + OfficeSuiteInstallProgressDisplayLevelPNone = &_OfficeSuiteInstallProgressDisplayLevelPNone + // OfficeSuiteInstallProgressDisplayLevelPFull is a pointer to OfficeSuiteInstallProgressDisplayLevelVFull + OfficeSuiteInstallProgressDisplayLevelPFull = &_OfficeSuiteInstallProgressDisplayLevelPFull +) + +var ( + _OfficeSuiteInstallProgressDisplayLevelPNone = OfficeSuiteInstallProgressDisplayLevelVNone + _OfficeSuiteInstallProgressDisplayLevelPFull = OfficeSuiteInstallProgressDisplayLevelVFull +) + +// OfficeUpdateChannel undocumented +type OfficeUpdateChannel string + +const ( + // OfficeUpdateChannelVNone undocumented + OfficeUpdateChannelVNone OfficeUpdateChannel = "none" + // OfficeUpdateChannelVCurrent undocumented + OfficeUpdateChannelVCurrent OfficeUpdateChannel = "current" + // OfficeUpdateChannelVDeferred undocumented + OfficeUpdateChannelVDeferred OfficeUpdateChannel = "deferred" + // OfficeUpdateChannelVFirstReleaseCurrent undocumented + OfficeUpdateChannelVFirstReleaseCurrent OfficeUpdateChannel = "firstReleaseCurrent" + // OfficeUpdateChannelVFirstReleaseDeferred undocumented + OfficeUpdateChannelVFirstReleaseDeferred OfficeUpdateChannel = "firstReleaseDeferred" +) + +var ( + // OfficeUpdateChannelPNone is a pointer to OfficeUpdateChannelVNone + OfficeUpdateChannelPNone = &_OfficeUpdateChannelPNone + // OfficeUpdateChannelPCurrent is a pointer to OfficeUpdateChannelVCurrent + OfficeUpdateChannelPCurrent = &_OfficeUpdateChannelPCurrent + // OfficeUpdateChannelPDeferred is a pointer to OfficeUpdateChannelVDeferred + OfficeUpdateChannelPDeferred = &_OfficeUpdateChannelPDeferred + // OfficeUpdateChannelPFirstReleaseCurrent is a pointer to OfficeUpdateChannelVFirstReleaseCurrent + OfficeUpdateChannelPFirstReleaseCurrent = &_OfficeUpdateChannelPFirstReleaseCurrent + // OfficeUpdateChannelPFirstReleaseDeferred is a pointer to OfficeUpdateChannelVFirstReleaseDeferred + OfficeUpdateChannelPFirstReleaseDeferred = &_OfficeUpdateChannelPFirstReleaseDeferred +) + +var ( + _OfficeUpdateChannelPNone = OfficeUpdateChannelVNone + _OfficeUpdateChannelPCurrent = OfficeUpdateChannelVCurrent + _OfficeUpdateChannelPDeferred = OfficeUpdateChannelVDeferred + _OfficeUpdateChannelPFirstReleaseCurrent = OfficeUpdateChannelVFirstReleaseCurrent + _OfficeUpdateChannelPFirstReleaseDeferred = OfficeUpdateChannelVFirstReleaseDeferred +) |