Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeOffReason
Packages that use MicrosoftGraphTimeOffReason
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTimeOffReason in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTimeOffReasonModifier and TypeMethodDescriptionMicrosoftGraphTimeOffReason.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: timeOffReason.MicrosoftGraphTimeOffReason.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.MicrosoftGraphTimeOffReason.withDisplayName(String displayName) Set the displayName property: The name of the timeOffReason.MicrosoftGraphTimeOffReason.withIconType(MicrosoftGraphTimeOffReasonIconType iconType) Set the iconType property: timeOffReasonIconType.Set the id property: Read-only.MicrosoftGraphTimeOffReason.withIsActive(Boolean isActive) Set the isActive property: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones.MicrosoftGraphTimeOffReason.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphTimeOffReason.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 that return types with arguments of type MicrosoftGraphTimeOffReasonModifier and TypeMethodDescriptionMicrosoftGraphSchedule.timeOffReasons()Get the timeOffReasons property: The set of reasons for a time off in the schedule.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTimeOffReasonModifier and TypeMethodDescriptionMicrosoftGraphSchedule.withTimeOffReasons(List<MicrosoftGraphTimeOffReason> timeOffReasons) Set the timeOffReasons property: The set of reasons for a time off in the schedule.