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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AttributeFlowBehavior undocumented
     6  type AttributeFlowBehavior string
     7  
     8  const (
     9  	// AttributeFlowBehaviorVFlowWhenChanged undocumented
    10  	AttributeFlowBehaviorVFlowWhenChanged AttributeFlowBehavior = "FlowWhenChanged"
    11  	// AttributeFlowBehaviorVFlowAlways undocumented
    12  	AttributeFlowBehaviorVFlowAlways AttributeFlowBehavior = "FlowAlways"
    13  )
    14  
    15  var (
    16  	// AttributeFlowBehaviorPFlowWhenChanged is a pointer to AttributeFlowBehaviorVFlowWhenChanged
    17  	AttributeFlowBehaviorPFlowWhenChanged = &_AttributeFlowBehaviorPFlowWhenChanged
    18  	// AttributeFlowBehaviorPFlowAlways is a pointer to AttributeFlowBehaviorVFlowAlways
    19  	AttributeFlowBehaviorPFlowAlways = &_AttributeFlowBehaviorPFlowAlways
    20  )
    21  
    22  var (
    23  	_AttributeFlowBehaviorPFlowWhenChanged = AttributeFlowBehaviorVFlowWhenChanged
    24  	_AttributeFlowBehaviorPFlowAlways      = AttributeFlowBehaviorVFlowAlways
    25  )
    26  
    27  // AttributeFlowType undocumented
    28  type AttributeFlowType string
    29  
    30  const (
    31  	// AttributeFlowTypeVAlways undocumented
    32  	AttributeFlowTypeVAlways AttributeFlowType = "Always"
    33  	// AttributeFlowTypeVObjectAddOnly undocumented
    34  	AttributeFlowTypeVObjectAddOnly AttributeFlowType = "ObjectAddOnly"
    35  	// AttributeFlowTypeVMultiValueAddOnly undocumented
    36  	AttributeFlowTypeVMultiValueAddOnly AttributeFlowType = "MultiValueAddOnly"
    37  )
    38  
    39  var (
    40  	// AttributeFlowTypePAlways is a pointer to AttributeFlowTypeVAlways
    41  	AttributeFlowTypePAlways = &_AttributeFlowTypePAlways
    42  	// AttributeFlowTypePObjectAddOnly is a pointer to AttributeFlowTypeVObjectAddOnly
    43  	AttributeFlowTypePObjectAddOnly = &_AttributeFlowTypePObjectAddOnly
    44  	// AttributeFlowTypePMultiValueAddOnly is a pointer to AttributeFlowTypeVMultiValueAddOnly
    45  	AttributeFlowTypePMultiValueAddOnly = &_AttributeFlowTypePMultiValueAddOnly
    46  )
    47  
    48  var (
    49  	_AttributeFlowTypePAlways            = AttributeFlowTypeVAlways
    50  	_AttributeFlowTypePObjectAddOnly     = AttributeFlowTypeVObjectAddOnly
    51  	_AttributeFlowTypePMultiValueAddOnly = AttributeFlowTypeVMultiValueAddOnly
    52  )
    53  
    54  // AttributeMappingSourceType undocumented
    55  type AttributeMappingSourceType string
    56  
    57  const (
    58  	// AttributeMappingSourceTypeVAttribute undocumented
    59  	AttributeMappingSourceTypeVAttribute AttributeMappingSourceType = "Attribute"
    60  	// AttributeMappingSourceTypeVConstant undocumented
    61  	AttributeMappingSourceTypeVConstant AttributeMappingSourceType = "Constant"
    62  	// AttributeMappingSourceTypeVFunction undocumented
    63  	AttributeMappingSourceTypeVFunction AttributeMappingSourceType = "Function"
    64  )
    65  
    66  var (
    67  	// AttributeMappingSourceTypePAttribute is a pointer to AttributeMappingSourceTypeVAttribute
    68  	AttributeMappingSourceTypePAttribute = &_AttributeMappingSourceTypePAttribute
    69  	// AttributeMappingSourceTypePConstant is a pointer to AttributeMappingSourceTypeVConstant
    70  	AttributeMappingSourceTypePConstant = &_AttributeMappingSourceTypePConstant
    71  	// AttributeMappingSourceTypePFunction is a pointer to AttributeMappingSourceTypeVFunction
    72  	AttributeMappingSourceTypePFunction = &_AttributeMappingSourceTypePFunction
    73  )
    74  
    75  var (
    76  	_AttributeMappingSourceTypePAttribute = AttributeMappingSourceTypeVAttribute
    77  	_AttributeMappingSourceTypePConstant  = AttributeMappingSourceTypeVConstant
    78  	_AttributeMappingSourceTypePFunction  = AttributeMappingSourceTypeVFunction
    79  )
    80  
    81  // AttributeType undocumented
    82  type AttributeType string
    83  
    84  const (
    85  	// AttributeTypeVDateTime undocumented
    86  	AttributeTypeVDateTime AttributeType = "DateTime"
    87  	// AttributeTypeVBoolean undocumented
    88  	AttributeTypeVBoolean AttributeType = "Boolean"
    89  	// AttributeTypeVBinary undocumented
    90  	AttributeTypeVBinary AttributeType = "Binary"
    91  	// AttributeTypeVReference undocumented
    92  	AttributeTypeVReference AttributeType = "Reference"
    93  	// AttributeTypeVInteger undocumented
    94  	AttributeTypeVInteger AttributeType = "Integer"
    95  	// AttributeTypeVString undocumented
    96  	AttributeTypeVString AttributeType = "String"
    97  )
    98  
    99  var (
   100  	// AttributeTypePDateTime is a pointer to AttributeTypeVDateTime
   101  	AttributeTypePDateTime = &_AttributeTypePDateTime
   102  	// AttributeTypePBoolean is a pointer to AttributeTypeVBoolean
   103  	AttributeTypePBoolean = &_AttributeTypePBoolean
   104  	// AttributeTypePBinary is a pointer to AttributeTypeVBinary
   105  	AttributeTypePBinary = &_AttributeTypePBinary
   106  	// AttributeTypePReference is a pointer to AttributeTypeVReference
   107  	AttributeTypePReference = &_AttributeTypePReference
   108  	// AttributeTypePInteger is a pointer to AttributeTypeVInteger
   109  	AttributeTypePInteger = &_AttributeTypePInteger
   110  	// AttributeTypePString is a pointer to AttributeTypeVString
   111  	AttributeTypePString = &_AttributeTypePString
   112  )
   113  
   114  var (
   115  	_AttributeTypePDateTime  = AttributeTypeVDateTime
   116  	_AttributeTypePBoolean   = AttributeTypeVBoolean
   117  	_AttributeTypePBinary    = AttributeTypeVBinary
   118  	_AttributeTypePReference = AttributeTypeVReference
   119  	_AttributeTypePInteger   = AttributeTypeVInteger
   120  	_AttributeTypePString    = AttributeTypeVString
   121  )