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 UsersSettingsSelectUsersSettingsSelect. AVAILABILITYStatic value availability for UsersSettingsSelect.static UsersSettingsSelectUsersSettingsSelect. CREATED_DATE_TIMEStatic value createdDateTime for UsersSettingsSelect.static UsersSettingsSelectUsersSettingsSelect. IDStatic value id for UsersSettingsSelect.static UsersSettingsSelectUsersSettingsSelect. LAST_MODIFIED_BYStatic value lastModifiedBy for UsersSettingsSelect.static UsersSettingsSelectUsersSettingsSelect. LAST_MODIFIED_DATE_TIMEStatic value lastModifiedDateTime for UsersSettingsSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return UsersSettingsSelect Modifier and Type Method Description static UsersSettingsSelectUsersSettingsSelect. 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()
-