Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeOff
Packages that use MicrosoftGraphTimeOff
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTimeOff in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTimeOffModifier and TypeMethodDescriptionMicrosoftGraphTimeOff.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: timeOff.MicrosoftGraphTimeOff.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.MicrosoftGraphTimeOff.withDraftTimeOff(MicrosoftGraphTimeOffItem draftTimeOff) Set the draftTimeOff property: timeOffItem.Set the id property: Read-only.MicrosoftGraphTimeOff.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphTimeOff.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.MicrosoftGraphTimeOff.withSharedTimeOff(MicrosoftGraphTimeOffItem sharedTimeOff) Set the sharedTimeOff property: timeOffItem.MicrosoftGraphTimeOff.withUserId(String userId) Set the userId property: ID of the user assigned to the timeOff.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTimeOffModifier and TypeMethodDescriptionMicrosoftGraphSchedule.timesOff()Get the timesOff property: The instances of times off in the schedule.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTimeOffModifier and TypeMethodDescriptionMicrosoftGraphSchedule.withTimesOff(List<MicrosoftGraphTimeOff> timesOff) Set the timesOff property: The instances of times off in the schedule.