Uses of Class
com.azure.resourcemanager.authorization.fluent.models.UsersSettingsSelect
-
Packages that use UsersSettingsSelect Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of UsersSettingsSelect in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type UsersSettingsSelect Modifier and Type Method Description Mono<MicrosoftGraphShiftPreferencesInner>
UsersSettingsClient. getShiftPreferencesAsync(String userId, List<UsersSettingsSelect> select, List<String> expand)
Get shiftPreferences from users.com.azure.core.http.rest.Response<MicrosoftGraphShiftPreferencesInner>
UsersSettingsClient. getShiftPreferencesWithResponse(String userId, List<UsersSettingsSelect> select, List<String> expand, com.azure.core.util.Context context)
Get shiftPreferences from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphShiftPreferencesInner>>
UsersSettingsClient. getShiftPreferencesWithResponseAsync(String userId, List<UsersSettingsSelect> select, List<String> expand)
Get shiftPreferences from users. -
Uses of UsersSettingsSelect in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as UsersSettingsSelect Modifier and Type Field Description static UsersSettingsSelect
UsersSettingsSelect. AVAILABILITY
Static value availability for UsersSettingsSelect.static UsersSettingsSelect
UsersSettingsSelect. CREATED_DATE_TIME
Static value createdDateTime for UsersSettingsSelect.static UsersSettingsSelect
UsersSettingsSelect. ID
Static value id for UsersSettingsSelect.static UsersSettingsSelect
UsersSettingsSelect. LAST_MODIFIED_BY
Static value lastModifiedBy for UsersSettingsSelect.static UsersSettingsSelect
UsersSettingsSelect. LAST_MODIFIED_DATE_TIME
Static value lastModifiedDateTime for UsersSettingsSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return UsersSettingsSelect Modifier and Type Method Description static UsersSettingsSelect
UsersSettingsSelect. fromString(String name)
Creates or finds a UsersSettingsSelect from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type UsersSettingsSelect Modifier and Type Method Description static Collection<UsersSettingsSelect>
UsersSettingsSelect. values()
-