Uses of Class
com.azure.resourcemanager.authorization.fluent.models.UsersOutlookSelect
-
Packages that use UsersOutlookSelect 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 UsersOutlookSelect in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type UsersOutlookSelect Modifier and Type Method Description Mono<MicrosoftGraphOutlookCategoryInner>UsersOutlooksClient. getMasterCategoriesAsync(String userId, String outlookCategoryId, List<UsersOutlookSelect> select, List<String> expand)Get masterCategories from users.com.azure.core.http.rest.Response<MicrosoftGraphOutlookCategoryInner>UsersOutlooksClient. getMasterCategoriesWithResponse(String userId, String outlookCategoryId, List<UsersOutlookSelect> select, List<String> expand, com.azure.core.util.Context context)Get masterCategories from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphOutlookCategoryInner>>UsersOutlooksClient. getMasterCategoriesWithResponseAsync(String userId, String outlookCategoryId, List<UsersOutlookSelect> select, List<String> expand)Get masterCategories from users. -
Uses of UsersOutlookSelect in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as UsersOutlookSelect Modifier and Type Field Description static UsersOutlookSelectUsersOutlookSelect. COLORStatic value color for UsersOutlookSelect.static UsersOutlookSelectUsersOutlookSelect. DISPLAY_NAMEStatic value displayName for UsersOutlookSelect.static UsersOutlookSelectUsersOutlookSelect. IDStatic value id for UsersOutlookSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return UsersOutlookSelect Modifier and Type Method Description static UsersOutlookSelectUsersOutlookSelect. fromString(String name)Creates or finds a UsersOutlookSelect from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type UsersOutlookSelect Modifier and Type Method Description static Collection<UsersOutlookSelect>UsersOutlookSelect. values()
-