Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOfferShiftRequest
Packages that use MicrosoftGraphOfferShiftRequest
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphOfferShiftRequest in com.azure.resourcemanager.authorization.fluent.models
Subclasses of MicrosoftGraphOfferShiftRequest in com.azure.resourcemanager.authorization.fluent.modelsModifier and TypeClassDescriptionfinal classswapShiftsChangeRequest.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOfferShiftRequestModifier and TypeMethodDescriptionMicrosoftGraphOfferShiftRequest.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: offerShiftRequest.MicrosoftGraphOfferShiftRequest.withAssignedTo(MicrosoftGraphScheduleChangeRequestActor assignedTo) Set the assignedTo property: scheduleChangeRequestActor.MicrosoftGraphOfferShiftRequest.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.MicrosoftGraphOfferShiftRequest.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphOfferShiftRequest.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.MicrosoftGraphOfferShiftRequest.withManagerActionDateTime(OffsetDateTime managerActionDateTime) Set the managerActionDateTime property: The managerActionDateTime property.MicrosoftGraphOfferShiftRequest.withManagerActionMessage(String managerActionMessage) Set the managerActionMessage property: The managerActionMessage property.MicrosoftGraphOfferShiftRequest.withManagerUserId(String managerUserId) Set the managerUserId property: The managerUserId property.MicrosoftGraphOfferShiftRequest.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.MicrosoftGraphOfferShiftRequest.withRecipientActionMessage(String recipientActionMessage) Set the recipientActionMessage property: Custom message sent by recipient of the offer shift request.MicrosoftGraphOfferShiftRequest.withRecipientUserId(String recipientUserId) Set the recipientUserId property: User ID of the recipient of the offer shift request.MicrosoftGraphOfferShiftRequest.withSenderDateTime(OffsetDateTime senderDateTime) Set the senderDateTime property: The senderDateTime property.MicrosoftGraphOfferShiftRequest.withSenderMessage(String senderMessage) Set the senderMessage property: The senderMessage property.MicrosoftGraphOfferShiftRequest.withSenderShiftId(String senderShiftId) Set the senderShiftId property: User ID of the sender of the offer shift request.MicrosoftGraphOfferShiftRequest.withSenderUserId(String senderUserId) Set the senderUserId property: The senderUserId property.MicrosoftGraphOfferShiftRequest.withState(MicrosoftGraphScheduleChangeState state) Set the state property: scheduleChangeState.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOfferShiftRequestModifier and TypeMethodDescriptionMicrosoftGraphSchedule.offerShiftRequests()Get the offerShiftRequests property: The offerShiftRequests property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOfferShiftRequestModifier and TypeMethodDescriptionMicrosoftGraphSchedule.withOfferShiftRequests(List<MicrosoftGraphOfferShiftRequest> offerShiftRequests) Set the offerShiftRequests property: The offerShiftRequests property.