Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeOffRequest
Packages that use MicrosoftGraphTimeOffRequest
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTimeOffRequest in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTimeOffRequestModifier and TypeMethodDescriptionMicrosoftGraphTimeOffRequest.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: timeOffRequest.MicrosoftGraphTimeOffRequest.withAssignedTo(MicrosoftGraphScheduleChangeRequestActor assignedTo) Set the assignedTo property: scheduleChangeRequestActor.MicrosoftGraphTimeOffRequest.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.MicrosoftGraphTimeOffRequest.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.Set the id property: Read-only.MicrosoftGraphTimeOffRequest.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphTimeOffRequest.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.MicrosoftGraphTimeOffRequest.withManagerActionDateTime(OffsetDateTime managerActionDateTime) Set the managerActionDateTime property: The managerActionDateTime property.MicrosoftGraphTimeOffRequest.withManagerActionMessage(String managerActionMessage) Set the managerActionMessage property: The managerActionMessage property.MicrosoftGraphTimeOffRequest.withManagerUserId(String managerUserId) Set the managerUserId property: The managerUserId property.MicrosoftGraphTimeOffRequest.withSenderDateTime(OffsetDateTime senderDateTime) Set the senderDateTime property: The senderDateTime property.MicrosoftGraphTimeOffRequest.withSenderMessage(String senderMessage) Set the senderMessage property: The senderMessage property.MicrosoftGraphTimeOffRequest.withSenderUserId(String senderUserId) Set the senderUserId property: The senderUserId property.MicrosoftGraphTimeOffRequest.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphTimeOffRequest.withState(MicrosoftGraphScheduleChangeState state) Set the state property: scheduleChangeState.MicrosoftGraphTimeOffRequest.withTimeOffReasonId(String timeOffReasonId) Set the timeOffReasonId property: The reason for the time off.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTimeOffRequestModifier and TypeMethodDescriptionMicrosoftGraphSchedule.timeOffRequests()Get the timeOffRequests property: The timeOffRequests property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTimeOffRequestModifier and TypeMethodDescriptionMicrosoftGraphSchedule.withTimeOffRequests(List<MicrosoftGraphTimeOffRequest> timeOffRequests) Set the timeOffRequests property: The timeOffRequests property.