summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/AndroidManagedStoreAccountBindStatusEnum.go
blob: 595f8e4601e5b5be25423692ad5c583cc1775500 (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
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// AndroidManagedStoreAccountBindStatus undocumented
type AndroidManagedStoreAccountBindStatus int

const (
	// AndroidManagedStoreAccountBindStatusVNotBound undocumented
	AndroidManagedStoreAccountBindStatusVNotBound AndroidManagedStoreAccountBindStatus = 0
	// AndroidManagedStoreAccountBindStatusVBound undocumented
	AndroidManagedStoreAccountBindStatusVBound AndroidManagedStoreAccountBindStatus = 1
	// AndroidManagedStoreAccountBindStatusVBoundAndValidated undocumented
	AndroidManagedStoreAccountBindStatusVBoundAndValidated AndroidManagedStoreAccountBindStatus = 2
	// AndroidManagedStoreAccountBindStatusVUnbinding undocumented
	AndroidManagedStoreAccountBindStatusVUnbinding AndroidManagedStoreAccountBindStatus = 3
)

// AndroidManagedStoreAccountBindStatusPNotBound returns a pointer to AndroidManagedStoreAccountBindStatusVNotBound
func AndroidManagedStoreAccountBindStatusPNotBound() *AndroidManagedStoreAccountBindStatus {
	v := AndroidManagedStoreAccountBindStatusVNotBound
	return &v
}

// AndroidManagedStoreAccountBindStatusPBound returns a pointer to AndroidManagedStoreAccountBindStatusVBound
func AndroidManagedStoreAccountBindStatusPBound() *AndroidManagedStoreAccountBindStatus {
	v := AndroidManagedStoreAccountBindStatusVBound
	return &v
}

// AndroidManagedStoreAccountBindStatusPBoundAndValidated returns a pointer to AndroidManagedStoreAccountBindStatusVBoundAndValidated
func AndroidManagedStoreAccountBindStatusPBoundAndValidated() *AndroidManagedStoreAccountBindStatus {
	v := AndroidManagedStoreAccountBindStatusVBoundAndValidated
	return &v
}

// AndroidManagedStoreAccountBindStatusPUnbinding returns a pointer to AndroidManagedStoreAccountBindStatusVUnbinding
func AndroidManagedStoreAccountBindStatusPUnbinding() *AndroidManagedStoreAccountBindStatus {
	v := AndroidManagedStoreAccountBindStatusVUnbinding
	return &v
}