Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeetingRole
-
Packages that use MicrosoftGraphOnlineMeetingRole Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnlineMeetingRole in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphOnlineMeetingRole Modifier and Type Field Description static MicrosoftGraphOnlineMeetingRoleMicrosoftGraphOnlineMeetingRole. ATTENDEEStatic value attendee for MicrosoftGraphOnlineMeetingRole.static MicrosoftGraphOnlineMeetingRoleMicrosoftGraphOnlineMeetingRole. PRESENTERStatic value presenter for MicrosoftGraphOnlineMeetingRole.static MicrosoftGraphOnlineMeetingRoleMicrosoftGraphOnlineMeetingRole. UNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphOnlineMeetingRole.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnlineMeetingRole Modifier and Type Method Description static MicrosoftGraphOnlineMeetingRoleMicrosoftGraphOnlineMeetingRole. fromString(String name)Creates or finds a MicrosoftGraphOnlineMeetingRole from its string representation.MicrosoftGraphOnlineMeetingRoleMicrosoftGraphMeetingParticipantInfo. role()Get the role property: The role property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnlineMeetingRole Modifier and Type Method Description static Collection<MicrosoftGraphOnlineMeetingRole>MicrosoftGraphOnlineMeetingRole. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOnlineMeetingRole Modifier and Type Method Description MicrosoftGraphMeetingParticipantInfoMicrosoftGraphMeetingParticipantInfo. withRole(MicrosoftGraphOnlineMeetingRole role)Set the role property: The role property.
-