MicrosoftGraphScheduleChangeRequestActor Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphScheduleChangeRequestActor
- com.
- com.
public final class MicrosoftGraphScheduleChangeRequestActor
extends ExpandableStringEnum<MicrosoftGraphScheduleChangeRequestActor>
scheduleChangeRequestActor.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
MANAGER
Static value manager for Microsoft |
static final
Microsoft |
RECIPIENT
Static value recipient for Microsoft |
static final
Microsoft |
SENDER
Static value sender for Microsoft |
static final
Microsoft |
SYSTEM
Static value system for Microsoft |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Static value unknown |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphScheduleChangeRequestActor() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MANAGER
public static final MicrosoftGraphScheduleChangeRequestActor MANAGER
Static value manager for MicrosoftGraphScheduleChangeRequestActor.
RECIPIENT
public static final MicrosoftGraphScheduleChangeRequestActor RECIPIENT
Static value recipient for MicrosoftGraphScheduleChangeRequestActor.
SENDER
public static final MicrosoftGraphScheduleChangeRequestActor SENDER
Static value sender for MicrosoftGraphScheduleChangeRequestActor.
SYSTEM
public static final MicrosoftGraphScheduleChangeRequestActor SYSTEM
Static value system for MicrosoftGraphScheduleChangeRequestActor.
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphScheduleChangeRequestActor UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleChangeRequestActor.
Constructor Details
MicrosoftGraphScheduleChangeRequestActor
@Deprecated
public MicrosoftGraphScheduleChangeRequestActor()
Deprecated
Creates a new instance of MicrosoftGraphScheduleChangeRequestActor value.
Method Details
fromString
public static MicrosoftGraphScheduleChangeRequestActor fromString(String name)
Creates or finds a MicrosoftGraphScheduleChangeRequestActor from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphScheduleChangeRequestActor values.
Returns:
Applies to
Azure SDK for Java