Class MicrosoftGraphScheduleChangeRequestActor
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphScheduleChangeRequestActor>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleChangeRequestActor
public final class MicrosoftGraphScheduleChangeRequestActor
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphScheduleChangeRequestActor>
scheduleChangeRequestActor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphScheduleChangeRequestActorStatic value manager for MicrosoftGraphScheduleChangeRequestActor.static final MicrosoftGraphScheduleChangeRequestActorStatic value recipient for MicrosoftGraphScheduleChangeRequestActor.static final MicrosoftGraphScheduleChangeRequestActorStatic value sender for MicrosoftGraphScheduleChangeRequestActor.static final MicrosoftGraphScheduleChangeRequestActorStatic value system for MicrosoftGraphScheduleChangeRequestActor.static final MicrosoftGraphScheduleChangeRequestActorStatic value unknownFutureValue for MicrosoftGraphScheduleChangeRequestActor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphScheduleChangeRequestActor from its string representation.values()Gets known MicrosoftGraphScheduleChangeRequestActor values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SENDER
Static value sender for MicrosoftGraphScheduleChangeRequestActor. -
RECIPIENT
Static value recipient for MicrosoftGraphScheduleChangeRequestActor. -
MANAGER
Static value manager for MicrosoftGraphScheduleChangeRequestActor. -
SYSTEM
Static value system for MicrosoftGraphScheduleChangeRequestActor. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleChangeRequestActor.
-
-
Constructor Details
-
MicrosoftGraphScheduleChangeRequestActor
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphScheduleChangeRequestActor value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphScheduleChangeRequestActor from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphScheduleChangeRequestActor.
-
values
Gets known MicrosoftGraphScheduleChangeRequestActor values.- Returns:
- known MicrosoftGraphScheduleChangeRequestActor values.
-
fromString(String)factory method.