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 MicrosoftGraphWeekIndexMicrosoftGraphWeekIndex. FIRSTStatic value first for MicrosoftGraphWeekIndex.static MicrosoftGraphWeekIndexMicrosoftGraphWeekIndex. FOURTHStatic value fourth for MicrosoftGraphWeekIndex.static MicrosoftGraphWeekIndexMicrosoftGraphWeekIndex. LASTStatic value last for MicrosoftGraphWeekIndex.static MicrosoftGraphWeekIndexMicrosoftGraphWeekIndex. SECONDStatic value second for MicrosoftGraphWeekIndex.static MicrosoftGraphWeekIndexMicrosoftGraphWeekIndex. THIRDStatic value third for MicrosoftGraphWeekIndex.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWeekIndex Modifier and Type Method Description static MicrosoftGraphWeekIndexMicrosoftGraphWeekIndex. fromString(String name)Creates or finds a MicrosoftGraphWeekIndex from its string representation.MicrosoftGraphWeekIndexMicrosoftGraphRecurrencePattern. 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 MicrosoftGraphRecurrencePatternMicrosoftGraphRecurrencePattern. withIndex(MicrosoftGraphWeekIndex index)Set the index property: The index property.
-