Uses of Enum
com.microsoft.graph.models.TeamworkUserIdentityType
Packages that use TeamworkUserIdentityType
-
Uses of TeamworkUserIdentityType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamworkUserIdentityTypeModifier and TypeMethodDescriptionstatic TeamworkUserIdentityTypeTeamworkUserIdentity.getUserIdentityType()Gets the userIdentityType property value.static TeamworkUserIdentityTypeReturns the enum constant of this type with the specified name.static TeamworkUserIdentityType[]TeamworkUserIdentityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type TeamworkUserIdentityTypeModifier and TypeMethodDescriptionvoidTeamworkUserIdentity.setUserIdentityType(TeamworkUserIdentityType value) Sets the userIdentityType property value.