Uses of Enum
com.microsoft.graph.models.AttendeeType
Packages that use AttendeeType
-
Uses of AttendeeType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AttendeeTypeModifier and TypeMethodDescriptionstatic AttendeeTypeAttendeeBase.getType()Gets the type property value.static AttendeeTypeReturns the enum constant of this type with the specified name.static AttendeeType[]AttendeeType.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 AttendeeTypeModifier and TypeMethodDescriptionvoidAttendeeBase.setType(AttendeeType value) Sets the type property value.