Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphShiftPreferencesInner
-
Packages that use MicrosoftGraphShiftPreferencesInner 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 MicrosoftGraphShiftPreferencesInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphShiftPreferencesInner Modifier and Type Method Description MicrosoftGraphShiftPreferencesInnerUsersSettingsClient. getShiftPreferences(String userId)Get shiftPreferences from users.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphShiftPreferencesInner Modifier and Type Method Description Mono<MicrosoftGraphShiftPreferencesInner>UsersSettingsClient. getShiftPreferencesAsync(String userId)Get shiftPreferences from users.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.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphShiftPreferencesInner Modifier and Type Method Description voidUsersSettingsClient. updateShiftPreferences(String userId, MicrosoftGraphShiftPreferencesInner body)Update the navigation property shiftPreferences in users.Mono<Void>UsersSettingsClient. updateShiftPreferencesAsync(String userId, MicrosoftGraphShiftPreferencesInner body)Update the navigation property shiftPreferences in users.com.azure.core.http.rest.Response<Void>UsersSettingsClient. updateShiftPreferencesWithResponse(String userId, MicrosoftGraphShiftPreferencesInner body, com.azure.core.util.Context context)Update the navigation property shiftPreferences in users.Mono<com.azure.core.http.rest.Response<Void>>UsersSettingsClient. updateShiftPreferencesWithResponseAsync(String userId, MicrosoftGraphShiftPreferencesInner body)Update the navigation property shiftPreferences in users. -
Uses of MicrosoftGraphShiftPreferencesInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphShiftPreferencesInner Modifier and Type Method Description MicrosoftGraphShiftPreferencesInnerMicrosoftGraphUserSettingsInner. shiftPreferences()Get the shiftPreferences property: shiftPreferences.MicrosoftGraphShiftPreferencesInnerMicrosoftGraphShiftPreferencesInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: shiftPreferences.MicrosoftGraphShiftPreferencesInnerMicrosoftGraphShiftPreferencesInner. withAvailability(List<MicrosoftGraphShiftAvailability> availability)Set the availability property: Availability of the user to be scheduled for work and its recurrence pattern.MicrosoftGraphShiftPreferencesInnerMicrosoftGraphShiftPreferencesInner. withCreatedDateTime(OffsetDateTime createdDateTime)Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphShiftPreferencesInnerMicrosoftGraphShiftPreferencesInner. withId(String id)Set the id property: Read-only.MicrosoftGraphShiftPreferencesInnerMicrosoftGraphShiftPreferencesInner. withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)Set the lastModifiedBy property: identitySet.MicrosoftGraphShiftPreferencesInnerMicrosoftGraphShiftPreferencesInner. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphShiftPreferencesInner Modifier and Type Method Description MicrosoftGraphUserSettingsInnerMicrosoftGraphUserSettingsInner. withShiftPreferences(MicrosoftGraphShiftPreferencesInner shiftPreferences)Set the shiftPreferences property: shiftPreferences.
-