github.com/yaegashi/msgraph.go@v0.1.4/v1.0/EnumIOS.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // IOSNotificationAlertType undocumented
     6  type IOSNotificationAlertType string
     7  
     8  const (
     9  	// IOSNotificationAlertTypeVDeviceDefault undocumented
    10  	IOSNotificationAlertTypeVDeviceDefault IOSNotificationAlertType = "deviceDefault"
    11  	// IOSNotificationAlertTypeVBanner undocumented
    12  	IOSNotificationAlertTypeVBanner IOSNotificationAlertType = "banner"
    13  	// IOSNotificationAlertTypeVModal undocumented
    14  	IOSNotificationAlertTypeVModal IOSNotificationAlertType = "modal"
    15  	// IOSNotificationAlertTypeVNone undocumented
    16  	IOSNotificationAlertTypeVNone IOSNotificationAlertType = "none"
    17  )
    18  
    19  var (
    20  	// IOSNotificationAlertTypePDeviceDefault is a pointer to IOSNotificationAlertTypeVDeviceDefault
    21  	IOSNotificationAlertTypePDeviceDefault = &_IOSNotificationAlertTypePDeviceDefault
    22  	// IOSNotificationAlertTypePBanner is a pointer to IOSNotificationAlertTypeVBanner
    23  	IOSNotificationAlertTypePBanner = &_IOSNotificationAlertTypePBanner
    24  	// IOSNotificationAlertTypePModal is a pointer to IOSNotificationAlertTypeVModal
    25  	IOSNotificationAlertTypePModal = &_IOSNotificationAlertTypePModal
    26  	// IOSNotificationAlertTypePNone is a pointer to IOSNotificationAlertTypeVNone
    27  	IOSNotificationAlertTypePNone = &_IOSNotificationAlertTypePNone
    28  )
    29  
    30  var (
    31  	_IOSNotificationAlertTypePDeviceDefault = IOSNotificationAlertTypeVDeviceDefault
    32  	_IOSNotificationAlertTypePBanner        = IOSNotificationAlertTypeVBanner
    33  	_IOSNotificationAlertTypePModal         = IOSNotificationAlertTypeVModal
    34  	_IOSNotificationAlertTypePNone          = IOSNotificationAlertTypeVNone
    35  )
    36  
    37  // IOSUpdatesInstallStatus undocumented
    38  type IOSUpdatesInstallStatus string
    39  
    40  const (
    41  	// IOSUpdatesInstallStatusVSuccess undocumented
    42  	IOSUpdatesInstallStatusVSuccess IOSUpdatesInstallStatus = "success"
    43  	// IOSUpdatesInstallStatusVAvailable undocumented
    44  	IOSUpdatesInstallStatusVAvailable IOSUpdatesInstallStatus = "available"
    45  	// IOSUpdatesInstallStatusVIdle undocumented
    46  	IOSUpdatesInstallStatusVIdle IOSUpdatesInstallStatus = "idle"
    47  	// IOSUpdatesInstallStatusVUnknown undocumented
    48  	IOSUpdatesInstallStatusVUnknown IOSUpdatesInstallStatus = "unknown"
    49  	// IOSUpdatesInstallStatusVDownloading undocumented
    50  	IOSUpdatesInstallStatusVDownloading IOSUpdatesInstallStatus = "downloading"
    51  	// IOSUpdatesInstallStatusVDownloadFailed undocumented
    52  	IOSUpdatesInstallStatusVDownloadFailed IOSUpdatesInstallStatus = "downloadFailed"
    53  	// IOSUpdatesInstallStatusVDownloadRequiresComputer undocumented
    54  	IOSUpdatesInstallStatusVDownloadRequiresComputer IOSUpdatesInstallStatus = "downloadRequiresComputer"
    55  	// IOSUpdatesInstallStatusVDownloadInsufficientSpace undocumented
    56  	IOSUpdatesInstallStatusVDownloadInsufficientSpace IOSUpdatesInstallStatus = "downloadInsufficientSpace"
    57  	// IOSUpdatesInstallStatusVDownloadInsufficientPower undocumented
    58  	IOSUpdatesInstallStatusVDownloadInsufficientPower IOSUpdatesInstallStatus = "downloadInsufficientPower"
    59  	// IOSUpdatesInstallStatusVDownloadInsufficientNetwork undocumented
    60  	IOSUpdatesInstallStatusVDownloadInsufficientNetwork IOSUpdatesInstallStatus = "downloadInsufficientNetwork"
    61  	// IOSUpdatesInstallStatusVInstalling undocumented
    62  	IOSUpdatesInstallStatusVInstalling IOSUpdatesInstallStatus = "installing"
    63  	// IOSUpdatesInstallStatusVInstallInsufficientSpace undocumented
    64  	IOSUpdatesInstallStatusVInstallInsufficientSpace IOSUpdatesInstallStatus = "installInsufficientSpace"
    65  	// IOSUpdatesInstallStatusVInstallInsufficientPower undocumented
    66  	IOSUpdatesInstallStatusVInstallInsufficientPower IOSUpdatesInstallStatus = "installInsufficientPower"
    67  	// IOSUpdatesInstallStatusVInstallPhoneCallInProgress undocumented
    68  	IOSUpdatesInstallStatusVInstallPhoneCallInProgress IOSUpdatesInstallStatus = "installPhoneCallInProgress"
    69  	// IOSUpdatesInstallStatusVInstallFailed undocumented
    70  	IOSUpdatesInstallStatusVInstallFailed IOSUpdatesInstallStatus = "installFailed"
    71  	// IOSUpdatesInstallStatusVNotSupportedOperation undocumented
    72  	IOSUpdatesInstallStatusVNotSupportedOperation IOSUpdatesInstallStatus = "notSupportedOperation"
    73  	// IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError undocumented
    74  	IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError IOSUpdatesInstallStatus = "sharedDeviceUserLoggedInError"
    75  )
    76  
    77  var (
    78  	// IOSUpdatesInstallStatusPSuccess is a pointer to IOSUpdatesInstallStatusVSuccess
    79  	IOSUpdatesInstallStatusPSuccess = &_IOSUpdatesInstallStatusPSuccess
    80  	// IOSUpdatesInstallStatusPAvailable is a pointer to IOSUpdatesInstallStatusVAvailable
    81  	IOSUpdatesInstallStatusPAvailable = &_IOSUpdatesInstallStatusPAvailable
    82  	// IOSUpdatesInstallStatusPIdle is a pointer to IOSUpdatesInstallStatusVIdle
    83  	IOSUpdatesInstallStatusPIdle = &_IOSUpdatesInstallStatusPIdle
    84  	// IOSUpdatesInstallStatusPUnknown is a pointer to IOSUpdatesInstallStatusVUnknown
    85  	IOSUpdatesInstallStatusPUnknown = &_IOSUpdatesInstallStatusPUnknown
    86  	// IOSUpdatesInstallStatusPDownloading is a pointer to IOSUpdatesInstallStatusVDownloading
    87  	IOSUpdatesInstallStatusPDownloading = &_IOSUpdatesInstallStatusPDownloading
    88  	// IOSUpdatesInstallStatusPDownloadFailed is a pointer to IOSUpdatesInstallStatusVDownloadFailed
    89  	IOSUpdatesInstallStatusPDownloadFailed = &_IOSUpdatesInstallStatusPDownloadFailed
    90  	// IOSUpdatesInstallStatusPDownloadRequiresComputer is a pointer to IOSUpdatesInstallStatusVDownloadRequiresComputer
    91  	IOSUpdatesInstallStatusPDownloadRequiresComputer = &_IOSUpdatesInstallStatusPDownloadRequiresComputer
    92  	// IOSUpdatesInstallStatusPDownloadInsufficientSpace is a pointer to IOSUpdatesInstallStatusVDownloadInsufficientSpace
    93  	IOSUpdatesInstallStatusPDownloadInsufficientSpace = &_IOSUpdatesInstallStatusPDownloadInsufficientSpace
    94  	// IOSUpdatesInstallStatusPDownloadInsufficientPower is a pointer to IOSUpdatesInstallStatusVDownloadInsufficientPower
    95  	IOSUpdatesInstallStatusPDownloadInsufficientPower = &_IOSUpdatesInstallStatusPDownloadInsufficientPower
    96  	// IOSUpdatesInstallStatusPDownloadInsufficientNetwork is a pointer to IOSUpdatesInstallStatusVDownloadInsufficientNetwork
    97  	IOSUpdatesInstallStatusPDownloadInsufficientNetwork = &_IOSUpdatesInstallStatusPDownloadInsufficientNetwork
    98  	// IOSUpdatesInstallStatusPInstalling is a pointer to IOSUpdatesInstallStatusVInstalling
    99  	IOSUpdatesInstallStatusPInstalling = &_IOSUpdatesInstallStatusPInstalling
   100  	// IOSUpdatesInstallStatusPInstallInsufficientSpace is a pointer to IOSUpdatesInstallStatusVInstallInsufficientSpace
   101  	IOSUpdatesInstallStatusPInstallInsufficientSpace = &_IOSUpdatesInstallStatusPInstallInsufficientSpace
   102  	// IOSUpdatesInstallStatusPInstallInsufficientPower is a pointer to IOSUpdatesInstallStatusVInstallInsufficientPower
   103  	IOSUpdatesInstallStatusPInstallInsufficientPower = &_IOSUpdatesInstallStatusPInstallInsufficientPower
   104  	// IOSUpdatesInstallStatusPInstallPhoneCallInProgress is a pointer to IOSUpdatesInstallStatusVInstallPhoneCallInProgress
   105  	IOSUpdatesInstallStatusPInstallPhoneCallInProgress = &_IOSUpdatesInstallStatusPInstallPhoneCallInProgress
   106  	// IOSUpdatesInstallStatusPInstallFailed is a pointer to IOSUpdatesInstallStatusVInstallFailed
   107  	IOSUpdatesInstallStatusPInstallFailed = &_IOSUpdatesInstallStatusPInstallFailed
   108  	// IOSUpdatesInstallStatusPNotSupportedOperation is a pointer to IOSUpdatesInstallStatusVNotSupportedOperation
   109  	IOSUpdatesInstallStatusPNotSupportedOperation = &_IOSUpdatesInstallStatusPNotSupportedOperation
   110  	// IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError is a pointer to IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError
   111  	IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError = &_IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError
   112  )
   113  
   114  var (
   115  	_IOSUpdatesInstallStatusPSuccess                       = IOSUpdatesInstallStatusVSuccess
   116  	_IOSUpdatesInstallStatusPAvailable                     = IOSUpdatesInstallStatusVAvailable
   117  	_IOSUpdatesInstallStatusPIdle                          = IOSUpdatesInstallStatusVIdle
   118  	_IOSUpdatesInstallStatusPUnknown                       = IOSUpdatesInstallStatusVUnknown
   119  	_IOSUpdatesInstallStatusPDownloading                   = IOSUpdatesInstallStatusVDownloading
   120  	_IOSUpdatesInstallStatusPDownloadFailed                = IOSUpdatesInstallStatusVDownloadFailed
   121  	_IOSUpdatesInstallStatusPDownloadRequiresComputer      = IOSUpdatesInstallStatusVDownloadRequiresComputer
   122  	_IOSUpdatesInstallStatusPDownloadInsufficientSpace     = IOSUpdatesInstallStatusVDownloadInsufficientSpace
   123  	_IOSUpdatesInstallStatusPDownloadInsufficientPower     = IOSUpdatesInstallStatusVDownloadInsufficientPower
   124  	_IOSUpdatesInstallStatusPDownloadInsufficientNetwork   = IOSUpdatesInstallStatusVDownloadInsufficientNetwork
   125  	_IOSUpdatesInstallStatusPInstalling                    = IOSUpdatesInstallStatusVInstalling
   126  	_IOSUpdatesInstallStatusPInstallInsufficientSpace      = IOSUpdatesInstallStatusVInstallInsufficientSpace
   127  	_IOSUpdatesInstallStatusPInstallInsufficientPower      = IOSUpdatesInstallStatusVInstallInsufficientPower
   128  	_IOSUpdatesInstallStatusPInstallPhoneCallInProgress    = IOSUpdatesInstallStatusVInstallPhoneCallInProgress
   129  	_IOSUpdatesInstallStatusPInstallFailed                 = IOSUpdatesInstallStatusVInstallFailed
   130  	_IOSUpdatesInstallStatusPNotSupportedOperation         = IOSUpdatesInstallStatusVNotSupportedOperation
   131  	_IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError = IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError
   132  )