Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWeekIndex
-
Packages that use MicrosoftGraphWeekIndex Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWeekIndex in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphWeekIndex Modifier and Type Field Description static MicrosoftGraphWeekIndex
MicrosoftGraphWeekIndex. FIRST
Static value first for MicrosoftGraphWeekIndex.static MicrosoftGraphWeekIndex
MicrosoftGraphWeekIndex. FOURTH
Static value fourth for MicrosoftGraphWeekIndex.static MicrosoftGraphWeekIndex
MicrosoftGraphWeekIndex. LAST
Static value last for MicrosoftGraphWeekIndex.static MicrosoftGraphWeekIndex
MicrosoftGraphWeekIndex. SECOND
Static value second for MicrosoftGraphWeekIndex.static MicrosoftGraphWeekIndex
MicrosoftGraphWeekIndex. THIRD
Static value third for MicrosoftGraphWeekIndex.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWeekIndex Modifier and Type Method Description static MicrosoftGraphWeekIndex
MicrosoftGraphWeekIndex. fromString(String name)
Creates or finds a MicrosoftGraphWeekIndex from its string representation.MicrosoftGraphWeekIndex
MicrosoftGraphRecurrencePattern. index()
Get the index property: The index property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWeekIndex Modifier and Type Method Description static Collection<MicrosoftGraphWeekIndex>
MicrosoftGraphWeekIndex. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWeekIndex Modifier and Type Method Description MicrosoftGraphRecurrencePattern
MicrosoftGraphRecurrencePattern. withIndex(MicrosoftGraphWeekIndex index)
Set the index property: The index property.
-