github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumOnenote.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // OnenotePatchActionType undocumented
     6  type OnenotePatchActionType string
     7  
     8  const (
     9  	// OnenotePatchActionTypeVReplace undocumented
    10  	OnenotePatchActionTypeVReplace OnenotePatchActionType = "Replace"
    11  	// OnenotePatchActionTypeVAppend undocumented
    12  	OnenotePatchActionTypeVAppend OnenotePatchActionType = "Append"
    13  	// OnenotePatchActionTypeVDelete undocumented
    14  	OnenotePatchActionTypeVDelete OnenotePatchActionType = "Delete"
    15  	// OnenotePatchActionTypeVInsert undocumented
    16  	OnenotePatchActionTypeVInsert OnenotePatchActionType = "Insert"
    17  	// OnenotePatchActionTypeVPrepend undocumented
    18  	OnenotePatchActionTypeVPrepend OnenotePatchActionType = "Prepend"
    19  )
    20  
    21  var (
    22  	// OnenotePatchActionTypePReplace is a pointer to OnenotePatchActionTypeVReplace
    23  	OnenotePatchActionTypePReplace = &_OnenotePatchActionTypePReplace
    24  	// OnenotePatchActionTypePAppend is a pointer to OnenotePatchActionTypeVAppend
    25  	OnenotePatchActionTypePAppend = &_OnenotePatchActionTypePAppend
    26  	// OnenotePatchActionTypePDelete is a pointer to OnenotePatchActionTypeVDelete
    27  	OnenotePatchActionTypePDelete = &_OnenotePatchActionTypePDelete
    28  	// OnenotePatchActionTypePInsert is a pointer to OnenotePatchActionTypeVInsert
    29  	OnenotePatchActionTypePInsert = &_OnenotePatchActionTypePInsert
    30  	// OnenotePatchActionTypePPrepend is a pointer to OnenotePatchActionTypeVPrepend
    31  	OnenotePatchActionTypePPrepend = &_OnenotePatchActionTypePPrepend
    32  )
    33  
    34  var (
    35  	_OnenotePatchActionTypePReplace = OnenotePatchActionTypeVReplace
    36  	_OnenotePatchActionTypePAppend  = OnenotePatchActionTypeVAppend
    37  	_OnenotePatchActionTypePDelete  = OnenotePatchActionTypeVDelete
    38  	_OnenotePatchActionTypePInsert  = OnenotePatchActionTypeVInsert
    39  	_OnenotePatchActionTypePPrepend = OnenotePatchActionTypeVPrepend
    40  )
    41  
    42  // OnenotePatchInsertPosition undocumented
    43  type OnenotePatchInsertPosition string
    44  
    45  const (
    46  	// OnenotePatchInsertPositionVAfter undocumented
    47  	OnenotePatchInsertPositionVAfter OnenotePatchInsertPosition = "After"
    48  	// OnenotePatchInsertPositionVBefore undocumented
    49  	OnenotePatchInsertPositionVBefore OnenotePatchInsertPosition = "Before"
    50  )
    51  
    52  var (
    53  	// OnenotePatchInsertPositionPAfter is a pointer to OnenotePatchInsertPositionVAfter
    54  	OnenotePatchInsertPositionPAfter = &_OnenotePatchInsertPositionPAfter
    55  	// OnenotePatchInsertPositionPBefore is a pointer to OnenotePatchInsertPositionVBefore
    56  	OnenotePatchInsertPositionPBefore = &_OnenotePatchInsertPositionPBefore
    57  )
    58  
    59  var (
    60  	_OnenotePatchInsertPositionPAfter  = OnenotePatchInsertPositionVAfter
    61  	_OnenotePatchInsertPositionPBefore = OnenotePatchInsertPositionVBefore
    62  )
    63  
    64  // OnenoteSourceService undocumented
    65  type OnenoteSourceService string
    66  
    67  const (
    68  	// OnenoteSourceServiceVUnknown undocumented
    69  	OnenoteSourceServiceVUnknown OnenoteSourceService = "Unknown"
    70  	// OnenoteSourceServiceVOneDrive undocumented
    71  	OnenoteSourceServiceVOneDrive OnenoteSourceService = "OneDrive"
    72  	// OnenoteSourceServiceVOneDriveForBusiness undocumented
    73  	OnenoteSourceServiceVOneDriveForBusiness OnenoteSourceService = "OneDriveForBusiness"
    74  	// OnenoteSourceServiceVOnPremOneDriveForBusiness undocumented
    75  	OnenoteSourceServiceVOnPremOneDriveForBusiness OnenoteSourceService = "OnPremOneDriveForBusiness"
    76  )
    77  
    78  var (
    79  	// OnenoteSourceServicePUnknown is a pointer to OnenoteSourceServiceVUnknown
    80  	OnenoteSourceServicePUnknown = &_OnenoteSourceServicePUnknown
    81  	// OnenoteSourceServicePOneDrive is a pointer to OnenoteSourceServiceVOneDrive
    82  	OnenoteSourceServicePOneDrive = &_OnenoteSourceServicePOneDrive
    83  	// OnenoteSourceServicePOneDriveForBusiness is a pointer to OnenoteSourceServiceVOneDriveForBusiness
    84  	OnenoteSourceServicePOneDriveForBusiness = &_OnenoteSourceServicePOneDriveForBusiness
    85  	// OnenoteSourceServicePOnPremOneDriveForBusiness is a pointer to OnenoteSourceServiceVOnPremOneDriveForBusiness
    86  	OnenoteSourceServicePOnPremOneDriveForBusiness = &_OnenoteSourceServicePOnPremOneDriveForBusiness
    87  )
    88  
    89  var (
    90  	_OnenoteSourceServicePUnknown                   = OnenoteSourceServiceVUnknown
    91  	_OnenoteSourceServicePOneDrive                  = OnenoteSourceServiceVOneDrive
    92  	_OnenoteSourceServicePOneDriveForBusiness       = OnenoteSourceServiceVOneDriveForBusiness
    93  	_OnenoteSourceServicePOnPremOneDriveForBusiness = OnenoteSourceServiceVOnPremOneDriveForBusiness
    94  )
    95  
    96  // OnenoteUserRole undocumented
    97  type OnenoteUserRole string
    98  
    99  const (
   100  	// OnenoteUserRoleVOwner undocumented
   101  	OnenoteUserRoleVOwner OnenoteUserRole = "Owner"
   102  	// OnenoteUserRoleVContributor undocumented
   103  	OnenoteUserRoleVContributor OnenoteUserRole = "Contributor"
   104  	// OnenoteUserRoleVReader undocumented
   105  	OnenoteUserRoleVReader OnenoteUserRole = "Reader"
   106  	// OnenoteUserRoleVNone undocumented
   107  	OnenoteUserRoleVNone OnenoteUserRole = "None"
   108  )
   109  
   110  var (
   111  	// OnenoteUserRolePOwner is a pointer to OnenoteUserRoleVOwner
   112  	OnenoteUserRolePOwner = &_OnenoteUserRolePOwner
   113  	// OnenoteUserRolePContributor is a pointer to OnenoteUserRoleVContributor
   114  	OnenoteUserRolePContributor = &_OnenoteUserRolePContributor
   115  	// OnenoteUserRolePReader is a pointer to OnenoteUserRoleVReader
   116  	OnenoteUserRolePReader = &_OnenoteUserRolePReader
   117  	// OnenoteUserRolePNone is a pointer to OnenoteUserRoleVNone
   118  	OnenoteUserRolePNone = &_OnenoteUserRolePNone
   119  )
   120  
   121  var (
   122  	_OnenoteUserRolePOwner       = OnenoteUserRoleVOwner
   123  	_OnenoteUserRolePContributor = OnenoteUserRoleVContributor
   124  	_OnenoteUserRolePReader      = OnenoteUserRoleVReader
   125  	_OnenoteUserRolePNone        = OnenoteUserRoleVNone
   126  )