summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumAttribute.go
blob: d54ef26c04a9cf3f5b6f1d799f448197ca563e63 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// AttributeFlowBehavior undocumented
type AttributeFlowBehavior string

const (
	// AttributeFlowBehaviorVFlowWhenChanged undocumented
	AttributeFlowBehaviorVFlowWhenChanged AttributeFlowBehavior = "FlowWhenChanged"
	// AttributeFlowBehaviorVFlowAlways undocumented
	AttributeFlowBehaviorVFlowAlways AttributeFlowBehavior = "FlowAlways"
)

var (
	// AttributeFlowBehaviorPFlowWhenChanged is a pointer to AttributeFlowBehaviorVFlowWhenChanged
	AttributeFlowBehaviorPFlowWhenChanged = &_AttributeFlowBehaviorPFlowWhenChanged
	// AttributeFlowBehaviorPFlowAlways is a pointer to AttributeFlowBehaviorVFlowAlways
	AttributeFlowBehaviorPFlowAlways = &_AttributeFlowBehaviorPFlowAlways
)

var (
	_AttributeFlowBehaviorPFlowWhenChanged = AttributeFlowBehaviorVFlowWhenChanged
	_AttributeFlowBehaviorPFlowAlways      = AttributeFlowBehaviorVFlowAlways
)

// AttributeFlowType undocumented
type AttributeFlowType string

const (
	// AttributeFlowTypeVAlways undocumented
	AttributeFlowTypeVAlways AttributeFlowType = "Always"
	// AttributeFlowTypeVObjectAddOnly undocumented
	AttributeFlowTypeVObjectAddOnly AttributeFlowType = "ObjectAddOnly"
	// AttributeFlowTypeVMultiValueAddOnly undocumented
	AttributeFlowTypeVMultiValueAddOnly AttributeFlowType = "MultiValueAddOnly"
)

var (
	// AttributeFlowTypePAlways is a pointer to AttributeFlowTypeVAlways
	AttributeFlowTypePAlways = &_AttributeFlowTypePAlways
	// AttributeFlowTypePObjectAddOnly is a pointer to AttributeFlowTypeVObjectAddOnly
	AttributeFlowTypePObjectAddOnly = &_AttributeFlowTypePObjectAddOnly
	// AttributeFlowTypePMultiValueAddOnly is a pointer to AttributeFlowTypeVMultiValueAddOnly
	AttributeFlowTypePMultiValueAddOnly = &_AttributeFlowTypePMultiValueAddOnly
)

var (
	_AttributeFlowTypePAlways            = AttributeFlowTypeVAlways
	_AttributeFlowTypePObjectAddOnly     = AttributeFlowTypeVObjectAddOnly
	_AttributeFlowTypePMultiValueAddOnly = AttributeFlowTypeVMultiValueAddOnly
)

// AttributeMappingSourceType undocumented
type AttributeMappingSourceType string

const (
	// AttributeMappingSourceTypeVAttribute undocumented
	AttributeMappingSourceTypeVAttribute AttributeMappingSourceType = "Attribute"
	// AttributeMappingSourceTypeVConstant undocumented
	AttributeMappingSourceTypeVConstant AttributeMappingSourceType = "Constant"
	// AttributeMappingSourceTypeVFunction undocumented
	AttributeMappingSourceTypeVFunction AttributeMappingSourceType = "Function"
)

var (
	// AttributeMappingSourceTypePAttribute is a pointer to AttributeMappingSourceTypeVAttribute
	AttributeMappingSourceTypePAttribute = &_AttributeMappingSourceTypePAttribute
	// AttributeMappingSourceTypePConstant is a pointer to AttributeMappingSourceTypeVConstant
	AttributeMappingSourceTypePConstant = &_AttributeMappingSourceTypePConstant
	// AttributeMappingSourceTypePFunction is a pointer to AttributeMappingSourceTypeVFunction
	AttributeMappingSourceTypePFunction = &_AttributeMappingSourceTypePFunction
)

var (
	_AttributeMappingSourceTypePAttribute = AttributeMappingSourceTypeVAttribute
	_AttributeMappingSourceTypePConstant  = AttributeMappingSourceTypeVConstant
	_AttributeMappingSourceTypePFunction  = AttributeMappingSourceTypeVFunction
)

// AttributeType undocumented
type AttributeType string

const (
	// AttributeTypeVDateTime undocumented
	AttributeTypeVDateTime AttributeType = "DateTime"
	// AttributeTypeVBoolean undocumented
	AttributeTypeVBoolean AttributeType = "Boolean"
	// AttributeTypeVBinary undocumented
	AttributeTypeVBinary AttributeType = "Binary"
	// AttributeTypeVReference undocumented
	AttributeTypeVReference AttributeType = "Reference"
	// AttributeTypeVInteger undocumented
	AttributeTypeVInteger AttributeType = "Integer"
	// AttributeTypeVString undocumented
	AttributeTypeVString AttributeType = "String"
)

var (
	// AttributeTypePDateTime is a pointer to AttributeTypeVDateTime
	AttributeTypePDateTime = &_AttributeTypePDateTime
	// AttributeTypePBoolean is a pointer to AttributeTypeVBoolean
	AttributeTypePBoolean = &_AttributeTypePBoolean
	// AttributeTypePBinary is a pointer to AttributeTypeVBinary
	AttributeTypePBinary = &_AttributeTypePBinary
	// AttributeTypePReference is a pointer to AttributeTypeVReference
	AttributeTypePReference = &_AttributeTypePReference
	// AttributeTypePInteger is a pointer to AttributeTypeVInteger
	AttributeTypePInteger = &_AttributeTypePInteger
	// AttributeTypePString is a pointer to AttributeTypeVString
	AttributeTypePString = &_AttributeTypePString
)

var (
	_AttributeTypePDateTime  = AttributeTypeVDateTime
	_AttributeTypePBoolean   = AttributeTypeVBoolean
	_AttributeTypePBinary    = AttributeTypeVBinary
	_AttributeTypePReference = AttributeTypeVReference
	_AttributeTypePInteger   = AttributeTypeVInteger
	_AttributeTypePString    = AttributeTypeVString
)