Uses of Class
odata.msgraph.client.beta.enums.AttendeeType
-
Packages that use AttendeeType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AttendeeType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AttendeeType Modifier and Type Field Description protected AttendeeTypeAttendeeBase. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type AttendeeType Modifier and Type Method Description Optional<AttendeeType>AttendeeBase. getType()Methods in odata.msgraph.client.beta.complex with parameters of type AttendeeType Modifier and Type Method Description Attendee.BuilderAttendee.Builder. type(AttendeeType type)AttendeeBase.BuilderAttendeeBase.Builder. type(AttendeeType type)AttendeeBaseAttendeeBase. withType(AttendeeType type) -
Uses of AttendeeType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AttendeeType Modifier and Type Method Description static AttendeeTypeAttendeeType. valueOf(String name)Returns 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.
-