Uses of Enum
com.microsoft.graph.models.MeetingRequestType
Packages that use MeetingRequestType
-
Uses of MeetingRequestType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MeetingRequestTypeModifier and TypeMethodDescriptionstatic MeetingRequestTypeEventMessageRequest.getMeetingRequestType()Gets the meetingRequestType property value.static MeetingRequestTypeReturns the enum constant of this type with the specified name.static MeetingRequestType[]MeetingRequestType.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 MeetingRequestTypeModifier and TypeMethodDescriptionvoidEventMessageRequest.setMeetingRequestType(MeetingRequestType value) Sets the meetingRequestType property value.