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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // PhoneType undocumented
     6  type PhoneType string
     7  
     8  const (
     9  	// PhoneTypeVHome undocumented
    10  	PhoneTypeVHome PhoneType = "home"
    11  	// PhoneTypeVBusiness undocumented
    12  	PhoneTypeVBusiness PhoneType = "business"
    13  	// PhoneTypeVMobile undocumented
    14  	PhoneTypeVMobile PhoneType = "mobile"
    15  	// PhoneTypeVOther undocumented
    16  	PhoneTypeVOther PhoneType = "other"
    17  	// PhoneTypeVAssistant undocumented
    18  	PhoneTypeVAssistant PhoneType = "assistant"
    19  	// PhoneTypeVHomeFax undocumented
    20  	PhoneTypeVHomeFax PhoneType = "homeFax"
    21  	// PhoneTypeVBusinessFax undocumented
    22  	PhoneTypeVBusinessFax PhoneType = "businessFax"
    23  	// PhoneTypeVOtherFax undocumented
    24  	PhoneTypeVOtherFax PhoneType = "otherFax"
    25  	// PhoneTypeVPager undocumented
    26  	PhoneTypeVPager PhoneType = "pager"
    27  	// PhoneTypeVRadio undocumented
    28  	PhoneTypeVRadio PhoneType = "radio"
    29  )
    30  
    31  var (
    32  	// PhoneTypePHome is a pointer to PhoneTypeVHome
    33  	PhoneTypePHome = &_PhoneTypePHome
    34  	// PhoneTypePBusiness is a pointer to PhoneTypeVBusiness
    35  	PhoneTypePBusiness = &_PhoneTypePBusiness
    36  	// PhoneTypePMobile is a pointer to PhoneTypeVMobile
    37  	PhoneTypePMobile = &_PhoneTypePMobile
    38  	// PhoneTypePOther is a pointer to PhoneTypeVOther
    39  	PhoneTypePOther = &_PhoneTypePOther
    40  	// PhoneTypePAssistant is a pointer to PhoneTypeVAssistant
    41  	PhoneTypePAssistant = &_PhoneTypePAssistant
    42  	// PhoneTypePHomeFax is a pointer to PhoneTypeVHomeFax
    43  	PhoneTypePHomeFax = &_PhoneTypePHomeFax
    44  	// PhoneTypePBusinessFax is a pointer to PhoneTypeVBusinessFax
    45  	PhoneTypePBusinessFax = &_PhoneTypePBusinessFax
    46  	// PhoneTypePOtherFax is a pointer to PhoneTypeVOtherFax
    47  	PhoneTypePOtherFax = &_PhoneTypePOtherFax
    48  	// PhoneTypePPager is a pointer to PhoneTypeVPager
    49  	PhoneTypePPager = &_PhoneTypePPager
    50  	// PhoneTypePRadio is a pointer to PhoneTypeVRadio
    51  	PhoneTypePRadio = &_PhoneTypePRadio
    52  )
    53  
    54  var (
    55  	_PhoneTypePHome        = PhoneTypeVHome
    56  	_PhoneTypePBusiness    = PhoneTypeVBusiness
    57  	_PhoneTypePMobile      = PhoneTypeVMobile
    58  	_PhoneTypePOther       = PhoneTypeVOther
    59  	_PhoneTypePAssistant   = PhoneTypeVAssistant
    60  	_PhoneTypePHomeFax     = PhoneTypeVHomeFax
    61  	_PhoneTypePBusinessFax = PhoneTypeVBusinessFax
    62  	_PhoneTypePOtherFax    = PhoneTypeVOtherFax
    63  	_PhoneTypePPager       = PhoneTypeVPager
    64  	_PhoneTypePRadio       = PhoneTypeVRadio
    65  )