Uses of Class
odata.msgraph.client.beta.enums.OnlineMeetingPresenters
-
Packages that use OnlineMeetingPresenters Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of OnlineMeetingPresenters in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as OnlineMeetingPresenters Modifier and Type Field Description protected OnlineMeetingPresentersProtectOnlineMeetingAction. allowedPresentersMethods in odata.msgraph.client.beta.complex that return types with arguments of type OnlineMeetingPresenters Modifier and Type Method Description Optional<OnlineMeetingPresenters>ProtectOnlineMeetingAction. getAllowedPresenters()Methods in odata.msgraph.client.beta.complex with parameters of type OnlineMeetingPresenters Modifier and Type Method Description ProtectOnlineMeetingAction.BuilderProtectOnlineMeetingAction.Builder. allowedPresenters(OnlineMeetingPresenters allowedPresenters)ProtectOnlineMeetingActionProtectOnlineMeetingAction. withAllowedPresenters(OnlineMeetingPresenters allowedPresenters) -
Uses of OnlineMeetingPresenters in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OnlineMeetingPresenters Modifier and Type Field Description protected OnlineMeetingPresentersOnlineMeeting. allowedPresentersMethods in odata.msgraph.client.beta.entity that return types with arguments of type OnlineMeetingPresenters Modifier and Type Method Description Optional<OnlineMeetingPresenters>OnlineMeeting. getAllowedPresenters()Methods in odata.msgraph.client.beta.entity with parameters of type OnlineMeetingPresenters Modifier and Type Method Description OnlineMeeting.BuilderOnlineMeeting.Builder. allowedPresenters(OnlineMeetingPresenters allowedPresenters)OnlineMeetingOnlineMeeting. withAllowedPresenters(OnlineMeetingPresenters allowedPresenters) -
Uses of OnlineMeetingPresenters in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return OnlineMeetingPresenters Modifier and Type Method Description static OnlineMeetingPresentersOnlineMeetingPresenters. valueOf(String name)Returns the enum constant of this type with the specified name.static OnlineMeetingPresenters[]OnlineMeetingPresenters. values()Returns an array containing the constants of this enum type, in the order they are declared.
-