Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSwapShiftsChangeRequest
Packages that use MicrosoftGraphSwapShiftsChangeRequest
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSwapShiftsChangeRequest in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSwapShiftsChangeRequestModifier and TypeMethodDescriptionMicrosoftGraphSwapShiftsChangeRequest.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: swapShiftsChangeRequest.MicrosoftGraphSwapShiftsChangeRequest.withAssignedTo(MicrosoftGraphScheduleChangeRequestActor assignedTo) Set the assignedTo property: scheduleChangeRequestActor.MicrosoftGraphSwapShiftsChangeRequest.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.Set the id property: Read-only.MicrosoftGraphSwapShiftsChangeRequest.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphSwapShiftsChangeRequest.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.MicrosoftGraphSwapShiftsChangeRequest.withManagerActionDateTime(OffsetDateTime managerActionDateTime) Set the managerActionDateTime property: The managerActionDateTime property.MicrosoftGraphSwapShiftsChangeRequest.withManagerActionMessage(String managerActionMessage) Set the managerActionMessage property: The managerActionMessage property.MicrosoftGraphSwapShiftsChangeRequest.withManagerUserId(String managerUserId) Set the managerUserId property: The managerUserId property.MicrosoftGraphSwapShiftsChangeRequest.withRecipientActionDateTime(OffsetDateTime recipientActionDateTime) Set the recipientActionDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphSwapShiftsChangeRequest.withRecipientActionMessage(String recipientActionMessage) Set the recipientActionMessage property: Custom message sent by recipient of the offer shift request.MicrosoftGraphSwapShiftsChangeRequest.withRecipientShiftId(String recipientShiftId) Set the recipientShiftId property: ShiftId for the recipient user with whom the request is to swap.MicrosoftGraphSwapShiftsChangeRequest.withRecipientUserId(String recipientUserId) Set the recipientUserId property: User ID of the recipient of the offer shift request.MicrosoftGraphSwapShiftsChangeRequest.withSenderDateTime(OffsetDateTime senderDateTime) Set the senderDateTime property: The senderDateTime property.MicrosoftGraphSwapShiftsChangeRequest.withSenderMessage(String senderMessage) Set the senderMessage property: The senderMessage property.MicrosoftGraphSwapShiftsChangeRequest.withSenderShiftId(String senderShiftId) Set the senderShiftId property: User ID of the sender of the offer shift request.MicrosoftGraphSwapShiftsChangeRequest.withSenderUserId(String senderUserId) Set the senderUserId property: The senderUserId property.MicrosoftGraphSwapShiftsChangeRequest.withState(MicrosoftGraphScheduleChangeState state) Set the state property: scheduleChangeState.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSwapShiftsChangeRequestModifier and TypeMethodDescriptionMicrosoftGraphSchedule.swapShiftsChangeRequests()Get the swapShiftsChangeRequests property: The swapShiftsChangeRequests property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSwapShiftsChangeRequestModifier and TypeMethodDescriptionMicrosoftGraphSchedule.withSwapShiftsChangeRequests(List<MicrosoftGraphSwapShiftsChangeRequest> swapShiftsChangeRequests) Set the swapShiftsChangeRequests property: The swapShiftsChangeRequests property.