summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumOffice.go
blob: 5a31f263d41bdb771b807396af91f4a8a9062ecf (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
// Code generated by msgraph.go/gen 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
)