Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeetingPresenters
-
Packages that use MicrosoftGraphOnlineMeetingPresenters Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnlineMeetingPresenters in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphOnlineMeetingPresenters Modifier and Type Field Description static MicrosoftGraphOnlineMeetingPresenters
MicrosoftGraphOnlineMeetingPresenters. EVERYONE
Static value everyone for MicrosoftGraphOnlineMeetingPresenters.static MicrosoftGraphOnlineMeetingPresenters
MicrosoftGraphOnlineMeetingPresenters. ORGANIZATION
Static value organization for MicrosoftGraphOnlineMeetingPresenters.static MicrosoftGraphOnlineMeetingPresenters
MicrosoftGraphOnlineMeetingPresenters. ORGANIZER
Static value organizer for MicrosoftGraphOnlineMeetingPresenters.static MicrosoftGraphOnlineMeetingPresenters
MicrosoftGraphOnlineMeetingPresenters. ROLE_IS_PRESENTER
Static value roleIsPresenter for MicrosoftGraphOnlineMeetingPresenters.static MicrosoftGraphOnlineMeetingPresenters
MicrosoftGraphOnlineMeetingPresenters. UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphOnlineMeetingPresenters.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnlineMeetingPresenters Modifier and Type Method Description MicrosoftGraphOnlineMeetingPresenters
MicrosoftGraphOnlineMeeting. allowedPresenters()
Get the allowedPresenters property: The allowedPresenters property.static MicrosoftGraphOnlineMeetingPresenters
MicrosoftGraphOnlineMeetingPresenters. fromString(String name)
Creates or finds a MicrosoftGraphOnlineMeetingPresenters from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnlineMeetingPresenters Modifier and Type Method Description static Collection<MicrosoftGraphOnlineMeetingPresenters>
MicrosoftGraphOnlineMeetingPresenters. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOnlineMeetingPresenters Modifier and Type Method Description MicrosoftGraphOnlineMeeting
MicrosoftGraphOnlineMeeting. withAllowedPresenters(MicrosoftGraphOnlineMeetingPresenters allowedPresenters)
Set the allowedPresenters property: The allowedPresenters property.
-