summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumEntry.go
blob: 41aed15db43f217fbd5e35f60f7d6e1ea9fcc5c7 (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
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// EntryExportStatus undocumented
type EntryExportStatus string

const (
	// EntryExportStatusVNoop undocumented
	EntryExportStatusVNoop EntryExportStatus = "Noop"
	// EntryExportStatusVSuccess undocumented
	EntryExportStatusVSuccess EntryExportStatus = "Success"
	// EntryExportStatusVRetryableError undocumented
	EntryExportStatusVRetryableError EntryExportStatus = "RetryableError"
	// EntryExportStatusVPermanentError undocumented
	EntryExportStatusVPermanentError EntryExportStatus = "PermanentError"
	// EntryExportStatusVError undocumented
	EntryExportStatusVError EntryExportStatus = "Error"
)

var (
	// EntryExportStatusPNoop is a pointer to EntryExportStatusVNoop
	EntryExportStatusPNoop = &_EntryExportStatusPNoop
	// EntryExportStatusPSuccess is a pointer to EntryExportStatusVSuccess
	EntryExportStatusPSuccess = &_EntryExportStatusPSuccess
	// EntryExportStatusPRetryableError is a pointer to EntryExportStatusVRetryableError
	EntryExportStatusPRetryableError = &_EntryExportStatusPRetryableError
	// EntryExportStatusPPermanentError is a pointer to EntryExportStatusVPermanentError
	EntryExportStatusPPermanentError = &_EntryExportStatusPPermanentError
	// EntryExportStatusPError is a pointer to EntryExportStatusVError
	EntryExportStatusPError = &_EntryExportStatusPError
)

var (
	_EntryExportStatusPNoop           = EntryExportStatusVNoop
	_EntryExportStatusPSuccess        = EntryExportStatusVSuccess
	_EntryExportStatusPRetryableError = EntryExportStatusVRetryableError
	_EntryExportStatusPPermanentError = EntryExportStatusVPermanentError
	_EntryExportStatusPError          = EntryExportStatusVError
)

// EntrySyncOperation undocumented
type EntrySyncOperation string

const (
	// EntrySyncOperationVNone undocumented
	EntrySyncOperationVNone EntrySyncOperation = "None"
	// EntrySyncOperationVAdd undocumented
	EntrySyncOperationVAdd EntrySyncOperation = "Add"
	// EntrySyncOperationVDelete undocumented
	EntrySyncOperationVDelete EntrySyncOperation = "Delete"
	// EntrySyncOperationVUpdate undocumented
	EntrySyncOperationVUpdate EntrySyncOperation = "Update"
)

var (
	// EntrySyncOperationPNone is a pointer to EntrySyncOperationVNone
	EntrySyncOperationPNone = &_EntrySyncOperationPNone
	// EntrySyncOperationPAdd is a pointer to EntrySyncOperationVAdd
	EntrySyncOperationPAdd = &_EntrySyncOperationPAdd
	// EntrySyncOperationPDelete is a pointer to EntrySyncOperationVDelete
	EntrySyncOperationPDelete = &_EntrySyncOperationPDelete
	// EntrySyncOperationPUpdate is a pointer to EntrySyncOperationVUpdate
	EntrySyncOperationPUpdate = &_EntrySyncOperationPUpdate
)

var (
	_EntrySyncOperationPNone   = EntrySyncOperationVNone
	_EntrySyncOperationPAdd    = EntrySyncOperationVAdd
	_EntrySyncOperationPDelete = EntrySyncOperationVDelete
	_EntrySyncOperationPUpdate = EntrySyncOperationVUpdate
)